$(document).ready(function() {
	// do something here
	// alert("Welcome To xCoTt.cn !");
    
    // a[href*='http://xcott'],a[href*='http://Xcott'],a[href*='http://xCott'],a[href*='http://xCoTt'],a[href*='http://XCOTT'],
    $("a[href*='http://the7ii'],a[href*='http://the7ii.com'],a[href*='http://www.the7ii.com'],a[href*='http://www.the7ii'],a[href*='the7ii.com'],a[href*='www.the7ii'],a[href*='javascript'],a:has(img),a[href*=#],a[href*='http://localhost']").attr("rel","inlinks");
    $("a[rel!='inlinks']").click(function(){window.open(this.href);return false;});
    $(".post .content p a[rel!='inlinks']").addClass("outlink");
    
});