function popup(){
	/*************************************
	Change the following for your popup.
		for .open("...") the first param is the html page that will be
		placed in the popup window.  The second param is the window's 
		title.  The third param is a list of properties the window will have.
	*****************************************/
	var popupW = window.open("http://adult.iwantu.com/?id=mic1043","Sponser");
}
