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