var hpbannerAdArray = [
		
	{
		"html" : '<a href=\"http://hawaiiwedding.net\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=9302&amp;l=59&amp;c=76&amp;b=67267\')\" class=\"uline\"><img src=\"/maui/images/advertising/aekai_beach_weddings_banner.jpg?i=1&amp;t=22&amp;a=9302&amp;l=59&amp;c=76&amp;b=67267\" border=\"0\" alt=\"Aekai Beach Weddings\" class=\"banner\" /><\/a>\n	<span><a href=\"http://hawaiiwedding.net\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=9302&amp;l=59&amp;c=76&amp;b=67267\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.mauiwedding.net\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=9306&amp;l=59&amp;c=3&amp;b=56183\')\" class=\"uline\"><img src=\"/maui/images/advertising/a_paradise_dream_wedding_banner.jpg?i=1&amp;t=22&amp;a=9306&amp;l=59&amp;c=3&amp;b=56183\" border=\"0\" alt=\"A Paradise Dream Wedding\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.mauiwedding.net\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=9306&amp;l=59&amp;c=3&amp;b=56183\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.buzzscatering.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=13809&amp;l=59&amp;c=8&amp;b=90159\')\" class=\"uline\"><img src=\"/maui/images/advertising/buzzs_wharf_restaurant_catering_banner_2.jpg?i=1&amp;t=22&amp;a=13809&amp;l=59&amp;c=8&amp;b=90159\" border=\"0\" alt=\"Buzz\'s Wharf Restaurant Catering\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.buzzscatering.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=13809&amp;l=59&amp;c=8&amp;b=90159\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.RoyalLahaina.net/wedding\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=13112&amp;l=59&amp;c=5&amp;b=58091\')\" class=\"uline\"><img src=\"/maui/images/advertising/royal_lahaina_resort_banner.jpg?i=1&amp;t=22&amp;a=13112&amp;l=59&amp;c=5&amp;b=58091\" border=\"0\" alt=\"Royal Lahaina Resort\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.RoyalLahaina.net/wedding\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=13112&amp;l=59&amp;c=5&amp;b=58091\')\" class=\"uline\">Find out more<\/a><\/span>'		
	}
		
	,{
		"html" : '<a href=\"http://www.photographershawaii.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=9303&amp;l=59&amp;c=3&amp;b=67268\')\" class=\"uline\"><img src=\"/maui/images/advertising/photographers_hawaii_banner.jpg?i=1&amp;t=22&amp;a=9303&amp;l=59&amp;c=3&amp;b=67268\" border=\"0\" alt=\"Photographers Hawaii Inc.\" class=\"banner\" /><\/a>\n	<span><a href=\"http://www.photographershawaii.com\" target=\"blank\" onclick=\"countClick(\'t=22&amp;a=9303&amp;l=59&amp;c=3&amp;b=67268\')\" 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;
	}
}
