Can I disable this not to work on smart phone browsers as it seem to be effecting performance over 3G
I notice you are using the following
(I am not really a coder so not totaly sure what is going on here, though seems like a way of stepping out the code)
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera
if (browserok) {
window.onload=initsnow
}
Hello,
could you explain howto show the script only on homepage, e.g. with is_home ?
Thanks
]]>