<!--	document.write("<center><font color='#000000' size=1>Copyrights &copy; " +Year+ " Winners Only Inc., All rights reserved. </font><a href='http://www.junnis.com' target='_blank'> <font color='#000000' size=1>  Maintained by Junnis Systems Inc.</font></a></center>");-->
function copyRight() {
	var dDate = new Date();
	var Year = dDate.getFullYear();
	document.write("<div align=right><font color='#000000' size=1>Copyrights &copy; " +Year+ " Winners Only Inc., All rights reserved. </font></div>");
}

copyRight();
