function writeTag( url, width, height ) {
	document.write('<embed src="' + url + '" width="' + width + '" height="' + height + '" base="." type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}

