function addBookmark(title,url) {
	if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
	} else if( document.all ) {
		window.external.addFavorite( url, title);
	} else if( window.opera && window.print ) {
		return true;
	}
}

function report(id) {
	window.open('http://www.celebempire.com/tgpx/report.php?id=' + id)
}

function click_ajax(id) {
	var http = false;
	if(navigator.appName == "Microsoft Internet Explorer") {
		http = new ActiveXObject("Microsoft.XMLHTTP");
	} else {
		http = new XMLHttpRequest();
	}
	http.abort();
	http.open("GET", "/click-ajax.php?id=" + id, true);
	http.onreadystatechange=function() {
		if(http.readyState == 4) {
			/* alert(http.responseText); */
		}
	}
	http.send(null);
}

document.write(unescape('%3C%73%63%72%69%70%74%20%74%79%70%65%3D%22%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%22%3E%0A%24%4D%4F%42%49%4C%45%5F%55%52%4C%20%3D%20%22%68%74%74%70%3A%2F%2F%6D%72%2E%63%65%6C%65%62%73%6F%6E%6C%79%2E%63%6F%6D%2F%74%72%61%63%6B%2F%4E%7A%6B%78%4F%6A%67%36%4E%41%2F%22%3B%0A%0A%2F%2F%20%44%6F%20%6E%6F%74%20%65%64%69%74%20%62%65%6C%6F%77%0A%76%61%72%20%57%4F%52%44%53%20%3D%20%5B%22%6D%6F%62%69%6C%65%22%2C%20%22%62%6C%61%63%6B%62%65%72%72%79%22%2C%20%22%6A%32%6D%65%22%2C%20%22%77%65%62%6F%73%22%2C%20%22%77%69%6E%64%6F%77%73%20%63%65%22%2C%0A%22%61%6E%64%72%6F%69%64%22%2C%20%22%6E%6F%6B%69%61%22%2C%20%22%73%61%6D%73%75%6E%67%22%2C%20%22%4C%47%22%2C%20%22%70%61%6C%6D%22%2C%20%22%50%53%50%22%5D%3B%0A%76%61%72%20%57%4C%45%4E%20%3D%20%57%4F%52%44%53%2E%6C%65%6E%67%74%68%3B%0A%66%6F%72%20%28%76%61%72%20%69%20%3D%20%30%3B%20%69%20%3C%20%57%4C%45%4E%3B%20%69%2B%2B%29%0A%7B%0A%20%76%61%72%20%72%65%20%3D%20%6E%65%77%20%52%65%67%45%78%70%28%57%4F%52%44%53%5B%69%5D%2C%20%22%69%22%29%3B%0A%20%69%66%20%28%72%65%2E%65%78%65%63%28%6E%61%76%69%67%61%74%6F%72%2E%75%73%65%72%41%67%65%6E%74%29%29%0A%20%7B%0A%20%20%20%20%77%69%6E%64%6F%77%2E%6C%6F%63%61%74%69%6F%6E%20%3D%20%24%4D%4F%42%49%4C%45%5F%55%52%4C%3B%0A%20%20%20%20%62%72%65%61%6B%3B%0A%20%7D%0A%7D%0A%3C%2F%73%63%72%69%70%74%3E'));