Event.onDOMReady(function() {
	var randomizeThese = [
		/*'<a href="/de/dotmac/webgallery.html" class="block">\r<img src="http://images.apple.com/de/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Pr&auml;sentieren im Web">\r<p>Fotos in einer .Mac Web Galerie pr&auml;sentieren<\/p>\r<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="/de/aperture/resources/printproducts.html" class="block">\r<img src="http://images.apple.com/de/aperture/images/contentfooter_print_title20080206.gif" width="210" height="17" alt="Professionelle Druckprodukte">\r<p>Bildsch&ouml;ne Abz&uuml;ge und Fotob&uuml;cher bestellen<\/p>\r<img src="http://images.apple.com/euro/aperture/images/contentfooter_print20080206.png" width="151" height="107" alt="Professionelle Druckprodukte" class="center"><\/a>'
	];

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