Event.onDOMReady(function() {
	var randomizeThese = [
		'<a href="/ru/dotmac/webgallery.html" class="block"> <img src="http://images.apple.com/ru/aperture/images/contentfooter_galleries_title20080206.gif" width="210" height="17" alt="Публикация в Сети"><p>Размещайте фотографии в веб-галерее .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="/ru/aperture/tutorials/" class="block"> <img src="http://images.apple.com/ru/aperture/images/contentfooter_tutorials_title20080206.gif" width="210" height="17" alt="&#1056;&#1091;&#1082;&#1086;&#1074;&#1086;&#1076;&#1089;&#1090;&#1074;&#1072;"><p>Посмотрите 50 видеороликов.<\/p><img src="http://images.apple.com/euro/aperture/images/contentfooter_tutorials20080206.png" width="130" height="115" alt="&#1056;&#1091;&#1082;&#1086;&#1074;&#1086;&#1076;&#1089;&#1090;&#1074;&#1072;" class="center"><\/a> '*/
	];

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