Shadowbox.init({
    // let's skip the automatic setup because we don't have any
    // properly configured link elements on the page
    skipSetup: true
});

window.onload = function() {

    // open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    '<a href="http://www.budsspas.com/hot-tub-blowout-2011/"><img src="http://www.budsspas.com/uploads/images/bannerFinal.jpg"></a>',
        player:     "html",
        title:      "",
         height:     170,
        width:      695
		
    });

};
