Shadowbox.init({
	players: ['flv','img','iframe','qt']
});

$(document).ready(function() {
						  
	/* We need a stylesheet for shadowbox */
	$("head").append('<link rel="stylesheet" type="text/css" href="' + site_url + '/view/javascript/shadowbox/shadowbox.css" />');
	
});

