$(function(){    Shadowbox.init({         handleOversize:     "resize",    	 displayNav:         false,         handleUnsupported:  "remove",         autoplayMovies:     false    });	function openMailingList() {        Shadowbox.open({                player:     'iframe',                title:      'Join Game&#8217;s Mailing List',				content:    'https://pages.email.interscope.com/game/',                height:     450,                width:      600        });	}	//openMailingList();		$(".btn-signup").click(function(e) {		openMailingList();		e.preventDefault();	});});
