/* www.EuroPageRank.Com Secure Decoder Script */
var TestURLPT = new Array(4);
TestURLPT[0] = "http://www.europagerank.com";
TestURLPT[1] = "http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-4840734477460886&dt=1223472509732&lmt=1223472509&prev_slotnames=0888839762%2C9058094805%2C9058094805&output=html&slotname=4422751324&correlator=1223472509404&url=http%3A%2F%2Fwww.europagerank.com%2F&ea=off&ref=http%3A%2F%2Fwww.google.de%2Fsearch%3Fhl%3Dde%26q%3Deuropagerank%26meta%3D&frm=0&ga_vid=1034460222.1223472509&ga_sid=1223472509&ga_hid=1469693404&flash=9.0.124.0&u_h=1024&u_w=1280&u_ah=994&u_aw=1280&u_cd=32&u_tz=120&u_his=9&u_java=true&format=fp_al_lp&kw_type=radlink&prev_fmts=200x90_0ads_al_s&rt=ChBI7LV4AAmX7QrUrQEq-E4REhlHb29nbGUgUGFnZXJhbmsgQWxnb3JpdGhtGghauZ3UVs2ZJSgBUhMIr-aeoN6XlgIVHCLUCh3-JXgs&hl=en&kw0=Sohbet&kw1=G%C3%B6r%C3%BCnt%C3%BCl%C3%BC+Chat&kw2=Google+Pagerank+Algorithm&kw3=PR+Links&kw4=Seo+Page+Rank&okw=Google+Pagerank+Algorithm";
TestURLPT[2] = "http://www.europagerank.com";
TestURLPT[3] = "http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-4840734477460886&dt=1223472509732&lmt=1223472509&prev_slotnames=0888839762%2C9058094805%2C9058094805&output=html&slotname=4422751324&correlator=1223472509404&url=http%3A%2F%2Fwww.europagerank.com%2F&ea=off&ref=http%3A%2F%2Fwww.google.de%2Fsearch%3Fhl%3Dde%26q%3Deuropagerank%26meta%3D&frm=0&ga_vid=1034460222.1223472509&ga_sid=1223472509&ga_hid=1469693404&flash=9.0.124.0&u_h=1024&u_w=1280&u_ah=994&u_aw=1280&u_cd=32&u_tz=120&u_his=9&u_java=true&format=fp_al_lp&kw_type=radlink&prev_fmts=200x90_0ads_al_s&rt=ChBI7LV4AAmX7QrUrQEq-E4REhlHb29nbGUgUGFnZXJhbmsgQWxnb3JpdGhtGghauZ3UVs2ZJSgBUhMIr-aeoN6XlgIVHCLUCh3-JXgs&hl=en&kw0=Sohbet&kw1=G%C3%B6r%C3%BCnt%C3%BCl%C3%BC+Chat&kw2=Google+Pagerank+Algorithm&kw3=PR+Links&kw4=Seo+Page+Rank&okw=Google+Pagerank+Algorithm";
var TestFilePT = new Array(4);
TestFilePT[0] = "http://www.europagerank.com/pagerank.php?u="+id_user+"";
TestFilePT[1] = "http://www.europagerank.com/ads/logo_moneybookers.gif";
TestFilePT[2] = "http://www.europagerank.com/pagerank.php?u="+id_user+"";
TestFilePT[3] = "http://www.europagerank.com/ads/logo_moneybookers.gif";
var TTNewbannerPT = 3;
var TTCurrentbannerPT = 3;
// Start with random banner
//var TTNewbannerPT = Math.floor(Math.random() * TestFilePT.length);
//var TTCurrentbannerPT = Math.floor(Math.random() * TestFilePT.length);
function TTLoadbannerPT(){
document.write("");
document.write("
");
//Set the current banner to a new number
TTCurrentbannerPT = TTNewbannerPT;
//Set the Timeout
window.setTimeout("TTChangebannerPT()",3500);
}
function TTChangebannerPT(){
//Get a new banner
TTNewbannerPT = Math.floor(Math.random() * TestFilePT.length);
//If is not the current banner change the SRC and URL, then assign the new banner
if(TTCurrentbannerPT != TTNewbannerPT){
// TestLinkPT.href = TestURLPT[TTNewbannerPT];
// TestImagePT.src = TestFilePT[TTNewbannerPT];
document.getElementById('TestLinkPT').href = TestURLPT[TTNewbannerPT];
document.getElementById('TestImagePT').src = TestFilePT[TTNewbannerPT];
TTCurrentbannerPT = TTNewbannerPT;
}
window.setTimeout("TTChangebannerPT()",3500);
//TTChangebannerPT();
}
TTLoadbannerPT();
document.write("");