function printMovie() {
	var swffile = new Array();
	swffile[0] = "snet_intro01";
	swffile[1] = "snet_intro02";
	var x = Math.floor(Math.random() * swffile.length);
	document.write('<A HREF=http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese></A>');
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
	document.write(' WIDTH=733 HEIGHT=230 id=' + swffile[x] + ' ALIGN="">');
	document.write('<PARAM NAME=movie VALUE="./flash/' + swffile[x] + '.swf">');
	document.write('<PARAM NAME=loop VALUE=false>');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
	document.write('<EMBED src="./flash/' + swffile[x] + '.swf" loop=false menu=false quality=high bgcolor=#FFFFFF');
	document.write(' WIDTH=733 HEIGHT=230 NAME="' + swffile[x] + '" ALIGN=""');	
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');
}
