Event.onDOMReady(function() {
	var randomizeThese = [
		'<a href="/pl/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/pl/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Pochwal si&#281; w sieci"><p>Opublikuj zdj&#281;cia w galerii .Mac Web Gallery.</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="/pl/aperture/tutorials/" class="block"> <img src="http://images.apple.com/pl/aperture/images/contentfooter_tutorials_title20080206.gif" width="210" height="35" alt="Samouczki"><p>Obejrzyj 50 klip&oacute;w wideo.<\/p><img src="http://images.apple.com/euro/aperture/images/contentfooter_tutorials20080206.png" width="130" height="115" alt="Samouczki" class="center"><\/a>'*/
	];

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