if (document.getElementById('welcome')){
	var feat = new SWFObject("flash.swf", "feature", "230", "410", "8");
	feat.addParam('menu', 'false');
	feat.addParam('wmode', 'transparent');
	feat.addVariable("xml", "cue_point.xml");
	feat.write("welcome");
}
if (document.getElementById('thumb_1')){
	var th1 = new SWFObject("flash/th1.swf", "thumb_1", "122", "68", "8");
	th1.addParam('wmode', 'transparent');
	th1.write("thumb_1");
	
	var th2 = new SWFObject("flash/th2.swf", "thumb_2", "122", "68", "8");
	th2.addParam('wmode', 'transparent');
	th2.write("thumb_2");
	
	var th3 = new SWFObject("flash/th3.swf", "thumb_3", "122", "68", "8");
	th3.addParam('wmode', 'transparent');
	th3.write("thumb_3");
	
	var th4 = new SWFObject("flash/th4.swf", "thumb_4", "122", "68", "8");
	th4.addParam('wmode', 'transparent');
	th4.write("thumb_4");
}
