function InsertVideo(flvideo,flroot) {
	document.write('<object type="application/x-shockwave-flash" data="' + flroot  + '/wp-content/plugins/AndrejPictures/flvplayer.swf?file=' + flvideo + '&autostart=false" width="640" height="500" wmode="transparent">\n');
	document.write('<param name="movie" value="' + flroot  + '/wp-content/plugins/AndrejPictures/flvplayer.swf?file=' + flvideo + '&autostart=false" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('</object>\n');
}
