Forum Moderators: open
The code is:
<!-- BEGIN site.com Custom Images Chat Button Code --><center>
<div id="cirE4v" style="z-index:100;position:absolute"></div><div id="scrE4v" style="display:inline"></div><div id="sdrE4v" style="display:none"></div><script type="text/javascript">var serE4v=document.createElement("script");serE4v.type="text/javascript";var serE4vs=(location.protocol.indexOf("https")==0?"https://secure.site.com/image":"http://image.site.com")+"/js/site/safe-standard.js?ps_h=rE4v\u0026ps_t="+new Date().getTime();setTimeout("serE4v.src=serE4vs;document.getElementById('sdrE4v').appendChild(serE4v)",1)</script><noscript><div style="display:inline"><a href="http://www.site.com?messenger=site">Live Support Chat</a></div></noscript></center>
<!-- END site.com Custom Images Chat Button Code -->
Something like this is unlikely to have any influence on your ranking, good or bad.
[edited by: Receptional_Andy at 9:59 pm (utc) on Feb. 20, 2008]
Frankly, I don't see any reason why there couldn't just be a div accessed via an external javascript:
<div id="live_chat"><a href="http://www.site.com/?messenger=site">Live Support Chat</a></div> All the rest could be manipulated via an external javascript, if indeed javascript was enabled.
But then, I'm very particular and I like my javascript of the 'as unobtrusive as possible' variety ;)
I'm no javascript developer though, so perhaps there something I don't know that makes all of the extra stuff necessary.
<div id="cirE4v" style="z-index:100;position:absolute"></div>
Makes me think this application is doing some thing that writes to those divs, much in the way SWF object does. If this is the case, removing them will destroy the entire snippet. The CSS could use some cleanup, and <center> is deprecated, but ahh well . . . :-)