jQuery(document).ready(function() {
	if ( jQuery('#cub3r').length == 0 ) {return false;}
	var expressInstall = cub3r_path.replace('cu3er.swf', 'expressInstall.swf');
	var config = cub3r_path.replace('cu3er.swf', 'config.php');
	var flashvars = {};
	flashvars.xml = config;
	var attributes = {};
	attributes.wmode = "transparent";
	attributes.id = "slider";
	swfobject.embedSWF(cub3r_path, "cub3r", cub3r_width, cub3r_height, "9", expressInstall, flashvars, attributes);
});
