Event.onDOMReady(function() {
	var randomizeThese = [
		/*'<a href="/no/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/no/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Presenter p&aring; Internett"><p>Legg ut bilder i et .Mac-webgalleri.</p><img src="http://images.apple.com/euro/aperture/images/contentfooter_galleries20080206.png" width="132" height="116" alt="" class="center" style="margin-top:0;"> </a>',	*/
		'<a href="/no/aperture/resources/printproducts.html" class="block"> <img src="http://images.apple.com/no/aperture/images/contentfooter_print_title20080206.gif" width="210" height="17" alt="Trykte produkter"><p>Bestill elegante fotob&oslash;ker og andre trykte produkter.</p><img src="http://images.apple.com/euro/aperture/images/contentfooter_print20080206.png" width="151" height="107" alt="Trykte produkter" class="center"> </a>'
	];

	if ($('cf-gallery')) {
		var randNum = Math.floor(Math.random() * (randomizeThese.length));
		$('cf-gallery').innerHTML = randomizeThese[randNum];
	}
});
