    //Shadowbox.loadSkin('classic', 'src/skin');
    //Shadowbox.loadLanguage('en', 'src/lang');
    //Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], 'src/player');
    
    
    Shadowbox.init({
        // let's skip the automatic setup because we don't have any
        // properly configured link elements on the page
        skipSetup: true,
        animate:false
    });

$(document).ready(function(){
    
    $('.comingSoon').click(function(e) {
        e.preventDefault();
        // open a welcome message as soon as the window loads

        Shadowbox.open({
            content:    '<div class="popup"><center><h2>Coming Soon</h2></center></div>',
            player:     "html",
            height:     122,
            width:      332

        });

    });
    
    $('.signUp').click(function(e) {
        e.preventDefault();
        // open a welcome message as soon as the window loads

        Shadowbox.open({
            content:    '<div class="popup_signup"><center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="300" height="300"><param name="movie" value="http://www.lolenemusic.com/lolenesignup_m.swf"><param name="quality" value="high"><embed src="http://www.lolenemusic.com/lolenesignup_m.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="300"></embed></object><br/><br/><a href="http://bit.ly/lolene_StreetTeam" target="_blank"><img src="http://lolenemusic.com/images/button_signup_street_team.gif" alt=""/></a></center></div>',
            player:     "html",
            height:     387,
            width:      387

        });

    });
    
   $('.ringtonesBox').click(function(e) {
        e.preventDefault();
        // open a welcome message as soon as the window loads

        Shadowbox.open({
            content:    '<div class="popup_signup"><center><br/><br/><object width="305" height="135"><param name="movie" value="http://tag.myxertones.com/myxerstore/store.swf" /><param name="flashvars" value="h=llcdn.myxer.com&p=29838367&d=634086682573452524&a=www.myxer.com&v=2&view=17094&skinTop=26" /><param name="wmode" value="transparent"></param><embed src="http://tag.myxertones.com/myxerstore/store.swf" flashvars="h=llcdn.myxer.com&p=29838367&d=634086682573452524&a=www.myxer.com&v=2&view=17094&skinTop=26" type="application/x-shockwave-flash" wmode="transparent" width="305" height="135"></embed></object></center></div>',
            player:     "html",
            height:     387,
            width:      387

        });

    });
    
    $('.contactBox').click(function(e) {
        e.preventDefault();
        // open a welcome message as soon as the window loads

        Shadowbox.open({
            content:  '<div class="popup popup_myspace fixheight" style="overflow-y:hidden;"><h2><img src="images/contacthdr.png" alt ="contact"/></h2><br/><div><h3>Booking Agent</h3><strong><a href="http://www.caa.com" target="_blank" style="color:#fff; text-decoration:none;">CAA</a></strong></div><div><h3>Management</h3><strong><a href="http://www.redlightmanagement.com" target="_blank" style="color:#fff; text-decoration:none;">Red Light Management</a></strong></div><div><h3>Label</h3><strong><a href="http://www.emi.com" target="_blank" style="color:#fff; text-decoration:none;">EMI</a></strong></div><div style="border:none;"><h3>Sync Inquires</h3><strong>Sony</strong></div></div>',
            player:     "html",
            height:     382,
            width:      592

        });

    });
    
    

});

