


$(function(){
    Shadowbox.init({
         handleOversize:     "resize",
    	 displayNav:         false,
         handleUnsupported:  "remove",
         autoplayMovies:     false
    });

	function openMailingList() {
        Shadowbox.open({
                player:     'iframe',
                title:      'Join Rev Theory&#8217;s Mailing List',
				content:    'https://pages.email.interscope.com/revtheory/emailsignupet/',
                height:     400,
                width:      600
        });
	}
	//openMailingList();
	
	$("#btn-mailinglist2").click(function(e) {
		openMailingList();
		e.preventDefault();
	});
});


$(function(){
    Shadowbox.init({
         handleOversize:     "resize",
    	 displayNav:         false,
         handleUnsupported:  "remove",
         autoplayMovies:     false
    });

	function openMailingList() {
        Shadowbox.open({
                player:     'iframe',
                title:      'Join Rev Theory&#8217;s Mailing List',
				content:    'https://pages.email.interscope.com/revtheory/emailsignupet/',
                height:     400,
                width:      600
        });
	}
	//openMailingList();
	
	$("#btn-mailinglist").click(function(e) {
		openMailingList();
		e.preventDefault();
	});
});



