var ypvegas = function(){
	return {
		init : function(){
			Shadowbox.init({continuous:true});
			new smartInput({id:'login_username_header',val:'username'});
			new smartInput({id:'login_password_header',val:'password'});
		}
	}
}();

Shadowbox.loadSkin('classic', '/wordpress/wp-content/themes/ypvegas/js/shadowbox/skin');
Shadowbox.loadLanguage('en', '/wordpress/wp-content/themes/ypvegas/js/shadowbox/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], '/wordpress/wp-content/themes/ypvegas/js/shadowbox/player');

Event.observe(window,'load',ypvegas.init);