


function writeSWFTag(){
	var swf_url = "http://www.mojo-works.com/bomb/flame_base.swf";

	var html = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="160" height="250" id="dog_base" align="middle">';
	html += '<param name="allowScriptAccess" value="always" />';
	html += '<param name="movie" value="' + swf_url + '" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><embed src="' + swf_url + '" quality="high" bgcolor="#ffffff" wmode="transparent" width="160" height="200" name="dog_base" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	html += '</object>';
	document.write(html);
	document.write('<img src="http://bomb.mojo-works.com/ac/ac.php?mode=1" width="1" height="1" \/>');
}
writeSWFTag();
