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