function show_clock()
{
	document.writeln ('<style>');
	document.writeln ('a.link_planeta:link, a.link_planeta:visited { font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, "Sans Serif"; font-size: 11px; font-weight: bold; color: #0339a7; text-decoration: none; }');
	document.writeln ('a.link_planeta:hover { text-decoration: underline; }');
	document.writeln ('</style>');
	document.writeln ('<table border="0" cellpadding="0" cellspacing="0">');
	document.writeln ('<tr><td><div align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="130" height="38" id="clock" align="middle"><param name="movie" value="http://www.planeta-plus.com/clock.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="scale" /><param name="wmode" value="transparent" /><embed src="http://www.planeta-plus.com/clock.swf" quality="high" scale="scale" width="130" height="38" name="clock" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div></td></tr>');
	document.writeln ('<tr><td><div align="center"><a href="http://www.planeta-plus.com" target="_blank" class="link_planeta">www.planeta-plus.com</a></div></td></tr>');
	document.writeln ('</table>');
};