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

var thisSiteName = "The Marmara Manhattan";
var thisSiteCode = "hotelinternetmarmara";
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.php"

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)
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')

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


