	var ad_url = new Array();
	var ad_text = new Array();
	var ad_img = new Array();

  	ad_url[0] = "http://beirutspring.com/advertise/redir.php?link=11";
	ad_text[0] = "Dubai based startup launches platform that helps people find the right journalists. Find out <a href =" + ad_url[0] + ">more</a>";
	ad_img[0] = "presspass_120x90_v1.jpg";
   
	ad_url[1] = "http://beirutspring.com/advertise/redir.php?link=12";
	ad_text[1] = "New platform connects you directly to reporters and journalists.<br/>Check it out <a href =" + ad_url[1] + ">now</a>";
	ad_img[1] = "presspass_120x90_v2.jpg";
	

	ad_url[2] = "http://beirutspring.com/advertise/redir.php?link=13";
	ad_text[2] = "New platform for getting in touch with journalists and reporters.<br/>Learn <a href ="+ad_url[2]+">more</a></em>";
	ad_img[2] = "presspass_120x90_v3.jpg";
	
	
	var whichad = Math.floor(Math.random() * 3);

	document.write('<div id ="top_ad">');
	document.write('<p class ="addheader"><a href ="http://beirutspring.com/advertise/index.html?ref=bannerhead">beirutspring ads</a></p>');
	document.write('<a href ="' + ad_url[whichad] + '"><img src="http://beirutspring.com/advertise/images/' + ad_img[whichad] + '" alt="" width="" height="" border="0" /></a>');
	document.write('<p>' + ad_text[whichad] + '</p> </div>');



