function makeClip() {
  var so = new SWFObject('/common/flvplayer.swf','montage','570','320','8');
  so.addParam("allowfullscreen","false");
  so.addVariable("file","/common/welcome_playlist.php");
  so.addVariable("enablejs","false");
  so.addVariable("showicons","false");
  so.addVariable("usefullscreen","false");
  so.addVariable("overstretch","none");
  so.addVariable("width","570");
  so.addVariable("height","320");
  so.addVariable("displayheight","320");
  so.addVariable("autostart","true");
  so.addVariable("linkfromdisplay","true");
  so.addVariable("link","/search.html");
  so.addVariable("repeat","true");
  return so.write('introMovie');
}
