////////////////////////////////////////////////////////////////
///SOURCE CODE FOR GYTHA.COM SITE/
///7.29.2002 MICHAEL MURDZA/azDrum Visual Communications/ http://www.azDrum.com
////////////////////////////////////////////////////////////////




function mailPopper() {


//tomorrow=new Date(); 
//tomorrow.setDate(tomorrow.getDate()+30);

/*

//////COMMENTED OUT UNTIL DNS RESOLVES....

exDate = new Date;
exDate.setMonth(exDate.getMonth()+3);

if (document.cookie.substr(0,13)=='') 
	{
	window.open('http://www.gythacards.com/mail_list/mail_list.html','signup','resizable=no,width=275,height=315');

	document.cookie = 'viewed_cookie=viewed;expires=' + exDate.toGMTString() + '; path=/' ;


	}

*/

}
