Event.onDOMReady(function() {
	var randomizeThese = [
		'<a href="/ca/fr/mobileme/" class="block"><img src="http://images.apple.com/ca/fr/aperture/images/contentfooter_galleries_title20090515.gif" width="180" height="37" alt="Pr&eacute;sentez vos chefs-d\'&#156;uvre sur le Web">\r<p>Affichez vos photos dans une galerie Web MobileMe.<\/p>\r<img src="http://images.apple.com/ca/fr/aperture/images/contentfooter_galleries20080206.png" width="132" height="116" alt="" class="center" style="margin-top:0;"><\/a>',	
		'<a href="/ca/fr/aperture/resources/printproducts.html" class="block">\r<img src="http://images.apple.com/ca/fr/aperture/images/contentfooter_print_title20090515.gif" width="180" height="37" alt="Services d\'impression professionnels">\r<p>Commandez de magnifiques tirages et albums-photo.<\/p>\r<img src="http://images.apple.com/ca/fr/aperture/images/contentfooter_print20080206.png" width="151" height="107" alt="Services d\'impression professionnels" class="center"><\/a>'
	];

	if ($('cf-gallery')) {
		var randNum = Math.floor(Math.random() * (randomizeThese.length));
		$('cf-gallery').innerHTML = randomizeThese[randNum];
	}
});
