{
if (document.getElementById('QUOTES').href == "http://www.desktop-quotes.com/")
	{
		document.write ("<div align='center' style='height: 139px; width: 254px;'>");
		document.write ("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='250' height='135' id='250_135' align='middle'>");
      		document.write ("<param name='allowScriptAccess' value='sameDomain'>");
		document.write ("<param name='movie' value='http://freeticker.desktop-quotes.com/swf/250_135.swf'>");
		document.write ("<param name='quality' value='high'>");
		document.write ("<param name='bgcolor' value='#ffffff'>");
		document.write ("<embed swliveconnect='true' src='http://freeticker.desktop-quotes.com/swf/250_135.swf' quality='high' bgcolor='#ffffff' width='250' height='135' name='250_135' align='' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>");
		document.write ("</embed>");
		document.write ("</object>");
		document.write ("<br><font face='Tahoma' size='1'><A target='_blank' href='http://freeticker.desktop-quotes.com' title='Click here to get your Free Quotations Ticker' id='tickerlink' >Get this free ticker...</A></font>");
		document.write ("</div>");
		document.getElementById('QUOTES').href = "";
		document.getElementById('QUOTES').innerHTML = "";
  }
else
	{
		document.write ("<div style='border-style: solid; border-width: 1px; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; color: #4c1f79;'>");
		document.write ("<p align='center'><b><font face='Verdana'><span>:: Feed Error ::</span></font><font size='1' face='Verdana'><BR>It apperars that the code for <BR>the ticker has been modified<BR><a title='Click here to get the code to fix the ticker' href='http://freeticker.desktop-quotes.com' target='_blank'>Please click here to get<BR>the original code</a></font></b></p></div");
		document.getElementById('QUOTES').href = "";
		document.getElementById('QUOTES').innerHTML = "";
	}
}