function thisYear(){
    var day=new Date();
    var year=day.getFullYear();
    return document.write(year);
}


function popTv(){
	showpt = window.open("","tv","width=756,height=756,resizable=1,scrollbars=1");void(0);
	showpt.focus();
}

