var hpbannerAdArray = [
		
	{
		"html" : '<a href=\"http://www.farmingtonclub.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=18658&amp;l=42&amp;c=46&amp;b=43247\')\" class=\"uline\"><img src=\"/connecticut/images/advertising/the_farmington_club_banner.jpg?i=1&amp;t=22&amp;a=18658&amp;l=42&amp;c=46&amp;b=43247\" border=\"0\" alt=\"The Farmington Club\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.farmingtonclub.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=18658&amp;l=42&amp;c=46&amp;b=43247\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.halaymcguiness.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=5880&amp;l=42&amp;c=3&amp;b=39908\')\" class=\"uline\"><img src=\"/connecticut/images/advertising/halay_mcguiness_photo_banner.jpg?i=1&amp;t=22&amp;a=5880&amp;l=42&amp;c=3&amp;b=39908\" border=\"0\" alt=\"Halay & McGuiness Photography\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.halaymcguiness.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=5880&amp;l=42&amp;c=3&amp;b=39908\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.aroundtownent.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=6573&amp;l=42&amp;c=26&amp;b=57117\')\" class=\"uline\"><img src=\"/connecticut/images/advertising/around_town_live_music_banner_3.jpg?i=1&amp;t=22&amp;a=6573&amp;l=42&amp;c=26&amp;b=57117\" border=\"0\" alt=\"Around Town Live Music & Entertainment\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.aroundtownent.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=6573&amp;l=42&amp;c=26&amp;b=57117\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.theriverhouse.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=2758&amp;l=42&amp;c=46&amp;b=39328\')\" class=\"uline\"><img src=\"/connecticut/images/advertising/the_riverhouse_at_goodspeed_station_banner.jpg?i=1&amp;t=22&amp;a=2758&amp;l=42&amp;c=46&amp;b=39328\" border=\"0\" alt=\"The Riverhouse at Goodspeed Station\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.theriverhouse.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=2758&amp;l=42&amp;c=46&amp;b=39328\')\" 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;
	}
}
