Event.onDOMReady(function() {
	var randomizeThese = [
		/*'<a href="/se/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/se/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Presentera p&aring; webben"><p>L&auml;gg upp bilder i ett .Mac-webbgalleri.</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="/se/aperture/resources/printproducts.html" class="block"> <img src="http://images.apple.com/se/aperture/images/contentfooter_print_title20080206.gif" width="210" height="17" alt="Professionella tryckprodukter "><p>Best&auml;ll vackra utskrifter och b&ouml;cker.</p><img src="http://images.apple.com/euro/aperture/images/contentfooter_print20080206.png" width="151" height="107" alt="Professionella tryckprodukter " class="center"> </a>'
	];

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