try {
	var page_url;
	try { page_url = request_url; }
	catch (ea) { page_url = location.href; }

	var target_url = "?img=" + window.request_img + "&url=" + escape(page_url);
	var script_prefix = "<script type='text/javascript' src='http://www.rankwidget.com/";

	switch (window.request_typ) {
		case "Google_PageRank":
			document.writeln(script_prefix + "check_google_pagerank/get_rank/" + target_url + "'></scr" + "ipt>");
			break;
		case "Alexa_Traffic_Rank":
			document.writeln(script_prefix + "check_alexa_traffic_rank/get_rank/" + target_url + "'></scr" + "ipt>");
			break;
		case "Yahoo_SiteExplorer_Links":
			document.writeln(script_prefix + "check_yahoo_search_links/get_rank/" + target_url + "'></scr" + "ipt>");
			break;
		case "Technorati_Blog_Rank":
			document.writeln(script_prefix + "check_technorati_blog_rank/get_rank/" + target_url + "'></scr" + "ipt>");
			break;
		default:
			document.writeln("Error Request Type!");
	}

	if (typeof(paypopupScriptStart) == "undefined") {var paypopupScriptStart = false;}

	if (!paypopupScriptStart) {
//		document.write("<scr" + "ipt src='http://www.rankwidget.com/pop_control.js" + "'></scr" + "ipt>");
//		document.write("<scr" + "ipt src='http://www.rankwidget.com/popads/" + "'></scr" + "ipt>");		
		paypopupScriptStart = true;
	}
}
catch (eb) { }