/*$(document).ready(function() {	pngfix:function() {		DD_belatedPNG.fix('#hd h1 a, .span-8');		}});*/$(function(){    Shadowbox.init({         handleOversize:     "resize",    	 displayNav:         false,         handleUnsupported:  "remove",         autoplayMovies:     false    });	function openMailingList() {        Shadowbox.open({                player:     'iframe',                title:      'Join Fergie&#8217;s Mailing List',				content:    'https://pages.email.interscope.com/fergie',                height:     400,                width:      600        });	}	//openMailingList();		$("#btn-mailinglist").click(function(e) {		openMailingList();		e.preventDefault();	});});
