$(function(){    Shadowbox.init({         handleOversize:     "resize",    	 displayNav:         false,         handleUnsupported:  "remove",         autoplayMovies:     false    });	function openMailingList() {        Shadowbox.open({                player:     'iframe',                title:      'Blink-182 Mailing List',				content:    'https://pages.email.interscope.com/blink182/emailsignup/',                height:     440,                width:      640        });	}		$("#btn-mailinglist").click(function(e) {		openMailingList();		e.preventDefault();	});});
