/* SiteCatalyst code version: H.2.
Copyright 1997-2005 Omniture, Inc. More info available at
http://www.omniture.com */

var thisSiteName = "WJ Hotel";
var thisSiteCode = "hotelinternetwj";
var locationPath = location.href.split("/");
var thisPageName = locationPath[locationPath.length-1];
var special = new Array("?","#"," ")
for ( t=0; t < special.length; ++t) {
	var chr = special[t];
	var i = thisPageName.indexOf(chr)
	if ( i != -1 ) {
		thisPageName = thisPageName.substr(0,i)
	}
}
if ( thisPageName == "" ) thisPageName = "index.html"

s.pageName	= thisPageName
s.server	= ''
s.channel	= thisSiteName
s.pageType	= ''
s.prop1		= thisSiteCode
s.prop2		= ''
s.prop3		= ''
s.prop4		= ''
s.prop5		= ''

var s_code=s.t();if(s_code)document.write(s_code)

/* End SiteCatalyst code version: H.2. */

