// JavaScript Document

var str
function pageRetrieval(str) {
	myLocations = new Array
	/*siteMap*/
	myLocations[0] ='/sitemap.html';
	/*quoteApp*/
	myLocations[1] ='https://secure.netsolhost.com/insure-ccia.com/quoteapp3.htm';
	/*history*/
	myLocations[2] ='/history.htm';
	/*oneStop*/
	myLocations[3] ='/oneStop.htm';
	/*employment*/
	myLocations[4] ='/index1.htm';
	/*clientPrograms*/
	myLocations[5] ='/client_programs.htm';
	/*contacts*/
	myLocations[6] ='/contacts.htm';
	/*truckInsurance*/
	myLocations[7] ='/truckins.htm';
	/*coverageDescriptions*/
	myLocations[8] ='/covDescriptions.html';
	/*blog*/
	myLocations[9] ='/index1.htm';
	/*index1*/
	myLocations[10] ='/index1.htm';
	
	location.href=myLocations[str];
}
	