
function fwLoadAdds() {
     var banTime = new Date();
     var ss = banTime.getSeconds();

		  if ((ss>=0)&&(ss<=15)){
	    window.document.write("<a href='/vinodam/' target='_blank'><img src='/advertises/HomeImages/mallikcomedy.jpg' width='270' height='60' border='0'></a>")
}
		 if ((ss>=16)&&(ss<=31)){
	    window.document.write("<a href='/vinodam/' target='_blank'><img src='/advertises/HomeImages/mallikcomedy.jpg' width='270' height='60' border='0'></a>")
	}	
		 if ((ss>=32)&&(ss<=45)){
	    window.document.write("<a href='/vinodam/' target='_blank'><img src='/advertises/HomeImages/mallikcomedy.jpg' width='270' height='60' border='0'></a>")	
}
 if ((ss>=46)&&(ss<=59)){
	    window.document.write("<a href='/vinodam/' target='_blank'><img src='/advertises/HomeImages/mallikcomedy.jpg' width='270' height='60' border='0'></a>")

	 }
}

