$(function(){
	$("#footer h2").replaceWith("<h2>The Thrill <img src='/images/logo/watermark.png' /> of Theater</h2>");
	$("tr:odd").css('background-color','#e8e8e8');

	$('.rotator').cycle();
});
