function rewriteURL()
{
var so = new SWFObject("player/playerMultipleList.swf", "mymovie", "185", "185", "7", "#FFFFFF");  
so.addVariable("autoPlay","yes")
so.addVariable("playlistPath","player/playlistxyz.xml")
so.write("flashPlayer");
}
