$(document).ready (function() {
	$('a.external').attr({target: '_blank'});
	
	flashembed("flash", { 
        src: "/coverflow/whflow.swf",
        width: 915,
        height: 260,
        version: [8,0,0],
        wmode: "transparent",
        scale: "noscale",
		onFail: function() {
			$('.nojs').hide();
			$('.noflash').show();
			$('#carousel').jcarousel({
				scroll: 4,
				start: carousel_coverstart
			});
		}
    }, {
        coverxmlurl: "cover_gallery.cfm?typ=" + whflow_typ,
        settingsxmlurl: "settings.xml",
        wmode: "transparent",
		coverstart: whflow_coverstart
    });
	
});
