var hpbannerAdArray = [
		
	{
		"html" : '<a href=\"http://www.alyssamaloof.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=5567&amp;l=15&amp;c=3&amp;b=52634\')\" class=\"uline\"><img src=\"/philadelphia/images/advertising/alyssa_maloof_photo_banner.jpg?i=1&amp;t=22&amp;a=5567&amp;l=15&amp;c=3&amp;b=52634\" border=\"0\" alt=\"Alyssa Maloof Photography\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.alyssamaloof.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=5567&amp;l=15&amp;c=3&amp;b=52634\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.talamorepa.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=17801&amp;l=15&amp;c=46&amp;b=80105\')\" class=\"uline\"><img src=\"/philadelphia/images/advertising/talamore_banner.jpg?i=1&amp;t=22&amp;a=17801&amp;l=15&amp;c=46&amp;b=80105\" border=\"0\" alt=\"Talamore Country Club\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.talamorepa.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=17801&amp;l=15&amp;c=46&amp;b=80105\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.journeysoftheheart.org\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=1321&amp;l=15&amp;c=49&amp;b=24160\')\" class=\"uline\"><img src=\"/philadelphia/images/advertising/journeys_of_the_heart_banner.jpg?i=1&amp;t=22&amp;a=1321&amp;l=15&amp;c=49&amp;b=24160\" border=\"0\" alt=\"Journeys Of The Heart\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.journeysoftheheart.org\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=1321&amp;l=15&amp;c=49&amp;b=24160\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.thelhi.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=15923&amp;l=15&amp;c=46&amp;b=98070\')\" class=\"uline\"><img src=\"/philadelphia/images/advertising/the_lake_house_inn_banner_3.jpg?i=1&amp;t=22&amp;a=15923&amp;l=15&amp;c=46&amp;b=98070\" border=\"0\" alt=\"The Lake House  Inn\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.thelhi.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=15923&amp;l=15&amp;c=46&amp;b=98070\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
];

function showRandomBanner(parent) {
	if (hpbannerAdArray.length > 0) {
		var randIndex = Math.floor(Math.random() * hpbannerAdArray.length);
		var rand = hpbannerAdArray[randIndex];	
		parent.innerHTML = rand.html;
	}
}
