Event.onDOMReady(function() {
	var randomizeThese = [
		/*'<a href="/es/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/es/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Presenta en Internet"><p>Publica tus fotos en una Galer&iacute;a web de .Mac.</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="/es/aperture/resources/printproducts.html" class="block"> <img src="http://images.apple.com/es/aperture/images/contentfooter_print_title20080206.gif" width="210" height="35" alt="Productos de impresi&oacute;n profesional"><p>Encarga tus impresiones y libros.</p><img src="http://images.apple.com/euro/aperture/images/contentfooter_print20080206.png" width="151" height="107" alt="Productos de impresi&oacute;n profesional" class="center"></a>'
	];

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