// global variables go here.
// 2005-03-05-2:00+800

// 
var thisPageLocationArray = location.href.split("/");
var thisPageName = thisPageLocationArray[thisPageLocationArray.length -1];
// ----------------------------------------------------------------->
