function changeVideo(intVkey, strVkeys) { var fo = new FlashObject('http://www.g4tv.com/flash/vplayerV4.swf?phoenixBase=http://www.g4tv.com/&videokey=' + intVkey + '&size=large&video_keys=' + strVkeys + '&displayPlaylist=y&playlistType=normal&maxPlaylistSize=30&autoplay=y&displaylogo=false&vertical=false', 'VideoPlayer', '480', '475', 8, ''); fo.addParam('wmode', 'window'); fo.addParam('quality', 'high'); fo.addParam('bgcolor', '#ffffff'); fo.addParam('allowFullScreen', 'true'); fo.addVariable('MMredirectURL', escape(fo.getAttribute('xiRedirectUrl'))); fo.write('sp-player-video-flash'); }