function LoginCheckWithPopUp(url,width,height,scrollbars)
{
	if (isLoggedIn > 0)
	    window.open(url, 'newWin', 'width='+width+', height='+height+', scrollbars='+scrollbars+'')
	else
    	alert('You must be logged into your MySpace enter the sweepstakes!');
}