$(document).ready(function() {
	
	// the variable cancelFlashIntroduction is set to true if the flash should not display the intro
	// and instead go straight to the carousel
	
	var so = new SWFObject("/assets/flash/press.swf", "press", "900", "420", "9", "#fff");
    so.addVariable("configURL", "/xml-press/");
    so.write("carousel")
	
});