// JavaScript Document
function insTime()
	{
		var d = new Date();
		var w = d.getHours();
		if (w < 7 || w > 17)
		{
confirm("We Are Currently Closed");
	}
		else
	{	
	var a = new Date();
	var b = a.getDay();
	if (b == 0)
	{
confirm("We Are Closed Today");
	}		
		else
	{
	if (b == 6)
	{
confirm("Please Call For Availability");
	}
		else
	{
	var rand_no = Math.random();
rand_no = rand_no * 30;
rand_no = Math.ceil(rand_no);
confirm("The Average Wait Is " + rand_no + " Minute(s) ");
//confirm("We are closed ");
}
}
}
}

// New Window Functions:
function newWindow() {
	window.open("documents/Mail2b2.pdf","sub")
}
function newAdobe() {
	window.open("http://www.adobe.com/products/acrobat/readstep2.html","sub")
}
function newCoup() {
	window.open("documents/CoupCard.pdf","sub")
}
function newMain() {
	window.open("http://www.carlisleautogroup.com","sub")
}
function newFace() {
	window.open("http://www.facebook.com/pages/Carlisle-Service-Center/181801834903","sub")
}