function writeTag( url, width, height ) {
	document.write('<embed src="' + url + '" width="' + width + '" height="' + height + '" base="." />');
}
