<!--
if(document.images){
var philosophy_off = new Image(); philosophy_off.src = "images/philosophy.jpg";
var people_off = new Image(); people_off.src = "images/people.jpg";
var contact_off = new Image(); contact_off.src = "images/contact.jpg";
var location_hours_off = new Image(); location_hours_off.src = "images/location_hours.jpg";
var press_off = new Image(); press_off.src = "images/press.jpg";
var tasting_events_off = new Image(); tasting_events_off.src = "images/tasting_events.jpg";
var private_parties_off = new Image(); private_parties_off.src = "images/private_parties.jpg";
var menus_off = new Image(); menus_off.src = "images/menus.jpg";
var friends_off = new Image(); friends_off.src = "images/friends.jpg";
var philosophy_on = new Image(); philosophy_on.src = "images/philosophy_on.jpg";
var people_on = new Image(); people_on.src = "images/people_on.jpg";
var contact_on = new Image(); contact_on.src = "images/contact_on.jpg";
var location_hours_on = new Image(); location_hours_on.src = "images/location_hours_on.jpg";
var press_on = new Image(); press_on.src = "images/press_on.jpg";
var tasting_events_on = new Image(); tasting_events_on.src = "images/tasting_events_on.jpg";
var private_parties_on = new Image(); private_parties_on.src = "images/private_parties_on.jpg";
var menus_on = new Image(); menus_on.src = "images/menus_on.jpg";
var friends_on = new Image(); friends_on.src = "images/friends_on.jpg";


}
function chgImg(name1,name2) {
name2.src = name1.src;
}
function Is() {
agent = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
this.minor = parseFloat(navigator.appVersion);
this.ns = ((agent.indexOf('mozilla') != -1) && ((agent.indexOf('spoofer') == -1) && (agent.indexOf('compatible') == -1)));
this.ns4 = (this.ns && (this.major == 4));
this.ns6 = (this.ns && (this.major >= 5));
this.ie = (agent.indexOf("msie") != -1);
this.ie3 = (this.ie && (this.major < 4));
this.ie4 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.0") == -1));
this.ie5 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.0") != -1));
this.ie55 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.5") != -1));
this.ie6 = (this.ie && (agent.indexOf("msie 6.0")!=-1) );
}
var is = new Is();
function closeIt()
{
self.close();
}




	function loadIt(){
		loader = Math.random();
		//alert(loader);
		
		
		
		if (loader <= 0.20)
			document.write('<img src="images/home1.jpg" width="1024" height="318" border="0" name="homeImage" />');
		else 
			if (loader <= 0.40)
				document.write('<img src="images/home2.jpg" width="1024" height="318" border="0" name="homeImage" />');
			else
				if (loader <= 0.60)
					document.write('<img src="images/home3.jpg" width="1024" height="318" border="0" name="homeImage" />');
				else
					if (loader <= 0.80)
						document.write('<img src="images/home4.jpg" width="1024" height="318" border="0" name="homeImage" />');
					else
						document.write('<img src="images/home5.jpg" width="1024" height="318" border="0" name="homeImage" />');
			
		//closeIt();
	}















-->