//Random Page Title Script
// This script was written by Michael Sarrette [webmassa@bigdarkcloud.com]. If you want to use it 
// you may do so freely, but please keep these lines intact.
// -- Mike

function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>biBABESNETWORK.COM presents...</title><body oncontextmenu="return false" bgcolor="#9595DB" topmargin=0 leftmargin=0 link="#FFFFFF" vlink="#FFFFFF"><center>')
popwin.document.write('<img src="'+imagesrc+'"></body><br>')
popwin.document.write('<font face="Verdana" size="1"><b>')
popwin.document.write('<a href="javascript:window.close();">:: CLICK TO CLOSE WINDOW ::</a></b><br>&nbsp;')
popwin.document.close()
}