function writeFooter()
{
	var hStr ;
	hStr =  '<table width="100%" border="0" cellspacing="0" cellpadding="1">' +
		'<tr align="center">' + 
		  '<td class="footer" width="50%">Site best viewed in IE5+ or NS5+ with 1024 X 768 screen resolution' +
		  ' | © 2008. Cineyug. All Rights Reserved.' +
		  ' | Site Design: <a class="footer" href="http://www.itworks.in" target="_blank">I.T. WORKS</a></td>' +
		'</tr>' +
	  '</table>' ;
	document.write(hStr);
}
writeFooter();

