function writeKaffikTag() {
	var sSwf = "http://www.db.kaffik.com/hatgame.swf";
	var sHtml ="";

	sSwf += "?" + encodeURIComponent(document.URL + " ");

	sHtml += "<object width='150' height='240'><param name='allowScriptAccess' value='always' /><param name='movie' value='" + sSwf + "' /><param name='quality' value='high' /><embed src='" + sSwf + "' quality='high' allowScriptAccess='always'  type='application/x-shockwave-flash' width='150' height='240' /></object>";

	document.write(sHtml);
}
