function loadVideo() {
	var so = new SWFObject('/_assets/media/swf/moviePlayer_tou.swf','mpl','640','360','9');
	so.addParam('allowfullscreen','true');
	so.addParam('menu','false');
	so.addParam('allowscriptaccess','always');
	so.addParam('wmode','opaque');
	so.addVariable('file','/_assets/media/flv/storm.flv');
	so.addVariable('autostart', 'true');
	so.addVariable('showicons','true');
	so.addVariable('controlbar', 'bottom'); // none, over, bottom
	so.addVariable('showdigits','true');
	so.addVariable('dock', 'true');
	so.write('flashVideo');
}; // loadVideo
