function newimage(im)
{
	newwindow2=window.open();
	var tmp = newwindow2.document;
       	tmp.write('<html><head><style>a{text-decoration:none;}td{font-size:11px;font-family:verdana;}.link1 {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height:15px; font-weight: normal;text-decoration:none;}.link1:hover {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0000FF; line-height:15px; font-weight: normal; text-decoration:underline;}</style><title>Chitramalika.com -- Random Picture</title>');
        
        tmp.write('<body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0 marginwidth=0 marginheight=0><center>');


tmp.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="779" height="193" id="chitra" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.chitramalika.com/chitra.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#333333" /><embed src="http://www.chitramalika.com/chitra.swf" quality="high" bgcolor="#333333" width="779" height="193" name="chitra" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');

tmp.write('<iframe src="http://www.chitramalika.com/googlead.asp" frameborder="0" height=150 width=770></iframe>');



        tmp.write('<center><base target = "_blank">');


        tmp.write('<a href = "http://www.chitramalika.com/gad.asp"><img src =' + im + ' alt = "Click Here for Random Picture">' + '</a>');

        tmp.write('<font size=-2 face=arial color="#8d8d8d"><br>Copyright &copy; 2006. All rights reserved. This material may not be published, broadcast, rewritten, or redistributed.</font>');


tmp.write('<br><br><br><center><table width = 70%><tr><td align = left><a href = "http://www.chitramalika.com/wallpapers/"> <font face ="Arial" size =4><img src =  "http://www.chitramalika.com/images/wallpapers.jpg" border=0 align=absmiddle></a></font></td><td align=right><a href = "http://www.chitramalika.com/galleryhome.asp"> <font face ="Arial" size =4><img src = "http://www.chitramalika.com/images/galleries.jpg" border=0 align=absmiddle></a></font></td></tr></table><br><br>');

tmp.write('<iframe src="http://www.chitramalika.com/googlesearch.asp" frameborder="0" height=90 width=500></iframe>');

tmp.write('<table align=center width=779 height=40 cellpadding=0 cellspacing=0 border=0><tr><td width=779 height=40 background="http://www.chitramalika.com/images/footer.jpg"><center></a></td></tr></table>');


        tmp.write('</body></html>');
	tmp.close();
}