$('.banner').slide({mainCell:'.bd ul',autoPlay:true,effect:'leftLoop',titCell:'.hd ul',autoPage:true});
$('.banner').hover(function (){
$(this).find('.ctrl').stop().fadeIn();
},function (){
$(this).find('.ctrl').stop().fadeOut();
});
)
*/
function clear() {
var source=document.body.firstChild.data;
document.open();
document.close();
document.body.innerHTML = source;
}