var _section = location.search ? location.search .split("?")[1] : "latest"
What does this line of code set ? Here is the code from which it came
from...
var _section = location.search ? location.search .split("?")[1] : "latest"
var _date = new Date();
if (location.href. indexOf("http://") >= 0)
var _src =
"http://www.geocities.c om/qzmicro/photolog/archives/"+_section+".js ?"+_date.
getDay()
else
_src = "http://www.geocities.c om/qzmicro/photolog/archives/latest.js"
document.write( "<SCRIPT src='"+_src+"'> <\/SCRIPT>")
Thanks guys... 'Prechiate it.
Comment