<script type="text/javascript">
<!--
var pop=new Array()
pop[0]=new Array("http://www.hrgiger.com","link","left=100,top=100,width=440,height=600,toolbar=0,location=0, directories=0,status=0,menubar=0,scrollbars=1,resizable=1")
pop[1]=new Array("http://www.joecartoon.com","link","left=150,top=200,width=650,height=473,toolbar=0,location=0, directories=0,status= 0,menubar=0,scrollbars=1,resizable=1")
pop[2]=new Array("http://www.bravenet.com","link","left=200,top=150,width=400,height=500,toolbar=0, location=0,directories=0,status= 0,menubar=0,scrollbars=1,resizable=1")
pop[3]=new Array("http://www.dhtmlnirvana.com","link","left=250,top=100,width=350,height=473,toolbar=0, location=0,directories=0,status= 0,menubar=0,scrollbars=1,resizable=1")
pop[4]=new Array("http://www.digitalblasphemy.com/","link","left=0,top=100,width=600,height=400,toolbar=0, location=0,directories=0,status= 0,menubar=0,scrollbars=1,resizable=1")
newWin=null
function randomPop(){
num=Math.floor(Math.random()*pop.length)
newWin = window.open(pop[num][0],pop[num][1],pop[num][2])
newWin.focus()
}
function closePop(){
if(newWin&&newWin.open&&!newWin.closed){
newWin.close()
}
}
// add onload="randomPops()" onunload="closePop()" to the openig BODY tag
//-->
</script>