function addFlashMailCube () {
	var t='';
	var nl="\r\n";
	t+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
	t+='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ';
	t+='width="580" height="420">'+nl;
	t+='<param name="movie" value="mailcube/mailcube.swf?v=3" />'+nl;
	t+='<param name="quality" value="high" />'+nl;
	t+='<param name="wmode" value="transparent" />'+nl;
	t+='<embed src="mailcube/mailcube.swf?v=3" quality="high" ';
	t+='pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ';
	t+='wmode="transparent" ';
	t+='width="580" height="420"></embed>'+nl;
	t+='</object>'+nl;
	document.write(t);

}