
	document.writeln("<script type=\"text\/javascript\"><!--");
	document.writeln("google_ad_client = \"pub-5138858050714057\";");
	document.writeln("google_ad_width = 160;");
	document.writeln("google_ad_height = 600;");
	document.writeln("google_ad_format = \"160x600_as\";");
	document.writeln("google_ad_type = \"text_image\";");
	document.writeln("google_ad_channel =\"3346635250\";");
	document.writeln("google_color_border = \"FFFFFF\";");
	document.writeln("google_color_bg = \"FFFFFF\";");
	document.writeln("google_color_link = [\"0000FF\",\"000080\",\"000000\"];");
	document.writeln("google_color_text = \"000000\";");
	document.writeln("google_color_url = \"999999\";");
	document.writeln("\/\/--><\/script>");
	document.writeln("<script type=\"text\/javascript\"");
	document.writeln("  src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
	document.writeln("<\/script>");

/*
document.writeln("<!-- Begin: AdBrite -->");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("   var AdBrite_Title_Color = \'0000FF\';");
document.writeln("   var AdBrite_Text_Color = \'000000\';");
document.writeln("   var AdBrite_Background_Color = \'FFFFFF\';");
document.writeln("   var AdBrite_Border_Color = \'FFFFFF\';");
document.writeln("<\/script>");
document.writeln("<script src=\"http:\/\/ads.adbrite.com\/mb\/text_group.php?sid=478172&zs=3136305f363030\" type=\"text\/javascript\"><\/script>");
document.writeln("<div><a target=\"_top\" href=\"http:\/\/www.adbrite.com\/mb\/commerce\/purchase_form.php?opid=478172&afsid=1\" style=\"font-weight:bold;font-family:Arial;font-size:13px;\">Your Ad Here<\/a><\/div>");
document.writeln("<!-- End: AdBrite -->");
*/

rnd.today=new Date(); 
rnd.seed=rnd.today.getTime(); 
function rnd() { 
  rnd.seed = (rnd.seed*9301+49297) % 233280; 
  return rnd.seed/(233280.0); 
}
function rand(number) { 
  return Math.ceil(rnd()*number); 
}

var ad_type = rand(2);
if (ad_type == "1" ){
	document.writeln('<script type="text/javascript" src="/recommend/ad_referrals1.js"></script>');
}else{
  document.writeln('<script type="text/javascript" src="/recommend/ad_referrals2.js"></script>');
}