// JavaScript Document
/*
pop up script-
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free, original scripts here!
*/
//change the width and height of the pop up window, if desired
newwindow=window.open("images/ad.jpg","","width=400,height=500")
newwindow.creator=self
