/*
	// Page Name from URL  
	// Created by Rob Reynolds, May 2004.
	// This will hold the value for the page location in case you would need to refer to it.
	// This script is also located in the buttonImagePreloader.js script

*/

var strWinLoc=window.location.href;
var intWinLoc;
//alert(strWinLoc);
intWinLoc=strWinLoc.lastIndexOf("/");
strWinLoc= strWinLoc.substr(intWinLoc+1);
//alert("strWinLoc= " + strWinLoc);