Event.onDOMReady(function() {
	var randomizeThese = [
		/*'<a href="/nl/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/nl/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Presenteren op het web"><p>Publiceer je foto\'s in een .Mac-webgalerie.</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="/nl/aperture/resources/printproducts.html" class="block"> <img src="http://images.apple.com/nl/aperture/images/contentfooter_print_title20080206.gif" width="210" height="35" alt="Professionele drukwerkproducten"><p>Bestel prachtige afdrukken en boeken.</p><img src="http://images.apple.com/euro/aperture/images/contentfooter_print20080206.png" width="151" height="107" alt="Professionele drukwerkproducten" class="center"> </a>'
	];

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