var _imgFix = false;
var _menuFix = false;
var _isIE = false;
var _ie6 = false;
var _homePg = true;
var _single = false;

var _userAgent		= "Mozilla/5.0 (compatible; special_archiver/3.1.1 +http://www.archive.org/details/archive.org_bot)";
var _pageTpl		= "tpl_home.php";
var _tplDir			= "http://www.snhcollection.com/site-data/themes/snhcollection/";
var _pageURL		= "http://www.snhcollection.com/";
var _homeURL		= "http://www.snhcollection.com/";
var _docDomain		= "www.snhcollection.com";

$(document).ready(function(){
    _init();
});

$(window).resize(function(){
	_resizePg();
});