//
myPopup = '';
function openPopup(url)
{
    myPopup = window.open(url,'popupWindow','width=780,height=500,top=130,left=230,menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=1,RESIZABLE=1');
    if (!myPopup.opener)
         myPopup.opener = self;
         myPopup.focus();
}

//
var pgUrl = location.href;
if(pgUrl.indexOf("static/contact.d2w") != -1)
{
	var currentTime = new Date();
	var month = currentTime.getMonth() + 1;
	var day = currentTime.getDate();
	if((month == 12 && day > 24) || (month == 1 && day < 2))
	{
		window.open ("http://pics1.edeal.com/images/p2/wl/auct_mlb/all/auc_holidaypopup.jpg","custservalert","width=420,height=420");
	}
}

//
function open_window(url)
{
	window.open(url,"specwin",'toolbar=YES,location=YES,directories=YES,status=YES,menubar=YES,scrollbars=YES,resizable=YES,width=700,height=450');
}