Event.onDOMReady(function() {
	var randomizeThese = [
		'<a href="/pt/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/pt/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Presente na internet"><p>Publique fotografias numa galeria de imagens .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="/pt/aperture/tutorials/" class="block"> <img src="http://images.apple.com/pt/aperture/images/contentfooter_tutorials_title20080206.gif" width="210" height="17" alt="Tutoriais"><p>Veja os 50 v&iacute;deos.<\/p><img src="http://images.apple.com/euro/aperture/images/contentfooter_tutorials20080206.png" width="130" height="115" alt="Tutoriais" class="center"><\/a> '*/
	];

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