﻿Event.onDOMReady(function() {
	var randomizeThese = [
		'<a href="/kr/dotmac/webgallery.html" class="block"><img src="http://images.apple.com/kr/aperture/images/contentfooter_galleries_title20080207.gif" width="140" height="17" alt="Present on the web">\r<p>.Mac Web Gallery에 사진을 게시하십시오.<\/p>\r<img src="http://images.apple.com/kr/aperture/images/contentfooter_galleries20080206.png" width="132" height="116" alt="" class="center" style="margin-top:0;"><\/a>',
		'<a href="/kr/dotmac/webgallery.html" class="block"><img src="http://images.apple.com/kr/aperture/images/contentfooter_galleries_title20080207.gif" width="140" height="17" alt="Present on the web">\r<p>.Mac Web Gallery에 사진을 게시하십시오.<\/p>\r<img src="http://images.apple.com/kr/aperture/images/contentfooter_galleries20080206.png" width="132" height="116" alt="" class="center" style="margin-top:0;"><\/a>'
	];

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