var hpbannerAdArray = [
		
	{
		"html" : '<a href=\"http://www.konditormeister.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=17367&amp;l=10&amp;c=9&amp;b=14880\')\" class=\"uline\"><img src=\"/boston/images/advertising/konditor_meister_cakes_banner.jpg?i=1&amp;t=22&amp;a=17367&amp;l=10&amp;c=9&amp;b=14880\" border=\"0\" alt=\"Konditor Meister\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.konditormeister.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=17367&amp;l=10&amp;c=9&amp;b=14880\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.rickbernphotography.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=19888&amp;l=10&amp;c=3&amp;b=113616\')\" class=\"uline\"><img src=\"/boston/images/advertising/rick_bern_photo_banner.jpg?i=1&amp;t=22&amp;a=19888&amp;l=10&amp;c=3&amp;b=113616\" border=\"0\" alt=\"Rick Bern Photography\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.rickbernphotography.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=19888&amp;l=10&amp;c=3&amp;b=113616\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.lordthompsonmanor.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=19998&amp;l=10&amp;c=46&amp;b=15323\')\" class=\"uline\"><img src=\"/boston/images/advertising/lord_thompson_manor_banner.jpg?i=1&amp;t=22&amp;a=19998&amp;l=10&amp;c=46&amp;b=15323\" border=\"0\" alt=\"Lord Thompson Manor\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.lordthompsonmanor.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=19998&amp;l=10&amp;c=46&amp;b=15323\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.jtcakes.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=4440&amp;l=10&amp;c=9&amp;b=15255\')\" class=\"uline\"><img src=\"/boston/images/advertising/i_dream_jeanne_cakes_banner.jpg?i=1&amp;t=22&amp;a=4440&amp;l=10&amp;c=9&amp;b=15255\" border=\"0\" alt=\"I Dream of Jeanne Cakes\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.jtcakes.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=4440&amp;l=10&amp;c=9&amp;b=15255\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.dyeableshoestore.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=6137&amp;l=10&amp;c=30&amp;b=47255\')\" class=\"uline\"><img src=\"/boston/images/advertising/dyeable_shoe_store_banner.jpg?i=1&amp;t=22&amp;a=6137&amp;l=10&amp;c=30&amp;b=47255\" border=\"0\" alt=\"Dyeable Shoe Store\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.dyeableshoestore.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=6137&amp;l=10&amp;c=30&amp;b=47255\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.hampshirehouse.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=18711&amp;l=10&amp;c=46&amp;b=15071\')\" class=\"uline\"><img src=\"/boston/images/advertising/the_hampshire_house_banner_9.jpg?i=1&amp;t=22&amp;a=18711&amp;l=10&amp;c=46&amp;b=15071\" border=\"0\" alt=\"Hampshire House\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.hampshirehouse.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=18711&amp;l=10&amp;c=46&amp;b=15071\')\" 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;
	}
}
