var slideshowpath=' http://www.thecsusmpri de.com/home/index.cfm?event =displaySlideSh ow&islides=';
// from query.
var aSectionNames = new Array();
var aSectionLinks = new Array();
aSectionNames[0] = 'News';
aSectionLinks[0]='/news/2008/02/12/News/';
aSectionNames[1] = 'Sports';
aSectionLinks[1]='/news/2008/02/12/Sports/';
aSectionNames[2] = 'Features';
aSectionLinks[2]='/news/2008/02/12/Features/';
aSectionNames[3] = 'Opinion';
aSectionLinks[3]='/news/2008/02/12/Opinion/';
aSectionNames[4] = 'Entertainment' ;
aSectionLinks[4]='/news/2008/02/12/Entertainment/';
aSectionNames[5] = 'Police Beat';
aSectionLinks[5]='/news/2008/02/12/PoliceBeat/';
aSectionNames[6] = 'Travel';
aSectionLinks[6]='/news/2008/02/12/Travel/';
if u see the above code it is an shtml content i am not getting to track on this
is there any way to convert into absolute urls ....
thanx in advance
----murthy
// from query.
var aSectionNames = new Array();
var aSectionLinks = new Array();
aSectionNames[0] = 'News';
aSectionLinks[0]='/news/2008/02/12/News/';
aSectionNames[1] = 'Sports';
aSectionLinks[1]='/news/2008/02/12/Sports/';
aSectionNames[2] = 'Features';
aSectionLinks[2]='/news/2008/02/12/Features/';
aSectionNames[3] = 'Opinion';
aSectionLinks[3]='/news/2008/02/12/Opinion/';
aSectionNames[4] = 'Entertainment' ;
aSectionLinks[4]='/news/2008/02/12/Entertainment/';
aSectionNames[5] = 'Police Beat';
aSectionLinks[5]='/news/2008/02/12/PoliceBeat/';
aSectionNames[6] = 'Travel';
aSectionLinks[6]='/news/2008/02/12/Travel/';
if u see the above code it is an shtml content i am not getting to track on this
is there any way to convert into absolute urls ....
thanx in advance
----murthy
Comment