$(document).ready(function(){
	
	/* footer stick */
	var fHeight = $("div#footer").innerHeight();
	$("div#footer").css({"margin-top":-fHeight+"px"});
	$("div#main").css({"padding-bottom":fHeight+"px"});
	
	/* hide last sep in hotnews */
	$('.hotnews li:last').addClass('last');
	
	/* rotator init */
	
	$('#rotator').dlelRotator();

});

