﻿var ee = null;
var applet = null;
var iNumberOfSections = 3;
var iCurrentGeneralBannerRecord = 0;
var iCurrentHeadingSpecificBannerRecord = 0;
var iCurrentPageNumber = 0;
var iStartPageNumber = 0;
var iEndPageNumber = 0;
var aPageNumber = null;
var sCurrentSRCForViewPage = "";
var sCurrentSRCForPrinter = "";
var iClientWidth = 0;
var iClientHeight = 0;
var cookieEnabled = true;
var aHistory = null;
var sOptionStatement = "";
var iGeneralTab = 0;
var sFavoriteAddLabel = "";
var sFavoriteOptionStatement = "";
var aFavoriteList = new Array();
var aListOfResults = null;
var aPopUpBannerInfo = null;
var aPopUpBannerInfoForHS = null;
var sLeftSideWidth = "0px";
var bHide = false;
var sShowWord = "Show";
var sHideWord = "Hide";
var http = null;
var htmlfiledata = "";
var sResultOptionStatement = "";
var fScale = (getCookie("fScale") == null ? 1.5: getCookie("fScale"));
var iZoomLevel = (getCookie("ZoomLevel") == null ? 3: getCookie("ZoomLevel"));
var iPageHeight = 740;
var iPageWidth = 600;
var iDefaultPageHeight = 740;
var iDefaultPageWidth = 600;
var sCurrentPageHeight = (getCookie("PageHeight") == null ? 1110: getCookie("PageHeight"));
var sCurrentPageWidth = (getCookie("PageWidth") == null ? 900: getCookie("PageWidth"));
var iXPosition = 0;
var iYPosition = 0;
var bHighlightResult = false;
var oResultList = null;
var iNumberOfFavoriteClick = 0;
var iNumberOfHistoryClick = 0;
var oWaiting;
var iLanguage = 0;
var aValue = new Array();
var oGBannerTimeout;
var oHSBannerTimeout;
var bFound = false;
var bIgnoreSections = false;
var bSearchAllSections = false;
var sCurrentGBannerPath = null;
var sCurrentHSBannerPath = null;
var iResultCount = 0;
var sfa = new Array();
var bMainSearchPage = false;
var bIfNotFoundGoToDirectoryDirectly = true;
var iGRotation = 0;
var iHRotation = 0;
var sJumpBackSection = "";
var sJumpBackPage = "";
var aSubContentValue = null;
var sCurrentGeneralBannerInfo = "";
var sCurrentHSBannerInfo = "";
var sSearchTypeForStatistics = "";
var bRefreshLayout = false;
var aSectionNames = new Array();
	aSectionNames = new Array(3);
	aSectionNames[0] = 'FRONT COVER';
	aSectionNames[1] = 'Yellow Pages';
	aSectionNames[2] = 'White Pages';
function getIEVersionNumber() {
	var ua = navigator.userAgent;
	var MSIEOffset = ua.indexOf("MSIE ");
	if (MSIEOffset == -1) {
		return 0;
	} else {
	return parseFloat(ua.substring(MSIEOffset + 5, ua.indexOf(";", MSIEOffset)));
	}
}
function IsItIE() { return (navigator.appName == "Microsoft Internet Explorer" ? true : false); }

function MoveToSpecificPosition(iX, iY) { 
	var i = iY/sCurrentPageHeight;
	i = parseInt(i * iClientHeight);
	window.scrollTo(iX, i);
}

function checkEnter(e) {
	var characterCode;
	characterCode = (e.which ? e.which : e.keyCode);
	return (characterCode == 13 ? true : false);
}

function GetScale() { return fScale; }

function GetXPosition() { return iXPosition; }

function GetYPosition() { return iYPosition; }

function IsItHighlightResult() { return bHighlightResult; }

function UpdateScale(vfScale) { fScale = vfScale; }

function UpdateScale() {
	if(iZoomLevel == 1) fScale = 1.0;
	if(iZoomLevel == 2) fScale = 1.2;
	if(iZoomLevel == 3) fScale = 1.5;
	if(iZoomLevel == 4) fScale = 1.8;
	if(iZoomLevel == 5) fScale = 2.0;
	setCookie("fScale", fScale);
}

function GetZoomLevel() { return iZoomLevel; }

function MoveZoomLevelUp() {
	iZoomLevel++;
	UpdateScale();
	setCookie("ZoomLevel", iZoomLevel);
}

function MoveZoomLevelDown() {
	iZoomLevel--;
	UpdateScale();
	setCookie("ZoomLevel", iZoomLevel);
}

function isValidEmail(sInfo) { 	return (sInfo.indexOf(".") > 2) && (sInfo.indexOf("@") > 0); }

function isValidateURL(sInfo) { 
	var v = new RegExp("[Ww]+\\.[A-Za-z0-9-_%&\?\/.=]+$");
	return (!v.test(sInfo) ? false : true);
}

function isC2CValid(sInfo) {	return (sInfo.toUpperCase().indexOf("C2C:") == 0 ? true : false);}

function DoesURLHaveHTTP(sInfo) { 
	var v = new RegExp("^[Hh]+[Tt]+[Tt]+[Pp]+://");
	return (!v.test(sInfo) ? false : true);
}

function isTheLinkJumpTo(sInfo) { 	return (sInfo.toUpperCase().indexOf("JUMPTO:") == 0 ? true : false); }

function isTheLinkMapTo(sInfo) { 	return (sInfo.toUpperCase().indexOf("MAP:") == 0 ? true : false); }

function isValidateGraphicOrVideo(sInfo) {
	var v = new RegExp("^[A-Za-z0-9-_]+\\.[A-Za-z]+");
	return (!v.test(sInfo) ? false : true);
}

function isItVideoOrAudio(sInfo) {
	var v = new RegExp("^[A-Za-z0-9-_]+\\.(MP3|mp3|WAV|wav|WMA|wma|RM|rm|OGG|ogg|RA|ra|MID|mid|MIDI|midi|RMI|rmi|RAM|ram|QT|qt|SND|snd|AU|au|AIF|aif|AIFC|aifc|AIFF|aiff|MPEG|mpeg|AVI|avi|MP4|mp4|FLV|flv|MPG|mpg)+");
	return (!v.test(sInfo) ? false : true);
}

function isItVideo(sInfo) {
	var v = new RegExp("^[A-Za-z0-9-_]+\\.(QT|qt|SND|snd|AU|au|AIF|aif|AIFC|aifc|AIFF|aiff|MPEG|mpeg|AVI|avi|MP4|mp4|FLV|flv|MPG|mpg)+");
	return (!v.test(sInfo) ? false : true);
}

function isItAudio(sInfo) {
	var v = new RegExp("^[A-Za-z0-9-_]+\\.(MP3|mp3|WAV|wav|WMA|wma|RM|rm|OGG|ogg|RA|ra|MID|mid|MIDI|midi|RMI|rmi|RAM|ram)+");
	return (!v.test(sInfo) ? false : true);
}

function UpdatePageHeightAndWidth() {
	sCurrentPageHeight = (iPageHeight*fScale);
	sCurrentPageWidth = (iPageWidth*fScale);
	setCookie("PageHeight", sCurrentPageHeight);
	setCookie("PageWidth", sCurrentPageWidth);
}

function GetMaximumHeightAndWidth() {
	iPageHeight = iDefaultPageHeight;
	iPageWidth = iDefaultPageWidth;
	switch(document.getElementById("sections").selectedIndex) {
	}
}

function GetCurrentSectionName() { 	return document.getElementById("sections").value.toUpperCase(); }

function RefreshLayout() {
	document.getElementById("LogoID1").style.height = "0px";
	document.getElementById("LogoID1").style.width = "0px";
	document.getElementById("LogoID1").style.display = "none";
	switch(document.getElementById("languages").selectedIndex) {
		case 0 : 
			document.getElementById("LogoID1").style.height = "71px";
			document.getElementById("LogoID1").style.width = "270px";
			document.getElementById("LogoID1").style.display = "block";
			document.getElementById("sectionlabel").innerHTML = "&nbsp;&nbsp;Section:";
			document.getElementById("contentlabel").innerHTML = "&nbsp;&nbsp;Content:";
			if(iGeneralTab == 2)
			window.frames["generaltab"].document.getElementById("historylabel").innerHTML = "&nbsp;&nbsp;History:";
			document.getElementById("HistoryTabLabel").innerHTML = "History:";
			if(iGeneralTab == 1)
			window.frames["generaltab"].document.getElementById("favoritelabel").innerHTML = "&nbsp;&nbsp;Favorite:";
			document.getElementById("FavoriteTabLabel").innerHTML = "Favorite:";
			if(iGeneralTab == 0)
				window.frames["generaltab"].document.getElementById("searchlabel").innerHTML = "Search:";
			document.getElementById("SearchTabLabel").innerHTML = "Search:";
			if(iGeneralTab == 0)
				window.frames["generaltab"].document.getElementById("searchtypelabel").innerHTML = "Search Type:";
			if(iGeneralTab == 0)
				window.frames["generaltab"].document.getElementById("resultlabel").innerHTML = "Result:";
			if(iGeneralTab == 0)
				window.frames["generaltab"].document.getElementById("smartsearch").value = "Make Smart Search";
			if(iGeneralTab == 0)
			window.frames["generaltab"].document.getElementById("inputSearch").value = "Search";
			if(iGeneralTab == 0)
			window.frames["generaltab"].document.getElementById("inputNextSearch").value = "Next Search";
			document.getElementById("idpreviouspage").value = "Previous";
			document.getElementById("idbotpreviouspage").value = "Previous";
			document.getElementById("idnextpage").value = "Next";
			document.getElementById("idbotnextpage").value = "Next";
			document.getElementById("idzoomout").value = "Zoom Out";
			document.getElementById("idbotzoomout").value = "Zoom Out";
			document.getElementById("idzoomin").value = "Zoom In";
			document.getElementById("idbotzoomin").value = "Zoom In";
			document.getElementById("idprintpage").value = "Print Page";
			document.getElementById("idbotprintpage").value = "Print Page";
			document.getElementById("idjumpback").value = "Jump Back";
			document.getElementById("idbotjumpback").value = "Jump Back";
			sShowWord = "Show";
			sHideWord = "Hide";
			if(bHide == false) {
				document.getElementById("showhide").value = "Hide";
				document.getElementById("botshowhide").value = "Hide";
			}else {
				document.getElementById("showhide").value = "Show";
				document.getElementById("botshowhide").value = "Show";
			}
			document.getElementById("idemailpage").value = "E-mail Page";
			document.getElementById("idbotemailpage").value = "E-mail Page";
			if(iGeneralTab == 0) {
				var sHTML = "<select class='searchtypelist' name='searchtype' id='searchtype' runat='server'>";
				sHTML += "<option value='CLASSIFICATION'>Classification</option><option value='LISTINGS'>Listing</option><option value='ADDRESS'>Address</option><option value='EMAIL'>Email</option><option value='KEYWORDS'>Keywords</option><option value='ALL'>All</option><option value='PHONE'>Phone</option><option value='WEBADDRESS'>Web Address</option>";
				sHTML += "&lt;/select&gt;";
				sHTML = sHTML.replace(/&gt;/g, ">");
				sHTML = sHTML.replace(/&lt;/g, "<");
				sHTML = sHTML.replace(/&amp;/g, "&");
				window.frames["generaltab"].document.getElementById("spanSearchType").innerHTML = sHTML;
			}
			document.getElementById("languagelabel").innerHTML = "&nbsp;&nbsp;Language:";
			iTmpIndex = document.getElementById("sections").selectedIndex;
			SectionSelect = '<select class="sectionlist" name="sections" id="sections" runat="server" onchange="PopulateContent()">';
			SectionSelect += '<option value="FRONT COVER">FRONT COVER</option>';
			SectionSelect += '<option value="Yellow Pages">Yellow Pages</option>';
			SectionSelect += '<option value="White Pages">White Pages</option>';
			SectionSelect += '</select>';
			document.getElementById("divsectionlist").innerHTML = SectionSelect;
			document.getElementById("sections").selectedIndex = iTmpIndex;

			break;
	}
	GetArrayOfPageNumberBasedOnSection();
	GetStartAndEndPageNumbers();
	bRefreshLayout = true;
	PopulateContent();
	bRefreshLayout = false;
}
function PopulateContent() {
	if(!bRefreshLayout) {
		iCurrentGeneralBannerRecord = 0;
		iCurrentHeadingSpecificBannerRecord = 0;
		document.getElementById("topbannerimage").innerHTML = "";
		document.getElementById("topbannerimageForHS").innerHTML = "";
	}
	var sHTML = "";
	sHTML = "&lt;select size='10' class='contentlist' name='contents' id='contents' runat='server' onchange='UpdateDataBasedOnContentList()'&gt;";
	switch(document.getElementById("sections").selectedIndex) {
		case 0 : 
			switch(document.getElementById("languages").selectedIndex) {
			}
			break;
		case 1 : 
			switch(document.getElementById("languages").selectedIndex) {
				case 0 : 
					sHTML += "&lt;option value='Accountants-Certified Public' selected&gt;Accountants-Certified Public&lt;/option&gt;";
					sHTML += "&lt;option value='Acupressure'&gt;Acupressure&lt;/option&gt;";
					sHTML += "&lt;option value='Acupuncture'&gt;Acupuncture&lt;/option&gt;";
					sHTML += "&lt;option value='Advertising Agencies &amp; Counselors'&gt;Advertising Agencies &amp; Counselors&lt;/option&gt;";
					sHTML += "&lt;option value='Advertising-Direct Mail'&gt;Advertising-Direct Mail&lt;/option&gt;";
					sHTML += "&lt;option value='Advertising-Newspaper'&gt;Advertising-Newspaper&lt;/option&gt;";
					sHTML += "&lt;option value='Advertising-Promotional Products'&gt;Advertising-Promotional Products&lt;/option&gt;";
					sHTML += "&lt;option value='Advertising-Specialties'&gt;Advertising-Specialties&lt;/option&gt;";
					sHTML += "&lt;option value='Advertising-Yellow Pages'&gt;Advertising-Yellow Pages&lt;/option&gt;";
					sHTML += "&lt;option value='Air Conditioning Contractors'&gt;Air Conditioning Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Air Conditioning-Equipment Systems Parts Service &amp; Repair'&gt;Air Conditioning-Equipment Systems Parts Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Air Duct &amp; Vent Cleaning'&gt;Air Duct &amp; Vent Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Air Duct-Inspection Service'&gt;Air Duct-Inspection Service&lt;/option&gt;";
					sHTML += "&lt;option value='Aircraft-Service &amp; Maintenance'&gt;Aircraft-Service &amp; Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Airlines-Ticket Agencies'&gt;Airlines-Ticket Agencies&lt;/option&gt;";
					sHTML += "&lt;option value='Airport Transportation Service'&gt;Airport Transportation Service&lt;/option&gt;";
					sHTML += "&lt;option value='Airports &amp; Airport Operations'&gt;Airports &amp; Airport Operations&lt;/option&gt;";
					sHTML += "&lt;option value='Alcoholism Information &amp; Treatment Centers'&gt;Alcoholism Information &amp; Treatment Centers&lt;/option&gt;";
					sHTML += "&lt;option value='All-Terrain Vehicles'&gt;All-Terrain Vehicles&lt;/option&gt;";
					sHTML += "&lt;option value='Alterations-Clothing'&gt;Alterations-Clothing&lt;/option&gt;";
					sHTML += "&lt;option value='Alternative Medicine-Healing Methods'&gt;Alternative Medicine-Healing Methods&lt;/option&gt;";
					sHTML += "&lt;option value='Ambulance Service'&gt;Ambulance Service&lt;/option&gt;";
					sHTML += "&lt;option value='Amtrak'&gt;Amtrak&lt;/option&gt;";
					sHTML += "&lt;option value='Animal Shelter &amp; Support Services'&gt;Animal Shelter &amp; Support Services&lt;/option&gt;";
					sHTML += "&lt;option value='Antiques &amp; Collectibles-Dealers &amp; Consignments'&gt;Antiques &amp; Collectibles-Dealers &amp; Consignments&lt;/option&gt;";
					sHTML += "&lt;option value='Apartments'&gt;Apartments&lt;/option&gt;";
					sHTML += "&lt;option value='Appliances-Major-Dealers-New'&gt;Appliances-Major-Dealers-New&lt;/option&gt;";
					sHTML += "&lt;option value='Appliances-Major-Dealers-Used'&gt;Appliances-Major-Dealers-Used&lt;/option&gt;";
					sHTML += "&lt;option value='Appliances-Major-Service &amp; Repair'&gt;Appliances-Major-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Appraisers'&gt;Appraisers&lt;/option&gt;";
					sHTML += "&lt;option value='Arborists-Certified'&gt;Arborists-Certified&lt;/option&gt;";
					sHTML += "&lt;option value='Archery Equipment &amp; Supplies'&gt;Archery Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Art Galleries Dealers &amp; Consultants'&gt;Art Galleries Dealers &amp; Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Art Goods-Retail'&gt;Art Goods-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Art Instruction &amp; Schools'&gt;Art Instruction &amp; Schools&lt;/option&gt;";
					sHTML += "&lt;option value='Artists-Commercial'&gt;Artists-Commercial&lt;/option&gt;";
					sHTML += "&lt;option value='Asphalt &amp; Asphalt Products'&gt;Asphalt &amp; Asphalt Products&lt;/option&gt;";
					sHTML += "&lt;option value='Asphalt Contractors'&gt;Asphalt Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Assemblies of God'&gt;Assemblies of God&lt;/option&gt;";
					sHTML += "&lt;option value='Assisted Living Facilities'&gt;Assisted Living Facilities&lt;/option&gt;";
					sHTML += "&lt;option value='Associations'&gt;Associations&lt;/option&gt;";
					sHTML += "&lt;option value='Attorneys'&gt;Attorneys&lt;/option&gt;";
					sHTML += "&lt;option value='Audiologists'&gt;Audiologists&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Air Conditioning-Service &amp; Repair'&gt;Automobile Air Conditioning-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Body Repairing &amp; Painting'&gt;Automobile Body Repairing &amp; Painting&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Customizing'&gt;Automobile Customizing&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Customizing'&gt;Automobile Customizing&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Dealers-Used'&gt;Automobile Dealers-Used&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Detailing'&gt;Automobile Detailing&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Diagnostic Service'&gt;Automobile Diagnostic Service&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Drive Shafts'&gt;Automobile Drive Shafts&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Electrical Service'&gt;Automobile Electrical Service&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Oil &amp; Lubrication Services'&gt;Automobile Oil &amp; Lubrication Services&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Parts &amp; Accessories-4x4 &amp; Off-Road'&gt;Automobile Parts &amp; Accessories-4x4 &amp; Off-Road&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Parts Supplies &amp; Accessories-New &amp; Used'&gt;Automobile Parts Supplies &amp; Accessories-New &amp; Used&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Parts Supplies &amp; Accessories-Whlse &amp; Mfrs'&gt;Automobile Parts Supplies &amp; Accessories-Whlse &amp; Mfrs&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Performance Racing &amp; Sports Car Equipment'&gt;Automobile Performance Racing &amp; Sports Car Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Service &amp; Repair'&gt;Automobile Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Service &amp; Repair-4x4 &amp; Off-Road'&gt;Automobile Service &amp; Repair-4x4 &amp; Off-Road&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Smog Brake &amp; Lamp Inspection &amp; Repair'&gt;Automobile Smog Brake &amp; Lamp Inspection &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Towing'&gt;Automobile Towing&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Upholstery Cleaning'&gt;Automobile Upholstery Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Automobile Upholstery Seat Covers &amp; Tops'&gt;Automobile Upholstery Seat Covers &amp; Tops&lt;/option&gt;";
					sHTML += "&lt;option value='Awnings'&gt;Awnings&lt;/option&gt;";
					sHTML += "&lt;option value='Bagels'&gt;Bagels&lt;/option&gt;";
					sHTML += "&lt;option value='Baha&#8216;i Faith'&gt;Baha&#8216;i Faith&lt;/option&gt;";
					sHTML += "&lt;option value='Bail Bonds'&gt;Bail Bonds&lt;/option&gt;";
					sHTML += "&lt;option value='Bakers-Retail'&gt;Bakers-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Banks'&gt;Banks&lt;/option&gt;";
					sHTML += "&lt;option value='Banners'&gt;Banners&lt;/option&gt;";
					sHTML += "&lt;option value='Baptist'&gt;Baptist&lt;/option&gt;";
					sHTML += "&lt;option value='Baptist-Southern'&gt;Baptist-Southern&lt;/option&gt;";
					sHTML += "&lt;option value='Barbers'&gt;Barbers&lt;/option&gt;";
					sHTML += "&lt;option value='Bark &amp; Soil Amendments'&gt;Bark &amp; Soil Amendments&lt;/option&gt;";
					sHTML += "&lt;option value='Batteries-Storage'&gt;Batteries-Storage&lt;/option&gt;";
					sHTML += "&lt;option value='Battery-Supply'&gt;Battery-Supply&lt;/option&gt;";
					sHTML += "&lt;option value='Beauty Salons-Beauty Services'&gt;Beauty Salons-Beauty Services&lt;/option&gt;";
					sHTML += "&lt;option value='Beauty Supplies &amp; Equipment'&gt;Beauty Supplies &amp; Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Bed &amp; Breakfast Accommodations'&gt;Bed &amp; Breakfast Accommodations&lt;/option&gt;";
					sHTML += "&lt;option value='Beds'&gt;Beds&lt;/option&gt;";
					sHTML += "&lt;option value='Bicycles'&gt;Bicycles&lt;/option&gt;";
					sHTML += "&lt;option value='Bird Hospitals'&gt;Bird Hospitals&lt;/option&gt;";
					sHTML += "&lt;option value='Blinds-Mini Vertical &amp; Wood'&gt;Blinds-Mini Vertical &amp; Wood&lt;/option&gt;";
					sHTML += "&lt;option value='Blinds-Repair &amp; Cleaning'&gt;Blinds-Repair &amp; Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Boats-Catalog Order Supplies'&gt;Boats-Catalog Order Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Boats-CoversTops &amp; Upholstery'&gt;Boats-CoversTops &amp; Upholstery&lt;/option&gt;";
					sHTML += "&lt;option value='Boats-Dealers'&gt;Boats-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Boats-Service &amp; Repair'&gt;Boats-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Bookbinders'&gt;Bookbinders&lt;/option&gt;";
					sHTML += "&lt;option value='Bookkeeping Services'&gt;Bookkeeping Services&lt;/option&gt;";
					sHTML += "&lt;option value='Books-New'&gt;Books-New&lt;/option&gt;";
					sHTML += "&lt;option value='Books-Used &amp; Rare'&gt;Books-Used &amp; Rare&lt;/option&gt;";
					sHTML += "&lt;option value='Boutiques'&gt;Boutiques&lt;/option&gt;";
					sHTML += "&lt;option value='Bowling'&gt;Bowling&lt;/option&gt;";
					sHTML += "&lt;option value='Boxes'&gt;Boxes&lt;/option&gt;";
					sHTML += "&lt;option value='Brake Services'&gt;Brake Services&lt;/option&gt;";
					sHTML += "&lt;option value='Brethren'&gt;Brethren&lt;/option&gt;";
					sHTML += "&lt;option value='Brewers &amp; Brew Pubs'&gt;Brewers &amp; Brew Pubs&lt;/option&gt;";
					sHTML += "&lt;option value='Brick &amp; Masonry Supplies'&gt;Brick &amp; Masonry Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Building Contractors'&gt;Building Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Building Maintenance'&gt;Building Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Building-Materials-Retail'&gt;Building-Materials-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Bulldozing'&gt;Bulldozing&lt;/option&gt;";
					sHTML += "&lt;option value='Burglar Alarm Systems'&gt;Burglar Alarm Systems&lt;/option&gt;";
					sHTML += "&lt;option value='Buses-Charter &amp; Rental'&gt;Buses-Charter &amp; Rental&lt;/option&gt;";
					sHTML += "&lt;option value='Business Consultants'&gt;Business Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Business Law'&gt;Business Law&lt;/option&gt;";
					sHTML += "&lt;option value='Cabinetmakers'&gt;Cabinetmakers&lt;/option&gt;";
					sHTML += "&lt;option value='Calvary Chapel'&gt;Calvary Chapel&lt;/option&gt;";
					sHTML += "&lt;option value='Campers-Dealers &amp; Supplies'&gt;Campers-Dealers &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Campers-Service &amp; Repair'&gt;Campers-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Campgrounds &amp; Recreational Vehicle Parks'&gt;Campgrounds &amp; Recreational Vehicle Parks&lt;/option&gt;";
					sHTML += "&lt;option value='Camping &amp; Backpacking Equipment'&gt;Camping &amp; Backpacking Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Candy &amp; Confectionery'&gt;Candy &amp; Confectionery&lt;/option&gt;";
					sHTML += "&lt;option value='Car Washing &amp; Polishing'&gt;Car Washing &amp; Polishing&lt;/option&gt;";
					sHTML += "&lt;option value='Cardiology \(Heart\)'&gt;Cardiology \(Heart\)&lt;/option&gt;";
					sHTML += "&lt;option value='Carpet Rug &amp; Upholstery Cleaners'&gt;Carpet Rug &amp; Upholstery Cleaners&lt;/option&gt;";
					sHTML += "&lt;option value='Carpet Stretching'&gt;Carpet Stretching&lt;/option&gt;";
					sHTML += "&lt;option value='Carpets &amp; Rugs Dealers-New'&gt;Carpets &amp; Rugs Dealers-New&lt;/option&gt;";
					sHTML += "&lt;option value='Carpets &amp; Rugs-Installers/Layers'&gt;Carpets &amp; Rugs-Installers/Layers&lt;/option&gt;";
					sHTML += "&lt;option value='Casinos-Services'&gt;Casinos-Services&lt;/option&gt;";
					sHTML += "&lt;option value='Caterers'&gt;Caterers&lt;/option&gt;";
					sHTML += "&lt;option value='Catholic'&gt;Catholic&lt;/option&gt;";
					sHTML += "&lt;option value='Cellular &amp; PCS Telephone Service &amp; Equipment'&gt;Cellular &amp; PCS Telephone Service &amp; Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Cemeteries &amp; Memorial Parks'&gt;Cemeteries &amp; Memorial Parks&lt;/option&gt;";
					sHTML += "&lt;option value='Chambers Of Commerce'&gt;Chambers Of Commerce&lt;/option&gt;";
					sHTML += "&lt;option value='Charismatic'&gt;Charismatic&lt;/option&gt;";
					sHTML += "&lt;option value='Chauffeurs'&gt;Chauffeurs&lt;/option&gt;";
					sHTML += "&lt;option value='Check Cashing Service'&gt;Check Cashing Service&lt;/option&gt;";
					sHTML += "&lt;option value='Child Care Centers &amp; Day Care Providers'&gt;Child Care Centers &amp; Day Care Providers&lt;/option&gt;";
					sHTML += "&lt;option value='Child Custody Law'&gt;Child Custody Law&lt;/option&gt;";
					sHTML += "&lt;option value='Chimneys &amp; Fireplaces-Cleaning &amp; Repairing'&gt;Chimneys &amp; Fireplaces-Cleaning &amp; Repairing&lt;/option&gt;";
					sHTML += "&lt;option value='Chiropractic Doctors-DC'&gt;Chiropractic Doctors-DC&lt;/option&gt;";
					sHTML += "&lt;option value='Chiropractic Doctors-DC'&gt;Chiropractic Doctors-DC&lt;/option&gt;";
					sHTML += "&lt;option value='Chiropractic Equipment &amp; Supplies'&gt;Chiropractic Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Christian'&gt;Christian&lt;/option&gt;";
					sHTML += "&lt;option value='Christian &amp; Missionary Alliance'&gt;Christian &amp; Missionary Alliance&lt;/option&gt;";
					sHTML += "&lt;option value='Christian Science'&gt;Christian Science&lt;/option&gt;";
					sHTML += "&lt;option value='Christian-Disciples Of Christ'&gt;Christian-Disciples Of Christ&lt;/option&gt;";
					sHTML += "&lt;option value='Christmas Lights-Installation'&gt;Christmas Lights-Installation&lt;/option&gt;";
					sHTML += "&lt;option value='Christmas Trees-Retail'&gt;Christmas Trees-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Church of Christ'&gt;Church of Christ&lt;/option&gt;";
					sHTML += "&lt;option value='Church Of Jesus Christ Of Latter-Day Saints The'&gt;Church Of Jesus Christ Of Latter-Day Saints The&lt;/option&gt;";
					sHTML += "&lt;option value='Cigar Cigarette &amp; Tobacco Products &amp; Supplies'&gt;Cigar Cigarette &amp; Tobacco Products &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Civil Litigation'&gt;Civil Litigation&lt;/option&gt;";
					sHTML += "&lt;option value='Cleaners'&gt;Cleaners&lt;/option&gt;";
					sHTML += "&lt;option value='Cleaning Equipment Supplies &amp; Compounds'&gt;Cleaning Equipment Supplies &amp; Compounds&lt;/option&gt;";
					sHTML += "&lt;option value='Clinics'&gt;Clinics&lt;/option&gt;";
					sHTML += "&lt;option value='Clocks-Sales Service &amp; Repair'&gt;Clocks-Sales Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Clothing-Children &amp; Infant'&gt;Clothing-Children &amp; Infant&lt;/option&gt;";
					sHTML += "&lt;option value='Clothing-Men-Retail'&gt;Clothing-Men-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Clothing-Women-Resale &amp; Consignment'&gt;Clothing-Women-Resale &amp; Consignment&lt;/option&gt;";
					sHTML += "&lt;option value='Clothing-Women-Retail'&gt;Clothing-Women-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Clubs'&gt;Clubs&lt;/option&gt;";
					sHTML += "&lt;option value='Clutch Repair-Automotive'&gt;Clutch Repair-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Coaches &amp; Communication Consultants'&gt;Coaches &amp; Communication Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Cocktail Lounges'&gt;Cocktail Lounges&lt;/option&gt;";
					sHTML += "&lt;option value='Coffee Houses'&gt;Coffee Houses&lt;/option&gt;";
					sHTML += "&lt;option value='Coin Dealers'&gt;Coin Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Collectibles'&gt;Collectibles&lt;/option&gt;";
					sHTML += "&lt;option value='Color Copying Services'&gt;Color Copying Services&lt;/option&gt;";
					sHTML += "&lt;option value='Community'&gt;Community&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Cabling &amp; Installation'&gt;Computers-Cabling &amp; Installation&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Dealers-New'&gt;Computers-Dealers-New&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Dealers-Used &amp; Recycled'&gt;Computers-Dealers-Used &amp; Recycled&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Networking'&gt;Computers-Networking&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Printers'&gt;Computers-Printers&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Service &amp; Repair'&gt;Computers-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Software &amp; Services'&gt;Computers-Software &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Supplies &amp; Parts'&gt;Computers-Supplies &amp; Parts&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-System Designers &amp; Consultants'&gt;Computers-System Designers &amp; Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Computers-Training'&gt;Computers-Training&lt;/option&gt;";
					sHTML += "&lt;option value='Concrete Blocks &amp; Shapes'&gt;Concrete Blocks &amp; Shapes&lt;/option&gt;";
					sHTML += "&lt;option value='Concrete Contractors'&gt;Concrete Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Concrete Pumping Services'&gt;Concrete Pumping Services&lt;/option&gt;";
					sHTML += "&lt;option value='Concrete Supplies'&gt;Concrete Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Concrete-Ready Mixed'&gt;Concrete-Ready Mixed&lt;/option&gt;";
					sHTML += "&lt;option value='Congregational'&gt;Congregational&lt;/option&gt;";
					sHTML += "&lt;option value='Conservatorships'&gt;Conservatorships&lt;/option&gt;";
					sHTML += "&lt;option value='Consignment-Services &amp; Shops'&gt;Consignment-Services &amp; Shops&lt;/option&gt;";
					sHTML += "&lt;option value='Construction'&gt;Construction&lt;/option&gt;";
					sHTML += "&lt;option value='Construction Law'&gt;Construction Law&lt;/option&gt;";
					sHTML += "&lt;option value='Construction-Clean Up'&gt;Construction-Clean Up&lt;/option&gt;";
					sHTML += "&lt;option value='Consumer Law'&gt;Consumer Law&lt;/option&gt;";
					sHTML += "&lt;option value='Contract Law'&gt;Contract Law&lt;/option&gt;";
					sHTML += "&lt;option value='Contractors Help-Clean Up'&gt;Contractors Help-Clean Up&lt;/option&gt;";
					sHTML += "&lt;option value='Contractors-Building General'&gt;Contractors-Building General&lt;/option&gt;";
					sHTML += "&lt;option value='Contractors-Equipment &amp; Supplies'&gt;Contractors-Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Contractors-Equipment &amp; Supplies'&gt;Contractors-Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Contractors-Framing'&gt;Contractors-Framing&lt;/option&gt;";
					sHTML += "&lt;option value='Contractors-Welding'&gt;Contractors-Welding&lt;/option&gt;";
					sHTML += "&lt;option value='Copying &amp; Duplicating Services'&gt;Copying &amp; Duplicating Services&lt;/option&gt;";
					sHTML += "&lt;option value='Copying Machines &amp; Supplies'&gt;Copying Machines &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Cosmetics &amp; Perfumes-Retail'&gt;Cosmetics &amp; Perfumes-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Costumes'&gt;Costumes&lt;/option&gt;";
					sHTML += "&lt;option value='Counseling'&gt;Counseling&lt;/option&gt;";
					sHTML += "&lt;option value='Countertops'&gt;Countertops&lt;/option&gt;";
					sHTML += "&lt;option value='Courier Services'&gt;Courier Services&lt;/option&gt;";
					sHTML += "&lt;option value='Craft Supplies'&gt;Craft Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Crafts-Galleries Dealers &amp; Instruction'&gt;Crafts-Galleries Dealers &amp; Instruction&lt;/option&gt;";
					sHTML += "&lt;option value='Cranes'&gt;Cranes&lt;/option&gt;";
					sHTML += "&lt;option value='Credit Unions'&gt;Credit Unions&lt;/option&gt;";
					sHTML += "&lt;option value='Cremation Services'&gt;Cremation Services&lt;/option&gt;";
					sHTML += "&lt;option value='Crematories'&gt;Crematories&lt;/option&gt;";
					sHTML += "&lt;option value='Criminal Law'&gt;Criminal Law&lt;/option&gt;";
					sHTML += "&lt;option value='Crisis Intervention Service'&gt;Crisis Intervention Service&lt;/option&gt;";
					sHTML += "&lt;option value='Cruises'&gt;Cruises&lt;/option&gt;";
					sHTML += "&lt;option value='Dance Companies'&gt;Dance Companies&lt;/option&gt;";
					sHTML += "&lt;option value='Dancing Instruction'&gt;Dancing Instruction&lt;/option&gt;";
					sHTML += "&lt;option value='Decks-Construction Maintenance &amp; Repair'&gt;Decks-Construction Maintenance &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Delivery Services'&gt;Delivery Services&lt;/option&gt;";
					sHTML += "&lt;option value='Demolition Contractors'&gt;Demolition Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Dental Implants'&gt;Dental Implants&lt;/option&gt;";
					sHTML += "&lt;option value='Dental Laboratories'&gt;Dental Laboratories&lt;/option&gt;";
					sHTML += "&lt;option value='Dentistry-Cosmetic'&gt;Dentistry-Cosmetic&lt;/option&gt;";
					sHTML += "&lt;option value='Dentists'&gt;Dentists&lt;/option&gt;";
					sHTML += "&lt;option value='Department Stores'&gt;Department Stores&lt;/option&gt;";
					sHTML += "&lt;option value='Dermatology'&gt;Dermatology&lt;/option&gt;";
					sHTML += "&lt;option value='Disabled Persons&#8216; Access Equipment &amp; Services'&gt;Disabled Persons&#8216; Access Equipment &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Dishwashers-Dealers Service &amp; Repair'&gt;Dishwashers-Dealers Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Dishwashers-Dealers Service &amp; Repair'&gt;Dishwashers-Dealers Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Diving-Instruction Equipment &amp; Supplies'&gt;Diving-Instruction Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Divorce Adoption &amp; Family Law'&gt;Divorce Adoption &amp; Family Law&lt;/option&gt;";
					sHTML += "&lt;option value='Dog &amp; Cat Grooming-Services &amp; Supplies'&gt;Dog &amp; Cat Grooming-Services &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Dog Training'&gt;Dog Training&lt;/option&gt;";
					sHTML += "&lt;option value='Donuts'&gt;Donuts&lt;/option&gt;";
					sHTML += "&lt;option value='Doors &amp; Door Frames'&gt;Doors &amp; Door Frames&lt;/option&gt;";
					sHTML += "&lt;option value='Drafting Services'&gt;Drafting Services&lt;/option&gt;";
					sHTML += "&lt;option value='Draperies &amp; Curtains-Retail &amp; Custom Made'&gt;Draperies &amp; Curtains-Retail &amp; Custom Made&lt;/option&gt;";
					sHTML += "&lt;option value='Drapery Cleaners'&gt;Drapery Cleaners&lt;/option&gt;";
					sHTML += "&lt;option value='Dressmakers'&gt;Dressmakers&lt;/option&gt;";
					sHTML += "&lt;option value='Drive Shafts'&gt;Drive Shafts&lt;/option&gt;";
					sHTML += "&lt;option value='Driveways'&gt;Driveways&lt;/option&gt;";
					sHTML += "&lt;option value='Driving Instruction'&gt;Driving Instruction&lt;/option&gt;";
					sHTML += "&lt;option value='Driving Proficiency Test Service'&gt;Driving Proficiency Test Service&lt;/option&gt;";
					sHTML += "&lt;option value='Drug Abuse &amp; Addiction Information &amp; Treatment Centers'&gt;Drug Abuse &amp; Addiction Information &amp; Treatment Centers&lt;/option&gt;";
					sHTML += "&lt;option value='Drug Detection &amp; Screening'&gt;Drug Detection &amp; Screening&lt;/option&gt;";
					sHTML += "&lt;option value='Dry Cleaners'&gt;Dry Cleaners&lt;/option&gt;";
					sHTML += "&lt;option value='Dryer Vent Cleaning'&gt;Dryer Vent Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Drywall Contractors'&gt;Drywall Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Duct Cleaning'&gt;Duct Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='DUI Defense'&gt;DUI Defense&lt;/option&gt;";
					sHTML += "&lt;option value='Dumps'&gt;Dumps&lt;/option&gt;";
					sHTML += "&lt;option value='Dumpster Service'&gt;Dumpster Service&lt;/option&gt;";
					sHTML += "&lt;option value='Elder Care'&gt;Elder Care&lt;/option&gt;";
					sHTML += "&lt;option value='Elder Law'&gt;Elder Law&lt;/option&gt;";
					sHTML += "&lt;option value='Electric Contractors'&gt;Electric Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Electric Equipment &amp; Supplies-Retail'&gt;Electric Equipment &amp; Supplies-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Electric Equipment &amp; Supplies-Whsle'&gt;Electric Equipment &amp; Supplies-Whsle&lt;/option&gt;";
					sHTML += "&lt;option value='Electric Equipment-Service &amp; Repair'&gt;Electric Equipment-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Electrical Repair'&gt;Electrical Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Embroidery'&gt;Embroidery&lt;/option&gt;";
					sHTML += "&lt;option value='Employment Agencies &amp; Services'&gt;Employment Agencies &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Endodontics \(Root Canals\)'&gt;Endodontics \(Root Canals\)&lt;/option&gt;";
					sHTML += "&lt;option value='Engineers-Civil'&gt;Engineers-Civil&lt;/option&gt;";
					sHTML += "&lt;option value='Engineers-General Contractors'&gt;Engineers-General Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Engines-Diesel'&gt;Engines-Diesel&lt;/option&gt;";
					sHTML += "&lt;option value='Engines-Rebuilding &amp; Exchanging'&gt;Engines-Rebuilding &amp; Exchanging&lt;/option&gt;";
					sHTML += "&lt;option value='Entertainment'&gt;Entertainment&lt;/option&gt;";
					sHTML += "&lt;option value='Environmental Conservation &amp; Ecological Organizations Products &amp; Services'&gt;Environmental Conservation &amp; Ecological Organizations Products &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Episcopal'&gt;Episcopal&lt;/option&gt;";
					sHTML += "&lt;option value='Equipment Rentals'&gt;Equipment Rentals&lt;/option&gt;";
					sHTML += "&lt;option value='Escrow Services'&gt;Escrow Services&lt;/option&gt;";
					sHTML += "&lt;option value='Evangelical Free'&gt;Evangelical Free&lt;/option&gt;";
					sHTML += "&lt;option value='Excavating Contractors'&gt;Excavating Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Exercise &amp; Physical Fitness Programs'&gt;Exercise &amp; Physical Fitness Programs&lt;/option&gt;";
					sHTML += "&lt;option value='Export Representatives'&gt;Export Representatives&lt;/option&gt;";
					sHTML += "&lt;option value='Fabric'&gt;Fabric&lt;/option&gt;";
					sHTML += "&lt;option value='Facial &amp; Skin Care Spas &amp; Salons'&gt;Facial &amp; Skin Care Spas &amp; Salons&lt;/option&gt;";
					sHTML += "&lt;option value='Family &amp; General Practice'&gt;Family &amp; General Practice&lt;/option&gt;";
					sHTML += "&lt;option value='Fax Transmission Services'&gt;Fax Transmission Services&lt;/option&gt;";
					sHTML += "&lt;option value='Feed Dealers'&gt;Feed Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Fence Contractors'&gt;Fence Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Fence Materials-Redwood &amp; Cedar'&gt;Fence Materials-Redwood &amp; Cedar&lt;/option&gt;";
					sHTML += "&lt;option value='Fences-New &amp; Repair'&gt;Fences-New &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Fiber Glass Fabricators'&gt;Fiber Glass Fabricators&lt;/option&gt;";
					sHTML += "&lt;option value='Financial Planners &amp; Services'&gt;Financial Planners &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Fire &amp; Water Damage Restoration'&gt;Fire &amp; Water Damage Restoration&lt;/option&gt;";
					sHTML += "&lt;option value='Fire Extinguishers'&gt;Fire Extinguishers&lt;/option&gt;";
					sHTML += "&lt;option value='Fire Protection-Consultants'&gt;Fire Protection-Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Fire Protection-Services'&gt;Fire Protection-Services&lt;/option&gt;";
					sHTML += "&lt;option value='Fireplaces-Retail'&gt;Fireplaces-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Firewood'&gt;Firewood&lt;/option&gt;";
					sHTML += "&lt;option value='Fishing Tackle Dealers'&gt;Fishing Tackle Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Fitness Clubs'&gt;Fitness Clubs&lt;/option&gt;";
					sHTML += "&lt;option value='Floor Coverings'&gt;Floor Coverings&lt;/option&gt;";
					sHTML += "&lt;option value='Flooring &amp; Floor Covering Contractors'&gt;Flooring &amp; Floor Covering Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Flooring-Installation'&gt;Flooring-Installation&lt;/option&gt;";
					sHTML += "&lt;option value='Florists'&gt;Florists&lt;/option&gt;";
					sHTML += "&lt;option value='Food Products'&gt;Food Products&lt;/option&gt;";
					sHTML += "&lt;option value='Formal Wear-Rentals &amp; Sales'&gt;Formal Wear-Rentals &amp; Sales&lt;/option&gt;";
					sHTML += "&lt;option value='Foster Care Services'&gt;Foster Care Services&lt;/option&gt;";
					sHTML += "&lt;option value='Foundations-Educational Philanthropic Research Etc'&gt;Foundations-Educational Philanthropic Research Etc&lt;/option&gt;";
					sHTML += "&lt;option value='Foursquare Gospel'&gt;Foursquare Gospel&lt;/option&gt;";
					sHTML += "&lt;option value='Fraternal Organizations'&gt;Fraternal Organizations&lt;/option&gt;";
					sHTML += "&lt;option value='Fruits &amp; Vegetables-Retail'&gt;Fruits &amp; Vegetables-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Funeral Directors'&gt;Funeral Directors&lt;/option&gt;";
					sHTML += "&lt;option value='Funeral Homes'&gt;Funeral Homes&lt;/option&gt;";
					sHTML += "&lt;option value='Funerals-Floral Arrangements'&gt;Funerals-Floral Arrangements&lt;/option&gt;";
					sHTML += "&lt;option value='Furnaces-Heating Sales &amp; Service'&gt;Furnaces-Heating Sales &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture Dealers-New'&gt;Furniture Dealers-New&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture Dealers-New'&gt;Furniture Dealers-New&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture Dealers-Used'&gt;Furniture Dealers-Used&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture-Custom Designers &amp; Makers'&gt;Furniture-Custom Designers &amp; Makers&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture-Outdoor'&gt;Furniture-Outdoor&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture-Repair &amp; Refinishing'&gt;Furniture-Repair &amp; Refinishing&lt;/option&gt;";
					sHTML += "&lt;option value='Furniture-Upholstery'&gt;Furniture-Upholstery&lt;/option&gt;";
					sHTML += "&lt;option value='Garage Builders'&gt;Garage Builders&lt;/option&gt;";
					sHTML += "&lt;option value='Garage Doors &amp; Door Operating Devices'&gt;Garage Doors &amp; Door Operating Devices&lt;/option&gt;";
					sHTML += "&lt;option value='Garbage Collection'&gt;Garbage Collection&lt;/option&gt;";
					sHTML += "&lt;option value='Garbage Disposals-Household Equipment-Sales &amp; Service'&gt;Garbage Disposals-Household Equipment-Sales &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Garden &amp; Lawn Furniture'&gt;Garden &amp; Lawn Furniture&lt;/option&gt;";
					sHTML += "&lt;option value='Gardeners'&gt;Gardeners&lt;/option&gt;";
					sHTML += "&lt;option value='Gas Stoves'&gt;Gas Stoves&lt;/option&gt;";
					sHTML += "&lt;option value='Gas-Propane'&gt;Gas-Propane&lt;/option&gt;";
					sHTML += "&lt;option value='Gastroenterology'&gt;Gastroenterology&lt;/option&gt;";
					sHTML += "&lt;option value='Gates'&gt;Gates&lt;/option&gt;";
					sHTML += "&lt;option value='Gates-Operating Devices'&gt;Gates-Operating Devices&lt;/option&gt;";
					sHTML += "&lt;option value='Gates-Security'&gt;Gates-Security&lt;/option&gt;";
					sHTML += "&lt;option value='Genealogists'&gt;Genealogists&lt;/option&gt;";
					sHTML += "&lt;option value='General Dentistry'&gt;General Dentistry&lt;/option&gt;";
					sHTML += "&lt;option value='Gifts &amp; Gift Shops'&gt;Gifts &amp; Gift Shops&lt;/option&gt;";
					sHTML += "&lt;option value='Glass-Auto Plate Window Etc.'&gt;Glass-Auto Plate Window Etc.&lt;/option&gt;";
					sHTML += "&lt;option value='Glass-Beveled Carved Ornamental Etc.'&gt;Glass-Beveled Carved Ornamental Etc.&lt;/option&gt;";
					sHTML += "&lt;option value='Glass-Stained &amp; Leaded'&gt;Glass-Stained &amp; Leaded&lt;/option&gt;";
					sHTML += "&lt;option value='Gold &amp; Silver Buyers'&gt;Gold &amp; Silver Buyers&lt;/option&gt;";
					sHTML += "&lt;option value='Golf Courses'&gt;Golf Courses&lt;/option&gt;";
					sHTML += "&lt;option value='Golf Equipment &amp; Supplies'&gt;Golf Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Granite Countertops'&gt;Granite Countertops&lt;/option&gt;";
					sHTML += "&lt;option value='Graphic Design'&gt;Graphic Design&lt;/option&gt;";
					sHTML += "&lt;option value='Greeting Cards-Retail'&gt;Greeting Cards-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Grocers &amp; Markets-Retail'&gt;Grocers &amp; Markets-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Guns &amp; Gunsmiths'&gt;Guns &amp; Gunsmiths&lt;/option&gt;";
					sHTML += "&lt;option value='Gutters &amp; Downspouts-Dealers &amp; Service'&gt;Gutters &amp; Downspouts-Dealers &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Halls &amp; Auditoriums'&gt;Halls &amp; Auditoriums&lt;/option&gt;";
					sHTML += "&lt;option value='Handyman Services'&gt;Handyman Services&lt;/option&gt;";
					sHTML += "&lt;option value='Hardware-Retail'&gt;Hardware-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Hardwood Floor Cleaning/Polishing'&gt;Hardwood Floor Cleaning/Polishing&lt;/option&gt;";
					sHTML += "&lt;option value='Hardwood Floors-Retail'&gt;Hardwood Floors-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Hardwoods'&gt;Hardwoods&lt;/option&gt;";
					sHTML += "&lt;option value='Hauling'&gt;Hauling&lt;/option&gt;";
					sHTML += "&lt;option value='Health &amp; Diet Food Products'&gt;Health &amp; Diet Food Products&lt;/option&gt;";
					sHTML += "&lt;option value='Health &amp; Diet Food Products'&gt;Health &amp; Diet Food Products&lt;/option&gt;";
					sHTML += "&lt;option value='Health Clubs'&gt;Health Clubs&lt;/option&gt;";
					sHTML += "&lt;option value='Health Services'&gt;Health Services&lt;/option&gt;";
					sHTML += "&lt;option value='Healthcare Provider Services'&gt;Healthcare Provider Services&lt;/option&gt;";
					sHTML += "&lt;option value='Hearing Aids-Dealers'&gt;Hearing Aids-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Hearing Aids-Service &amp; Repair'&gt;Hearing Aids-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Heaters-Sales &amp; Service'&gt;Heaters-Sales &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Heating Contractors'&gt;Heating Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Historical Organizations &amp; Places'&gt;Historical Organizations &amp; Places&lt;/option&gt;";
					sHTML += "&lt;option value='Hitches'&gt;Hitches&lt;/option&gt;";
					sHTML += "&lt;option value='Hobby &amp; Model Supplies-Retail'&gt;Hobby &amp; Model Supplies-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Hobby &amp; Model Supplies-Whsle &amp; Mfrs'&gt;Hobby &amp; Model Supplies-Whsle &amp; Mfrs&lt;/option&gt;";
					sHTML += "&lt;option value='Holisitc Health Care &amp; Practitoners'&gt;Holisitc Health Care &amp; Practitoners&lt;/option&gt;";
					sHTML += "&lt;option value='Home Design &amp; Planning'&gt;Home Design &amp; Planning&lt;/option&gt;";
					sHTML += "&lt;option value='Home Health Services'&gt;Home Health Services&lt;/option&gt;";
					sHTML += "&lt;option value='Home Improvement Services'&gt;Home Improvement Services&lt;/option&gt;";
					sHTML += "&lt;option value='Home Inspection Services'&gt;Home Inspection Services&lt;/option&gt;";
					sHTML += "&lt;option value='Home Repair &amp; Maintenance'&gt;Home Repair &amp; Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Homemaker Services'&gt;Homemaker Services&lt;/option&gt;";
					sHTML += "&lt;option value='Homes-Residential Care'&gt;Homes-Residential Care&lt;/option&gt;";
					sHTML += "&lt;option value='Horse Stables'&gt;Horse Stables&lt;/option&gt;";
					sHTML += "&lt;option value='Hospices'&gt;Hospices&lt;/option&gt;";
					sHTML += "&lt;option value='Hospitals'&gt;Hospitals&lt;/option&gt;";
					sHTML += "&lt;option value='Hotels'&gt;Hotels&lt;/option&gt;";
					sHTML += "&lt;option value='House Cleaning'&gt;House Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Housewares'&gt;Housewares&lt;/option&gt;";
					sHTML += "&lt;option value='Ice Cream &amp; Frozen Desserts-Retail'&gt;Ice Cream &amp; Frozen Desserts-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Importers'&gt;Importers&lt;/option&gt;";
					sHTML += "&lt;option value='Industrial Developments'&gt;Industrial Developments&lt;/option&gt;";
					sHTML += "&lt;option value='Information Retrieval Service &amp; Research'&gt;Information Retrieval Service &amp; Research&lt;/option&gt;";
					sHTML += "&lt;option value='Insurance'&gt;Insurance&lt;/option&gt;";
					sHTML += "&lt;option value='Internal Medicine'&gt;Internal Medicine&lt;/option&gt;";
					sHTML += "&lt;option value='Internet Access'&gt;Internet Access&lt;/option&gt;";
					sHTML += "&lt;option value='Internet Directories &amp; Guides'&gt;Internet Directories &amp; Guides&lt;/option&gt;";
					sHTML += "&lt;option value='Internet Software &amp; Services'&gt;Internet Software &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Investigators'&gt;Investigators&lt;/option&gt;";
					sHTML += "&lt;option value='Investment Advisors'&gt;Investment Advisors&lt;/option&gt;";
					sHTML += "&lt;option value='Invitations &amp; Announcements'&gt;Invitations &amp; Announcements&lt;/option&gt;";
					sHTML += "&lt;option value='Iron Ornamental Work'&gt;Iron Ornamental Work&lt;/option&gt;";
					sHTML += "&lt;option value='Janitorial Equipment &amp; Repair'&gt;Janitorial Equipment &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Janitorial Services &amp; Supplies'&gt;Janitorial Services &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Jehovah&#8216;s Witnesses'&gt;Jehovah&#8216;s Witnesses&lt;/option&gt;";
					sHTML += "&lt;option value='Jewelers'&gt;Jewelers&lt;/option&gt;";
					sHTML += "&lt;option value='Jewelry-Appraisers'&gt;Jewelry-Appraisers&lt;/option&gt;";
					sHTML += "&lt;option value='Jewelry-Buyers'&gt;Jewelry-Buyers&lt;/option&gt;";
					sHTML += "&lt;option value='Jewelry-Designers &amp; Manufacturers'&gt;Jewelry-Designers &amp; Manufacturers&lt;/option&gt;";
					sHTML += "&lt;option value='Jewelry-Repair'&gt;Jewelry-Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Kennels-Boarding'&gt;Kennels-Boarding&lt;/option&gt;";
					sHTML += "&lt;option value='Kitchen &amp; Bath Remodeling'&gt;Kitchen &amp; Bath Remodeling&lt;/option&gt;";
					sHTML += "&lt;option value='Kitchen Cabinets &amp; Equipment-Household'&gt;Kitchen Cabinets &amp; Equipment-Household&lt;/option&gt;";
					sHTML += "&lt;option value='Knitting Supplies'&gt;Knitting Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Labor &amp; Unemployment Law'&gt;Labor &amp; Unemployment Law&lt;/option&gt;";
					sHTML += "&lt;option value='Laboratories-Dental'&gt;Laboratories-Dental&lt;/option&gt;";
					sHTML += "&lt;option value='Laboratories-Medical'&gt;Laboratories-Medical&lt;/option&gt;";
					sHTML += "&lt;option value='Lamps &amp; Lamp Shades-Sales &amp; Service'&gt;Lamps &amp; Lamp Shades-Sales &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Land Clearing'&gt;Land Clearing&lt;/option&gt;";
					sHTML += "&lt;option value='Land Leveling'&gt;Land Leveling&lt;/option&gt;";
					sHTML += "&lt;option value='Landfills'&gt;Landfills&lt;/option&gt;";
					sHTML += "&lt;option value='Landscape Contractors'&gt;Landscape Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Landscape Designers &amp; Consultants'&gt;Landscape Designers &amp; Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Landscape Gardeners &amp; Maintenance'&gt;Landscape Gardeners &amp; Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Landscape Materials'&gt;Landscape Materials&lt;/option&gt;";
					sHTML += "&lt;option value='Laser Hair Removal'&gt;Laser Hair Removal&lt;/option&gt;";
					sHTML += "&lt;option value='Laundries-Self Service'&gt;Laundries-Self Service&lt;/option&gt;";
					sHTML += "&lt;option value='Lawn &amp; Garden-Equipment &amp; Supplies'&gt;Lawn &amp; Garden-Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Lawn Maintenance'&gt;Lawn Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Lawn Mowers-Sales &amp; Service'&gt;Lawn Mowers-Sales &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Libraries-Public'&gt;Libraries-Public&lt;/option&gt;";
					sHTML += "&lt;option value='Lighting Fixtures'&gt;Lighting Fixtures&lt;/option&gt;";
					sHTML += "&lt;option value='Limousine Services'&gt;Limousine Services&lt;/option&gt;";
					sHTML += "&lt;option value='Linoleum Dealers'&gt;Linoleum Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Linoleum Layers-Installation'&gt;Linoleum Layers-Installation&lt;/option&gt;";
					sHTML += "&lt;option value='Liquidators'&gt;Liquidators&lt;/option&gt;";
					sHTML += "&lt;option value='Liquor Stores'&gt;Liquor Stores&lt;/option&gt;";
					sHTML += "&lt;option value='Loans'&gt;Loans&lt;/option&gt;";
					sHTML += "&lt;option value='Locks &amp; Locksmiths'&gt;Locks &amp; Locksmiths&lt;/option&gt;";
					sHTML += "&lt;option value='Logging'&gt;Logging&lt;/option&gt;";
					sHTML += "&lt;option value='Lot Cleaning &amp; Clearing'&gt;Lot Cleaning &amp; Clearing&lt;/option&gt;";
					sHTML += "&lt;option value='Lumber-Retail'&gt;Lumber-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Lutheran'&gt;Lutheran&lt;/option&gt;";
					sHTML += "&lt;option value='Machine Shops &amp; Supplies'&gt;Machine Shops &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Mailbox Rental Receiving &amp; Forwarding Services'&gt;Mailbox Rental Receiving &amp; Forwarding Services&lt;/option&gt;";
					sHTML += "&lt;option value='Mailing Machines &amp; Equipment'&gt;Mailing Machines &amp; Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Mailing Services &amp; Supplies'&gt;Mailing Services &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Malpractice Law'&gt;Malpractice Law&lt;/option&gt;";
					sHTML += "&lt;option value='Manicuring'&gt;Manicuring&lt;/option&gt;";
					sHTML += "&lt;option value='Marinas'&gt;Marinas&lt;/option&gt;";
					sHTML += "&lt;option value='Marketing Consultants'&gt;Marketing Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Marriage Family Child &amp; Individual Counselors'&gt;Marriage Family Child &amp; Individual Counselors&lt;/option&gt;";
					sHTML += "&lt;option value='Martial Arts Instruction'&gt;Martial Arts Instruction&lt;/option&gt;";
					sHTML += "&lt;option value='Masonry Contractors'&gt;Masonry Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Massage'&gt;Massage&lt;/option&gt;";
					sHTML += "&lt;option value='Massage-Therapeutic'&gt;Massage-Therapeutic&lt;/option&gt;";
					sHTML += "&lt;option value='Mattresses-Dealers'&gt;Mattresses-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Mausoleums'&gt;Mausoleums&lt;/option&gt;";
					sHTML += "&lt;option value='Mediation Law'&gt;Mediation Law&lt;/option&gt;";
					sHTML += "&lt;option value='Mediation Services'&gt;Mediation Services&lt;/option&gt;";
					sHTML += "&lt;option value='Medical Diagnostic Imaging'&gt;Medical Diagnostic Imaging&lt;/option&gt;";
					sHTML += "&lt;option value='Medical Equipment &amp; Supplies'&gt;Medical Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Medical-Non Emergency Transportation'&gt;Medical-Non Emergency Transportation&lt;/option&gt;";
					sHTML += "&lt;option value='Midwives'&gt;Midwives&lt;/option&gt;";
					sHTML += "&lt;option value='Mini Blinds-Dealers'&gt;Mini Blinds-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Mining Companies'&gt;Mining Companies&lt;/option&gt;";
					sHTML += "&lt;option value='Mirrors'&gt;Mirrors&lt;/option&gt;";
					sHTML += "&lt;option value='Mobile Homes-Parks &amp; Communities'&gt;Mobile Homes-Parks &amp; Communities&lt;/option&gt;";
					sHTML += "&lt;option value='Mobile Homes-Service &amp; Repair'&gt;Mobile Homes-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Models'&gt;Models&lt;/option&gt;";
					sHTML += "&lt;option value='Molds'&gt;Molds&lt;/option&gt;";
					sHTML += "&lt;option value='Monuments'&gt;Monuments&lt;/option&gt;";
					sHTML += "&lt;option value='Mortgages'&gt;Mortgages&lt;/option&gt;";
					sHTML += "&lt;option value='Mortuaries'&gt;Mortuaries&lt;/option&gt;";
					sHTML += "&lt;option value='Motels'&gt;Motels&lt;/option&gt;";
					sHTML += "&lt;option value='Motorcycles &amp; Motor Scooters-Dealers Service &amp; Repair'&gt;Motorcycles &amp; Motor Scooters-Dealers Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Movers &amp; Full Service Storage'&gt;Movers &amp; Full Service Storage&lt;/option&gt;";
					sHTML += "&lt;option value='Movers &amp; Shippers'&gt;Movers &amp; Shippers&lt;/option&gt;";
					sHTML += "&lt;option value='Mufflers &amp; Exhaust Systems'&gt;Mufflers &amp; Exhaust Systems&lt;/option&gt;";
					sHTML += "&lt;option value='Museums'&gt;Museums&lt;/option&gt;";
					sHTML += "&lt;option value='Music Production Services'&gt;Music Production Services&lt;/option&gt;";
					sHTML += "&lt;option value='Musical Instruction-Instrumental'&gt;Musical Instruction-Instrumental&lt;/option&gt;";
					sHTML += "&lt;option value='Musical Instruction-Voice'&gt;Musical Instruction-Voice&lt;/option&gt;";
					sHTML += "&lt;option value='Musical Instruments-Retail'&gt;Musical Instruments-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Musical Instruments-Service &amp; Repair'&gt;Musical Instruments-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Music-CDs &amp; Albums-Used'&gt;Music-CDs &amp; Albums-Used&lt;/option&gt;";
					sHTML += "&lt;option value='Mutual Funds'&gt;Mutual Funds&lt;/option&gt;";
					sHTML += "&lt;option value='Nail Salons'&gt;Nail Salons&lt;/option&gt;";
					sHTML += "&lt;option value='Nazarene'&gt;Nazarene&lt;/option&gt;";
					sHTML += "&lt;option value='Neurology'&gt;Neurology&lt;/option&gt;";
					sHTML += "&lt;option value='Neuropathy'&gt;Neuropathy&lt;/option&gt;";
					sHTML += "&lt;option value='Newspapers'&gt;Newspapers&lt;/option&gt;";
					sHTML += "&lt;option value='Non-Denominational'&gt;Non-Denominational&lt;/option&gt;";
					sHTML += "&lt;option value='Notaries Public'&gt;Notaries Public&lt;/option&gt;";
					sHTML += "&lt;option value='Nurseries-Plants Trees Etc.-Retail'&gt;Nurseries-Plants Trees Etc.-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Nursing Home Litigation'&gt;Nursing Home Litigation&lt;/option&gt;";
					sHTML += "&lt;option value='Nursing Homes'&gt;Nursing Homes&lt;/option&gt;";
					sHTML += "&lt;option value='Nutritionists'&gt;Nutritionists&lt;/option&gt;";
					sHTML += "&lt;option value='Obstetrics &amp; Gynecology'&gt;Obstetrics &amp; Gynecology&lt;/option&gt;";
					sHTML += "&lt;option value='Office Supplies'&gt;Office Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Oil Changes &amp; Lubrication Services-Automotive'&gt;Oil Changes &amp; Lubrication Services-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Oils-Lubricating'&gt;Oils-Lubricating&lt;/option&gt;";
					sHTML += "&lt;option value='Oncology \(Tumors\)'&gt;Oncology \(Tumors\)&lt;/option&gt;";
					sHTML += "&lt;option value='Ophthalmology \(Eye Disease &amp; Surgeons\)'&gt;Ophthalmology \(Eye Disease &amp; Surgeons\)&lt;/option&gt;";
					sHTML += "&lt;option value='Optical Goods-Wholesale &amp; Manufacturers'&gt;Optical Goods-Wholesale &amp; Manufacturers&lt;/option&gt;";
					sHTML += "&lt;option value='Optometrists'&gt;Optometrists&lt;/option&gt;";
					sHTML += "&lt;option value='Oral-Maxillofacial Surgery \(Face &amp; Jaw\)'&gt;Oral-Maxillofacial Surgery \(Face &amp; Jaw\)&lt;/option&gt;";
					sHTML += "&lt;option value='Organs-Sales Tuning &amp; Repair'&gt;Organs-Sales Tuning &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Orthodontics \(Straightening-Braces\)'&gt;Orthodontics \(Straightening-Braces\)&lt;/option&gt;";
					sHTML += "&lt;option value='Orthopedic Surgery'&gt;Orthopedic Surgery&lt;/option&gt;";
					sHTML += "&lt;option value='Orthotic Devices'&gt;Orthotic Devices&lt;/option&gt;";
					sHTML += "&lt;option value='Otolaryngology \(Ear-Nose-Throat\)'&gt;Otolaryngology \(Ear-Nose-Throat\)&lt;/option&gt;";
					sHTML += "&lt;option value='Oxygen'&gt;Oxygen&lt;/option&gt;";
					sHTML += "&lt;option value='Packaging Service'&gt;Packaging Service&lt;/option&gt;";
					sHTML += "&lt;option value='Paint Dealers-Retail'&gt;Paint Dealers-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Painters'&gt;Painters&lt;/option&gt;";
					sHTML += "&lt;option value='Painting Contractors'&gt;Painting Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Party Favors-Supplies &amp; Services'&gt;Party Favors-Supplies &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Passport Photo &amp; Visa Services'&gt;Passport Photo &amp; Visa Services&lt;/option&gt;";
					sHTML += "&lt;option value='Patio Construction'&gt;Patio Construction&lt;/option&gt;";
					sHTML += "&lt;option value='Patio Covers'&gt;Patio Covers&lt;/option&gt;";
					sHTML += "&lt;option value='Pavers-Interlocking'&gt;Pavers-Interlocking&lt;/option&gt;";
					sHTML += "&lt;option value='Paving Contractors'&gt;Paving Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Pawnbrokers'&gt;Pawnbrokers&lt;/option&gt;";
					sHTML += "&lt;option value='Pediatrics'&gt;Pediatrics&lt;/option&gt;";
					sHTML += "&lt;option value='Pentecostal'&gt;Pentecostal&lt;/option&gt;";
					sHTML += "&lt;option value='Periodontics \(Gum Diseases\)'&gt;Periodontics \(Gum Diseases\)&lt;/option&gt;";
					sHTML += "&lt;option value='Permanent Make-Up'&gt;Permanent Make-Up&lt;/option&gt;";
					sHTML += "&lt;option value='Personal Injury &amp; Property Damage Law'&gt;Personal Injury &amp; Property Damage Law&lt;/option&gt;";
					sHTML += "&lt;option value='Pest Control Services'&gt;Pest Control Services&lt;/option&gt;";
					sHTML += "&lt;option value='Pest Control Trapping'&gt;Pest Control Trapping&lt;/option&gt;";
					sHTML += "&lt;option value='Pet Grooming'&gt;Pet Grooming&lt;/option&gt;";
					sHTML += "&lt;option value='Pet Kennels'&gt;Pet Kennels&lt;/option&gt;";
					sHTML += "&lt;option value='Pet Massage'&gt;Pet Massage&lt;/option&gt;";
					sHTML += "&lt;option value='Pet Shops &amp; Pet Supplies'&gt;Pet Shops &amp; Pet Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Pet Sitting Services'&gt;Pet Sitting Services&lt;/option&gt;";
					sHTML += "&lt;option value='Pharmacies'&gt;Pharmacies&lt;/option&gt;";
					sHTML += "&lt;option value='Phone Book Directories'&gt;Phone Book Directories&lt;/option&gt;";
					sHTML += "&lt;option value='Photo Retouching &amp; Restoration'&gt;Photo Retouching &amp; Restoration&lt;/option&gt;";
					sHTML += "&lt;option value='Photographers-Portrait'&gt;Photographers-Portrait&lt;/option&gt;";
					sHTML += "&lt;option value='Photographic Equipment-Repairing'&gt;Photographic Equipment-Repairing&lt;/option&gt;";
					sHTML += "&lt;option value='Physical Therapists'&gt;Physical Therapists&lt;/option&gt;";
					sHTML += "&lt;option value='Physicians &amp; Surgeons DO'&gt;Physicians &amp; Surgeons DO&lt;/option&gt;";
					sHTML += "&lt;option value='Physicians &amp; Surgeons MD'&gt;Physicians &amp; Surgeons MD&lt;/option&gt;";
					sHTML += "&lt;option value='Pianos-Tuning &amp; Repair'&gt;Pianos-Tuning &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Picture Frames-Retail'&gt;Picture Frames-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Pipe'&gt;Pipe&lt;/option&gt;";
					sHTML += "&lt;option value='Pipe &amp; Leak Locating'&gt;Pipe &amp; Leak Locating&lt;/option&gt;";
					sHTML += "&lt;option value='Pizza'&gt;Pizza&lt;/option&gt;";
					sHTML += "&lt;option value='Plastering Contractors'&gt;Plastering Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Plastic Surgery'&gt;Plastic Surgery&lt;/option&gt;";
					sHTML += "&lt;option value='Plumbing Contractors'&gt;Plumbing Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Plumbing-Drains &amp; Sewer Cleaning'&gt;Plumbing-Drains &amp; Sewer Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Plumbing-FixturesParts &amp; Supplies-Retail'&gt;Plumbing-FixturesParts &amp; Supplies-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Podiatrists-DPM \(Foot Surgeons\)'&gt;Podiatrists-DPM \(Foot Surgeons\)&lt;/option&gt;";
					sHTML += "&lt;option value='Podiatrists-DPM \(Foot Surgeons\)'&gt;Podiatrists-DPM \(Foot Surgeons\)&lt;/option&gt;";
					sHTML += "&lt;option value='Ponds-Water Gardening'&gt;Ponds-Water Gardening&lt;/option&gt;";
					sHTML += "&lt;option value='Post Offices'&gt;Post Offices&lt;/option&gt;";
					sHTML += "&lt;option value='Pregnancy Information &amp; Services'&gt;Pregnancy Information &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Presbyterian Church in America'&gt;Presbyterian Church in America&lt;/option&gt;";
					sHTML += "&lt;option value='Pressure Washing'&gt;Pressure Washing&lt;/option&gt;";
					sHTML += "&lt;option value='Printers'&gt;Printers&lt;/option&gt;";
					sHTML += "&lt;option value='Printing Equipment &amp; Supplies'&gt;Printing Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Probate'&gt;Probate&lt;/option&gt;";
					sHTML += "&lt;option value='Process Servers'&gt;Process Servers&lt;/option&gt;";
					sHTML += "&lt;option value='Promotional Products'&gt;Promotional Products&lt;/option&gt;";
					sHTML += "&lt;option value='Propane'&gt;Propane&lt;/option&gt;";
					sHTML += "&lt;option value='Property Maintenance'&gt;Property Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Property Management'&gt;Property Management&lt;/option&gt;";
					sHTML += "&lt;option value='Prosthodontics \(Crowns Bridges Dentures Etc.\)'&gt;Prosthodontics \(Crowns Bridges Dentures Etc.\)&lt;/option&gt;";
					sHTML += "&lt;option value='Psychologists'&gt;Psychologists&lt;/option&gt;";
					sHTML += "&lt;option value='Psychotherapy'&gt;Psychotherapy&lt;/option&gt;";
					sHTML += "&lt;option value='Public Relations Services'&gt;Public Relations Services&lt;/option&gt;";
					sHTML += "&lt;option value='Publishers-Book'&gt;Publishers-Book&lt;/option&gt;";
					sHTML += "&lt;option value='Publishers-Periodical'&gt;Publishers-Periodical&lt;/option&gt;";
					sHTML += "&lt;option value='Pumps-Dealers'&gt;Pumps-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Quilts &amp; Quilting Supplies'&gt;Quilts &amp; Quilting Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Radiators-Automotive'&gt;Radiators-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Radio/Television Stations &amp; Broadcasting Companies'&gt;Radio/Television Stations &amp; Broadcasting Companies&lt;/option&gt;";
					sHTML += "&lt;option value='Railroad Ticket Agencies'&gt;Railroad Ticket Agencies&lt;/option&gt;";
					sHTML += "&lt;option value='Ranges &amp; Stoves-Dealers'&gt;Ranges &amp; Stoves-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Ranges &amp; Stoves-Service &amp; Repair'&gt;Ranges &amp; Stoves-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate'&gt;Real Estate&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate Law'&gt;Real Estate Law&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate-Appraisers'&gt;Real Estate-Appraisers&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate-Consultants'&gt;Real Estate-Consultants&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate-Loans'&gt;Real Estate-Loans&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate-Property Management'&gt;Real Estate-Property Management&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate-Rental Services'&gt;Real Estate-Rental Services&lt;/option&gt;";
					sHTML += "&lt;option value='Real Estate-Services'&gt;Real Estate-Services&lt;/option&gt;";
					sHTML += "&lt;option value='Recording Services-Sound &amp; Video'&gt;Recording Services-Sound &amp; Video&lt;/option&gt;";
					sHTML += "&lt;option value='Recreation Centers'&gt;Recreation Centers&lt;/option&gt;";
					sHTML += "&lt;option value='Recreational Vehicles-Dealers'&gt;Recreational Vehicles-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Recreational Vehicles-Equipment Parts &amp; Supplies'&gt;Recreational Vehicles-Equipment Parts &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Recreational Vehicles-Service &amp; Repair'&gt;Recreational Vehicles-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Recreational Vehicles-Storage'&gt;Recreational Vehicles-Storage&lt;/option&gt;";
					sHTML += "&lt;option value='Recycling Centers'&gt;Recycling Centers&lt;/option&gt;";
					sHTML += "&lt;option value='Reflexology'&gt;Reflexology&lt;/option&gt;";
					sHTML += "&lt;option value='Refrigeration Equipment-Commercial &amp; Industrial - Dealers &amp; Service'&gt;Refrigeration Equipment-Commercial &amp; Industrial - Dealers &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Refrigerators &amp; Freezers-Dealers Service &amp; Repair'&gt;Refrigerators &amp; Freezers-Dealers Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Rehabilitation Services-Health'&gt;Rehabilitation Services-Health&lt;/option&gt;";
					sHTML += "&lt;option value='Remodeling &amp; Remodeling Contractors'&gt;Remodeling &amp; Remodeling Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Remodeling-Kitchen &amp; Bath'&gt;Remodeling-Kitchen &amp; Bath&lt;/option&gt;";
					sHTML += "&lt;option value='Remodeling-Painting'&gt;Remodeling-Painting&lt;/option&gt;";
					sHTML += "&lt;option value='Remote Controlled Planes Trains &amp; Automobiles'&gt;Remote Controlled Planes Trains &amp; Automobiles&lt;/option&gt;";
					sHTML += "&lt;option value='Rental Equipment'&gt;Rental Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Residential Care Homes'&gt;Residential Care Homes&lt;/option&gt;";
					sHTML += "&lt;option value='Restaurant Equipment-Service &amp; Repair'&gt;Restaurant Equipment-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Restaurants'&gt;Restaurants&lt;/option&gt;";
					sHTML += "&lt;option value='Retaining Walls'&gt;Retaining Walls&lt;/option&gt;";
					sHTML += "&lt;option value='Retirement Homes &amp; Communities'&gt;Retirement Homes &amp; Communities&lt;/option&gt;";
					sHTML += "&lt;option value='Rock'&gt;Rock&lt;/option&gt;";
					sHTML += "&lt;option value='Roofing Contractors &amp; Maintenance'&gt;Roofing Contractors &amp; Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Roofing Materials'&gt;Roofing Materials&lt;/option&gt;";
					sHTML += "&lt;option value='Rubber &amp; Plastic Stamps'&gt;Rubber &amp; Plastic Stamps&lt;/option&gt;";
					sHTML += "&lt;option value='Safes'&gt;Safes&lt;/option&gt;";
					sHTML += "&lt;option value='Safety Equipment'&gt;Safety Equipment&lt;/option&gt;";
					sHTML += "&lt;option value='Sand &amp; Gravel'&gt;Sand &amp; Gravel&lt;/option&gt;";
					sHTML += "&lt;option value='Satellite &amp; Cable TV Equipment &amp; Systems'&gt;Satellite &amp; Cable TV Equipment &amp; Systems&lt;/option&gt;";
					sHTML += "&lt;option value='Sawdust &amp; Shavings'&gt;Sawdust &amp; Shavings&lt;/option&gt;";
					sHTML += "&lt;option value='Scales'&gt;Scales&lt;/option&gt;";
					sHTML += "&lt;option value='Schools-Academic-Elementary &amp; Secondary'&gt;Schools-Academic-Elementary &amp; Secondary&lt;/option&gt;";
					sHTML += "&lt;option value='Schools-Academic-Pre-School &amp; Kindergarten'&gt;Schools-Academic-Pre-School &amp; Kindergarten&lt;/option&gt;";
					sHTML += "&lt;option value='Schools-Play Base Pre-School'&gt;Schools-Play Base Pre-School&lt;/option&gt;";
					sHTML += "&lt;option value='Schools-Special Interest'&gt;Schools-Special Interest&lt;/option&gt;";
					sHTML += "&lt;option value='Scrap Metals'&gt;Scrap Metals&lt;/option&gt;";
					sHTML += "&lt;option value='Scrapbook Albums &amp; Supplies'&gt;Scrapbook Albums &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Screen Doors-Wood-Custom'&gt;Screen Doors-Wood-Custom&lt;/option&gt;";
					sHTML += "&lt;option value='Screen Printing'&gt;Screen Printing&lt;/option&gt;";
					sHTML += "&lt;option value='Screens-Door &amp; Window'&gt;Screens-Door &amp; Window&lt;/option&gt;";
					sHTML += "&lt;option value='Scuba Diving-Instruction Equipment &amp; Supplies'&gt;Scuba Diving-Instruction Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Securities'&gt;Securities&lt;/option&gt;";
					sHTML += "&lt;option value='Sedation Dentistry'&gt;Sedation Dentistry&lt;/option&gt;";
					sHTML += "&lt;option value='Senior Citizens&#8216; Services &amp; Organizations'&gt;Senior Citizens&#8216; Services &amp; Organizations&lt;/option&gt;";
					sHTML += "&lt;option value='Septic Tanks &amp; Systems'&gt;Septic Tanks &amp; Systems&lt;/option&gt;";
					sHTML += "&lt;option value='Septic Tanks-Cleaning &amp; Pumping'&gt;Septic Tanks-Cleaning &amp; Pumping&lt;/option&gt;";
					sHTML += "&lt;option value='Septic Tanks-Service &amp; Repair'&gt;Septic Tanks-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Service Stations-Gasoline &amp; Oil'&gt;Service Stations-Gasoline &amp; Oil&lt;/option&gt;";
					sHTML += "&lt;option value='Seventh Day Adventist'&gt;Seventh Day Adventist&lt;/option&gt;";
					sHTML += "&lt;option value='Sewer Contractors'&gt;Sewer Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Sewers &amp; Drains-Cleaning'&gt;Sewers &amp; Drains-Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Sewing Machines-Sales Service &amp; Repair'&gt;Sewing Machines-Sales Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Sewing-Contract'&gt;Sewing-Contract&lt;/option&gt;";
					sHTML += "&lt;option value='Sharpening Services'&gt;Sharpening Services&lt;/option&gt;";
					sHTML += "&lt;option value='Sheet Metal-Custom Fabrication'&gt;Sheet Metal-Custom Fabrication&lt;/option&gt;";
					sHTML += "&lt;option value='Shipping'&gt;Shipping&lt;/option&gt;";
					sHTML += "&lt;option value='Shoes-Custom Made'&gt;Shoes-Custom Made&lt;/option&gt;";
					sHTML += "&lt;option value='Shoes-Retail'&gt;Shoes-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Shoes-Service &amp; Repair'&gt;Shoes-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Shower Doors &amp; Tub Enclosures'&gt;Shower Doors &amp; Tub Enclosures&lt;/option&gt;";
					sHTML += "&lt;option value='Shutters'&gt;Shutters&lt;/option&gt;";
					sHTML += "&lt;option value='Siding &amp; Siding Contractors'&gt;Siding &amp; Siding Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Signs &amp; Signmakers'&gt;Signs &amp; Signmakers&lt;/option&gt;";
					sHTML += "&lt;option value='Singing Lessons'&gt;Singing Lessons&lt;/option&gt;";
					sHTML += "&lt;option value='Skin Care'&gt;Skin Care&lt;/option&gt;";
					sHTML += "&lt;option value='Skylights'&gt;Skylights&lt;/option&gt;";
					sHTML += "&lt;option value='Smog Services'&gt;Smog Services&lt;/option&gt;";
					sHTML += "&lt;option value='Snowmobiles'&gt;Snowmobiles&lt;/option&gt;";
					sHTML += "&lt;option value='Social Service Organizations'&gt;Social Service Organizations&lt;/option&gt;";
					sHTML += "&lt;option value='Soil'&gt;Soil&lt;/option&gt;";
					sHTML += "&lt;option value='Solar Products-Dealers &amp; Services'&gt;Solar Products-Dealers &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Spas &amp; Hot Tubs-Dealers'&gt;Spas &amp; Hot Tubs-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Spas &amp; Hot Tubs-Supplies &amp; Parts'&gt;Spas &amp; Hot Tubs-Supplies &amp; Parts&lt;/option&gt;";
					sHTML += "&lt;option value='Spas &amp; Salons'&gt;Spas &amp; Salons&lt;/option&gt;";
					sHTML += "&lt;option value='Sporting Goods-Retail'&gt;Sporting Goods-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Sprinklers-Garden &amp; Lawn Installation &amp; Service'&gt;Sprinklers-Garden &amp; Lawn Installation &amp; Service&lt;/option&gt;";
					sHTML += "&lt;option value='Stains &amp; Sealers-Wood'&gt;Stains &amp; Sealers-Wood&lt;/option&gt;";
					sHTML += "&lt;option value='Stationers-Retail'&gt;Stationers-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Steam Cleaning-Commercial &amp; Industrial'&gt;Steam Cleaning-Commercial &amp; Industrial&lt;/option&gt;";
					sHTML += "&lt;option value='Steel Distributors &amp; Warehouses'&gt;Steel Distributors &amp; Warehouses&lt;/option&gt;";
					sHTML += "&lt;option value='Stock &amp; Bond Brokers'&gt;Stock &amp; Bond Brokers&lt;/option&gt;";
					sHTML += "&lt;option value='Storage Facilities'&gt;Storage Facilities&lt;/option&gt;";
					sHTML += "&lt;option value='Storage-Self Service'&gt;Storage-Self Service&lt;/option&gt;";
					sHTML += "&lt;option value='Stoves-Wood Coal Pellet &amp; Gas'&gt;Stoves-Wood Coal Pellet &amp; Gas&lt;/option&gt;";
					sHTML += "&lt;option value='Stump Grinding'&gt;Stump Grinding&lt;/option&gt;";
					sHTML += "&lt;option value='Sunroom Greenhouse &amp; Solarium Builders'&gt;Sunroom Greenhouse &amp; Solarium Builders&lt;/option&gt;";
					sHTML += "&lt;option value='Support Services'&gt;Support Services&lt;/option&gt;";
					sHTML += "&lt;option value='Surgery-General'&gt;Surgery-General&lt;/option&gt;";
					sHTML += "&lt;option value='Surgery-Thoracic'&gt;Surgery-Thoracic&lt;/option&gt;";
					sHTML += "&lt;option value='Surgery-Vascular'&gt;Surgery-Vascular&lt;/option&gt;";
					sHTML += "&lt;option value='Surplus Merchandise'&gt;Surplus Merchandise&lt;/option&gt;";
					sHTML += "&lt;option value='Surveyors-Land'&gt;Surveyors-Land&lt;/option&gt;";
					sHTML += "&lt;option value='Swimming Pools-Equipment &amp; Supplies'&gt;Swimming Pools-Equipment &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Swimming Pools-Parts Service &amp; Repair'&gt;Swimming Pools-Parts Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Tanning Salons'&gt;Tanning Salons&lt;/option&gt;";
					sHTML += "&lt;option value='Taverns'&gt;Taverns&lt;/option&gt;";
					sHTML += "&lt;option value='Tax Return Preparation'&gt;Tax Return Preparation&lt;/option&gt;";
					sHTML += "&lt;option value='Taxicabs'&gt;Taxicabs&lt;/option&gt;";
					sHTML += "&lt;option value='Taxidermists'&gt;Taxidermists&lt;/option&gt;";
					sHTML += "&lt;option value='Telecommunications'&gt;Telecommunications&lt;/option&gt;";
					sHTML += "&lt;option value='Telecommunications-Installation &amp; Repair'&gt;Telecommunications-Installation &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Telephone Directories'&gt;Telephone Directories&lt;/option&gt;";
					sHTML += "&lt;option value='Telephone Equipment &amp; Systems-Dealers'&gt;Telephone Equipment &amp; Systems-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Telephone Equipment &amp; Systems-Service &amp; Repair'&gt;Telephone Equipment &amp; Systems-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Tennis Clubs-Private'&gt;Tennis Clubs-Private&lt;/option&gt;";
					sHTML += "&lt;option value='Termite Control'&gt;Termite Control&lt;/option&gt;";
					sHTML += "&lt;option value='Theatres-Movie'&gt;Theatres-Movie&lt;/option&gt;";
					sHTML += "&lt;option value='Thrift Shops'&gt;Thrift Shops&lt;/option&gt;";
					sHTML += "&lt;option value='Tile &amp; Grout Cleaning'&gt;Tile &amp; Grout Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Tile-Ceramic-Contractors'&gt;Tile-Ceramic-Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Tile-Ceramic-Dealers'&gt;Tile-Ceramic-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Tile-Cleaning Refinishing &amp; Sealing'&gt;Tile-Cleaning Refinishing &amp; Sealing&lt;/option&gt;";
					sHTML += "&lt;option value='Tires-Dealers &amp; Distributors'&gt;Tires-Dealers &amp; Distributors&lt;/option&gt;";
					sHTML += "&lt;option value='Title &amp; Escrow Services'&gt;Title &amp; Escrow Services&lt;/option&gt;";
					sHTML += "&lt;option value='Toilets-Portable'&gt;Toilets-Portable&lt;/option&gt;";
					sHTML += "&lt;option value='Tools-Sales &amp; Rental'&gt;Tools-Sales &amp; Rental&lt;/option&gt;";
					sHTML += "&lt;option value='Towing Equipment-Automotive'&gt;Towing Equipment-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Towing-Automotive'&gt;Towing-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Tractor Services'&gt;Tractor Services&lt;/option&gt;";
					sHTML += "&lt;option value='Trailer Hitches'&gt;Trailer Hitches&lt;/option&gt;";
					sHTML += "&lt;option value='Trailers-Equipment &amp; Parts'&gt;Trailers-Equipment &amp; Parts&lt;/option&gt;";
					sHTML += "&lt;option value='Transcribing Services'&gt;Transcribing Services&lt;/option&gt;";
					sHTML += "&lt;option value='Transmissions-Automotive'&gt;Transmissions-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Transportation Services'&gt;Transportation Services&lt;/option&gt;";
					sHTML += "&lt;option value='Travel Agencies &amp; Bureaus'&gt;Travel Agencies &amp; Bureaus&lt;/option&gt;";
					sHTML += "&lt;option value='Tree Services'&gt;Tree Services&lt;/option&gt;";
					sHTML += "&lt;option value='Trucking'&gt;Trucking&lt;/option&gt;";
					sHTML += "&lt;option value='T-Shirts'&gt;T-Shirts&lt;/option&gt;";
					sHTML += "&lt;option value='Tuxedos'&gt;Tuxedos&lt;/option&gt;";
					sHTML += "&lt;option value='Ultrasound-Medical Imaging'&gt;Ultrasound-Medical Imaging&lt;/option&gt;";
					sHTML += "&lt;option value='United Methodist'&gt;United Methodist&lt;/option&gt;";
					sHTML += "&lt;option value='Upholstering'&gt;Upholstering&lt;/option&gt;";
					sHTML += "&lt;option value='Upholstery Cleaning'&gt;Upholstery Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Urgent Care'&gt;Urgent Care&lt;/option&gt;";
					sHTML += "&lt;option value='Urology'&gt;Urology&lt;/option&gt;";
					sHTML += "&lt;option value='Vacuum Cleaners-Dealers'&gt;Vacuum Cleaners-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Vacuum Cleaners-Parts Service &amp; Repair'&gt;Vacuum Cleaners-Parts Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Variety Stores'&gt;Variety Stores&lt;/option&gt;";
					sHTML += "&lt;option value='Vertical Blinds'&gt;Vertical Blinds&lt;/option&gt;";
					sHTML += "&lt;option value='Veterinarians'&gt;Veterinarians&lt;/option&gt;";
					sHTML += "&lt;option value='Veterinary Hospitals'&gt;Veterinary Hospitals&lt;/option&gt;";
					sHTML += "&lt;option value='Veterinary Hospitals'&gt;Veterinary Hospitals&lt;/option&gt;";
					sHTML += "&lt;option value='Veterinary-Acupuncture &amp; Chiropractic'&gt;Veterinary-Acupuncture &amp; Chiropractic&lt;/option&gt;";
					sHTML += "&lt;option value='Video Production'&gt;Video Production&lt;/option&gt;";
					sHTML += "&lt;option value='Video Tapes Discs &amp; Games-Sales &amp; Rentals'&gt;Video Tapes Discs &amp; Games-Sales &amp; Rentals&lt;/option&gt;";
					sHTML += "&lt;option value='Videos-Used'&gt;Videos-Used&lt;/option&gt;";
					sHTML += "&lt;option value='Vinyl Flooring-Retail'&gt;Vinyl Flooring-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Vitamins &amp; Food Supplements'&gt;Vitamins &amp; Food Supplements&lt;/option&gt;";
					sHTML += "&lt;option value='Vocal Instructors'&gt;Vocal Instructors&lt;/option&gt;";
					sHTML += "&lt;option value='Washing Machines &amp; Dryers-Dealers'&gt;Washing Machines &amp; Dryers-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Washing Machines &amp; Dryers-Service &amp; Repair'&gt;Washing Machines &amp; Dryers-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Water Companies-Utility'&gt;Water Companies-Utility&lt;/option&gt;";
					sHTML += "&lt;option value='Water Damage Restoration'&gt;Water Damage Restoration&lt;/option&gt;";
					sHTML += "&lt;option value='Water Heaters-Service &amp; Repair'&gt;Water Heaters-Service &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Water Treatment Equipment Service &amp; Supplies'&gt;Water Treatment Equipment Service &amp; Supplies&lt;/option&gt;";
					sHTML += "&lt;option value='Waterbeds-Dealers'&gt;Waterbeds-Dealers&lt;/option&gt;";
					sHTML += "&lt;option value='Water-Purified'&gt;Water-Purified&lt;/option&gt;";
					sHTML += "&lt;option value='Web Design &amp; Development'&gt;Web Design &amp; Development&lt;/option&gt;";
					sHTML += "&lt;option value='Weddings-Floral Arrangements'&gt;Weddings-Floral Arrangements&lt;/option&gt;";
					sHTML += "&lt;option value='Weddings-Supplies &amp; Services'&gt;Weddings-Supplies &amp; Services&lt;/option&gt;";
					sHTML += "&lt;option value='Weed Control'&gt;Weed Control&lt;/option&gt;";
					sHTML += "&lt;option value='Welding'&gt;Welding&lt;/option&gt;";
					sHTML += "&lt;option value='Welding Contractors'&gt;Welding Contractors&lt;/option&gt;";
					sHTML += "&lt;option value='Wheel Alignment Frame &amp; Axle Servicing-Automotive'&gt;Wheel Alignment Frame &amp; Axle Servicing-Automotive&lt;/option&gt;";
					sHTML += "&lt;option value='Wigs &amp; Hairpieces'&gt;Wigs &amp; Hairpieces&lt;/option&gt;";
					sHTML += "&lt;option value='Wills Trusts &amp; Estate Planning'&gt;Wills Trusts &amp; Estate Planning&lt;/option&gt;";
					sHTML += "&lt;option value='Window Cleaning'&gt;Window Cleaning&lt;/option&gt;";
					sHTML += "&lt;option value='Window Coverings &amp; Treatments'&gt;Window Coverings &amp; Treatments&lt;/option&gt;";
					sHTML += "&lt;option value='Windows-Glass-Auto Plate Etc.-Installation &amp; Repair'&gt;Windows-Glass-Auto Plate Etc.-Installation &amp; Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Windows-Metal'&gt;Windows-Metal&lt;/option&gt;";
					sHTML += "&lt;option value='Windows-Vinyl'&gt;Windows-Vinyl&lt;/option&gt;";
					sHTML += "&lt;option value='Windshield Repair'&gt;Windshield Repair&lt;/option&gt;";
					sHTML += "&lt;option value='Wines-Retail'&gt;Wines-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Women&#8216;s Apparel-Retail'&gt;Women&#8216;s Apparel-Retail&lt;/option&gt;";
					sHTML += "&lt;option value='Wood &amp; Gas Stoves'&gt;Wood &amp; Gas Stoves&lt;/option&gt;";
					sHTML += "&lt;option value='Woodworkers &amp; Wood Specialties'&gt;Woodworkers &amp; Wood Specialties&lt;/option&gt;";
					sHTML += "&lt;option value='Worker&#8216; Compensation Law'&gt;Worker&#8216; Compensation Law&lt;/option&gt;";
					sHTML += "&lt;option value='Writers-Writing'&gt;Writers-Writing&lt;/option&gt;";
					sHTML += "&lt;option value='Wrongful Death law'&gt;Wrongful Death law&lt;/option&gt;";
					sHTML += "&lt;option value='Yard Maintenance'&gt;Yard Maintenance&lt;/option&gt;";
					sHTML += "&lt;option value='Yarn'&gt;Yarn&lt;/option&gt;";
					sHTML += "&lt;option value='Yellow Pages'&gt;Yellow Pages&lt;/option&gt;";
					sHTML += "&lt;option value='Yogurt'&gt;Yogurt&lt;/option&gt;";
					sHTML += "&lt;option value='Youth Organizations &amp; Centers'&gt;Youth Organizations &amp; Centers&lt;/option&gt;";
					break;
			}
			break;
		case 2 : 
			switch(document.getElementById("languages").selectedIndex) {
				case 0 : 
					sHTML += "&lt;option value='A - ADVANCED' selected&gt;A - ADVANCED&lt;/option&gt;";
					sHTML += "&lt;option value='A-1 - A-PRECISION'&gt;A-1 - A-PRECISION&lt;/option&gt;";
					sHTML += "&lt;option value='ADVANTAGE - ALICE'&gt;ADVANTAGE - ALICE&lt;/option&gt;";
					sHTML += "&lt;option value='ALL - ALVES'&gt;ALL - ALVES&lt;/option&gt;";
					sHTML += "&lt;option value='ALVES - ANDERSON'&gt;ALVES - ANDERSON&lt;/option&gt;";
					sHTML += "&lt;option value='ANDERSON - ANZELONE'&gt;ANDERSON - ANZELONE&lt;/option&gt;";
					sHTML += "&lt;option value='APGER - ASHBA'&gt;APGER - ASHBA&lt;/option&gt;";
					sHTML += "&lt;option value='ASHBAUGH - B'&gt;ASHBAUGH - B&lt;/option&gt;";
					sHTML += "&lt;option value='B - BAKER'&gt;B - BAKER&lt;/option&gt;";
					sHTML += "&lt;option value='BAKER - BANKS'&gt;BAKER - BANKS&lt;/option&gt;";
					sHTML += "&lt;option value='BANKS - BARRON'&gt;BANKS - BARRON&lt;/option&gt;";
					sHTML += "&lt;option value='BARROSO - BEACH'&gt;BARROSO - BEACH&lt;/option&gt;";
					sHTML += "&lt;option value='BEACH - BELLUCCI'&gt;BEACH - BELLUCCI&lt;/option&gt;";
					sHTML += "&lt;option value='BELMONT - BERRY'&gt;BELMONT - BERRY&lt;/option&gt;";
					sHTML += "&lt;option value='BERRYMAN - BIRCHARD'&gt;BERRYMAN - BIRCHARD&lt;/option&gt;";
					sHTML += "&lt;option value='BIRCHENOUGH - BLODGET'&gt;BIRCHENOUGH - BLODGET&lt;/option&gt;";
					sHTML += "&lt;option value='BLOOD - BONGIOANNI'&gt;BLOOD - BONGIOANNI&lt;/option&gt;";
					sHTML += "&lt;option value='BONHAM - BOWMAN'&gt;BONHAM - BOWMAN&lt;/option&gt;";
					sHTML += "&lt;option value='BOWMAN - BRAOUGHTON'&gt;BOWMAN - BRAOUGHTON&lt;/option&gt;";
					sHTML += "&lt;option value='BRASCH - BRODIE'&gt;BRASCH - BRODIE&lt;/option&gt;";
					sHTML += "&lt;option value='BRODIE - BROWN'&gt;BRODIE - BROWN&lt;/option&gt;";
					sHTML += "&lt;option value='BROWN - BUCKLES'&gt;BROWN - BUCKLES&lt;/option&gt;";
					sHTML += "&lt;option value='BUCKLEY - BURLESON'&gt;BUCKLEY - BURLESON&lt;/option&gt;";
					sHTML += "&lt;option value='BURLESON - BYAS'&gt;BURLESON - BYAS&lt;/option&gt;";
					sHTML += "&lt;option value='BYE - CAMBRIA'&gt;BYE - CAMBRIA&lt;/option&gt;";
					sHTML += "&lt;option value='CAMERON - CAREY'&gt;CAMERON - CAREY&lt;/option&gt;";
					sHTML += "&lt;option value='CAREY - CARSON'&gt;CAREY - CARSON&lt;/option&gt;";
					sHTML += "&lt;option value='CARSON - CENTER'&gt;CARSON - CENTER&lt;/option&gt;";
					sHTML += "&lt;option value='CENTURY - CHEW'&gt;CENTURY - CHEW&lt;/option&gt;";
					sHTML += "&lt;option value='CHICO - CHURCH'&gt;CHICO - CHURCH&lt;/option&gt;";
					sHTML += "&lt;option value='CHURCHILL - CLAY'&gt;CHURCHILL - CLAY&lt;/option&gt;";
					sHTML += "&lt;option value='CLAYTON - COGGIOLA'&gt;CLAYTON - COGGIOLA&lt;/option&gt;";
					sHTML += "&lt;option value='COGSWELL - COMSTOCK'&gt;COGSWELL - COMSTOCK&lt;/option&gt;";
					sHTML += "&lt;option value='CONACHY - COOPER'&gt;CONACHY - COOPER&lt;/option&gt;";
					sHTML += "&lt;option value='COOPER - COX'&gt;COOPER - COX&lt;/option&gt;";
					sHTML += "&lt;option value='COX - CRONE'&gt;COX - CRONE&lt;/option&gt;";
					sHTML += "&lt;option value='CRONE - CUNNINGHAM'&gt;CRONE - CUNNINGHAM&lt;/option&gt;";
					sHTML += "&lt;option value='CUNNINGHAM - DANIELSEN'&gt;CUNNINGHAM - DANIELSEN&lt;/option&gt;";
					sHTML += "&lt;option value='DANILOU - DAVIS'&gt;DANILOU - DAVIS&lt;/option&gt;";
					sHTML += "&lt;option value='DAVIS - DEBBIE&#8216;S'&gt;DAVIS - DEBBIE&#8216;S&lt;/option&gt;";
					sHTML += "&lt;option value='DEBETTENCOURT - DENNING'&gt;DEBETTENCOURT - DENNING&lt;/option&gt;";
					sHTML += "&lt;option value='DENNIS - DICKEY'&gt;DENNIS - DICKEY&lt;/option&gt;";
					sHTML += "&lt;option value='DICKINSON - DOBRICH'&gt;DICKINSON - DOBRICH&lt;/option&gt;";
					sHTML += "&lt;option value='DOBRICH - DORSEY'&gt;DOBRICH - DORSEY&lt;/option&gt;";
					sHTML += "&lt;option value='DORSEY - DRUMMOND'&gt;DORSEY - DRUMMOND&lt;/option&gt;";
					sHTML += "&lt;option value='DRUMMOND - DURNELL'&gt;DRUMMOND - DURNELL&lt;/option&gt;";
					sHTML += "&lt;option value='DURR - EDEN'&gt;DURR - EDEN&lt;/option&gt;";
					sHTML += "&lt;option value='EDGAR - ELLIS'&gt;EDGAR - ELLIS&lt;/option&gt;";
					sHTML += "&lt;option value='ELLIS - ERICSON'&gt;ELLIS - ERICSON&lt;/option&gt;";
					sHTML += "&lt;option value='ERICSON - FAHL'&gt;ERICSON - FAHL&lt;/option&gt;";
					sHTML += "&lt;option value='FAIRBANKS - FEATHER'&gt;FAIRBANKS - FEATHER&lt;/option&gt;";
					sHTML += "&lt;option value='FEATHER - FERRY'&gt;FEATHER - FERRY&lt;/option&gt;";
					sHTML += "&lt;option value='FEST - FISHER'&gt;FEST - FISHER&lt;/option&gt;";
					sHTML += "&lt;option value='FISHER - FOOTHILL'&gt;FISHER - FOOTHILL&lt;/option&gt;";
					sHTML += "&lt;option value='FORBES - FRANCIS'&gt;FORBES - FRANCIS&lt;/option&gt;";
					sHTML += "&lt;option value='FRANCISCO - FRITTS'&gt;FRANCISCO - FRITTS&lt;/option&gt;";
					sHTML += "&lt;option value='FRITTS - GALBREATH'&gt;FRITTS - GALBREATH&lt;/option&gt;";
					sHTML += "&lt;option value='GALE - GARLAND'&gt;GALE - GARLAND&lt;/option&gt;";
					sHTML += "&lt;option value='GARLIN - GERISCHER'&gt;GARLIN - GERISCHER&lt;/option&gt;";
					sHTML += "&lt;option value='GERMAN - GIOIA'&gt;GERMAN - GIOIA&lt;/option&gt;";
					sHTML += "&lt;option value='GIORDANO - GOING'&gt;GIORDANO - GOING&lt;/option&gt;";
					sHTML += "&lt;option value='GOING - GORMAN'&gt;GOING - GORMAN&lt;/option&gt;";
					sHTML += "&lt;option value='GORMAN - GRECKO'&gt;GORMAN - GRECKO&lt;/option&gt;";
					sHTML += "&lt;option value='GREEN - GRIFFITHS'&gt;GREEN - GRIFFITHS&lt;/option&gt;";
					sHTML += "&lt;option value='GRIGG - GURNEY'&gt;GRIGG - GURNEY&lt;/option&gt;";
					sHTML += "&lt;option value='GUSTAFSON - HALL'&gt;GUSTAFSON - HALL&lt;/option&gt;";
					sHTML += "&lt;option value='HALL - HANAWALT'&gt;HALL - HANAWALT&lt;/option&gt;";
					sHTML += "&lt;option value='HANAWALT - HARLAN'&gt;HANAWALT - HARLAN&lt;/option&gt;";
					sHTML += "&lt;option value='HARLAND - HARTMAN'&gt;HARLAND - HARTMAN&lt;/option&gt;";
					sHTML += "&lt;option value='HARTNETT - HAYNES'&gt;HARTNETT - HAYNES&lt;/option&gt;";
					sHTML += "&lt;option value='HAYNES - HELMAN'&gt;HAYNES - HELMAN&lt;/option&gt;";
					sHTML += "&lt;option value='HELMICK - HESS'&gt;HELMICK - HESS&lt;/option&gt;";
					sHTML += "&lt;option value='HESS - HINSEN'&gt;HESS - HINSEN&lt;/option&gt;";
					sHTML += "&lt;option value='HISE - HOLLENBECK'&gt;HISE - HOLLENBECK&lt;/option&gt;";
					sHTML += "&lt;option value='HOLLIDAY - HORNBACK'&gt;HOLLIDAY - HORNBACK&lt;/option&gt;";
					sHTML += "&lt;option value='HORNBECK - HUBER'&gt;HORNBECK - HUBER&lt;/option&gt;";
					sHTML += "&lt;option value='HUCKINS - HUNTER'&gt;HUCKINS - HUNTER&lt;/option&gt;";
					sHTML += "&lt;option value='HUNTER - INGLE'&gt;HUNTER - INGLE&lt;/option&gt;";
					sHTML += "&lt;option value='INGLEHART - JAEGER'&gt;INGLEHART - JAEGER&lt;/option&gt;";
					sHTML += "&lt;option value='JAEGER - JENSEN'&gt;JAEGER - JENSEN&lt;/option&gt;";
					sHTML += "&lt;option value='JENSEN - JOHNSON'&gt;JENSEN - JOHNSON&lt;/option&gt;";
					sHTML += "&lt;option value='JOHNSON - JONES'&gt;JOHNSON - JONES&lt;/option&gt;";
					sHTML += "&lt;option value='JONES - JUSTICE'&gt;JONES - JUSTICE&lt;/option&gt;";
					sHTML += "&lt;option value='JUSTIN - KEIL'&gt;JUSTIN - KEIL&lt;/option&gt;";
					sHTML += "&lt;option value='KEILLOR - KENNEDY'&gt;KEILLOR - KENNEDY&lt;/option&gt;";
					sHTML += "&lt;option value='KENNEDY - KINDIG'&gt;KENNEDY - KINDIG&lt;/option&gt;";
					sHTML += "&lt;option value='KINDLE - KLING'&gt;KINDLE - KLING&lt;/option&gt;";
					sHTML += "&lt;option value='KLING - KOLODZIEJCZYK'&gt;KLING - KOLODZIEJCZYK&lt;/option&gt;";
					sHTML += "&lt;option value='KOLONAY - KUENSTER'&gt;KOLONAY - KUENSTER&lt;/option&gt;";
					sHTML += "&lt;option value='KUENTZ - LANDMAN'&gt;KUENTZ - LANDMAN&lt;/option&gt;";
					sHTML += "&lt;option value='LANDO - LATTIMORE'&gt;LANDO - LATTIMORE&lt;/option&gt;";
					sHTML += "&lt;option value='LATTIN - LEE'&gt;LATTIN - LEE&lt;/option&gt;";
					sHTML += "&lt;option value='LEE - LES'&gt;LEE - LES&lt;/option&gt;";
					sHTML += "&lt;option value='LESTER - LINGO'&gt;LESTER - LINGO&lt;/option&gt;";
					sHTML += "&lt;option value='LINKSWILER - LONGACRE'&gt;LINKSWILER - LONGACRE&lt;/option&gt;";
					sHTML += "&lt;option value='LONGFELLOWS - LUDWIG'&gt;LONGFELLOWS - LUDWIG&lt;/option&gt;";
					sHTML += "&lt;option value='LUDWIG - MACDONALD'&gt;LUDWIG - MACDONALD&lt;/option&gt;";
					sHTML += "&lt;option value='MACFARLAND - MAIER'&gt;MACFARLAND - MAIER&lt;/option&gt;";
					sHTML += "&lt;option value='MAIER - MANTHEY'&gt;MAIER - MANTHEY&lt;/option&gt;";
					sHTML += "&lt;option value='MANTONYA - MARTIN'&gt;MANTONYA - MARTIN&lt;/option&gt;";
					sHTML += "&lt;option value='MARTIN - MATHEWS'&gt;MARTIN - MATHEWS&lt;/option&gt;";
					sHTML += "&lt;option value='MATHEWS - MCAFEE'&gt;MATHEWS - MCAFEE&lt;/option&gt;";
					sHTML += "&lt;option value='MCALEER - MCCOY'&gt;MCALEER - MCCOY&lt;/option&gt;";
					sHTML += "&lt;option value='MCCOY - MCGEE'&gt;MCCOY - MCGEE&lt;/option&gt;";
					sHTML += "&lt;option value='MCGHEE - MCLARGIN'&gt;MCGHEE - MCLARGIN&lt;/option&gt;";
					sHTML += "&lt;option value='MCLARTY - MEADOWS'&gt;MCLARTY - MEADOWS&lt;/option&gt;";
					sHTML += "&lt;option value='MEADS - MERRIOTT'&gt;MEADS - MERRIOTT&lt;/option&gt;";
					sHTML += "&lt;option value='MERRITT - MILLER'&gt;MERRITT - MILLER&lt;/option&gt;";
					sHTML += "&lt;option value='MILLER - MR'&gt;MILLER - MR&lt;/option&gt;";
					sHTML += "&lt;option value='MISTER - MOORE'&gt;MISTER - MOORE&lt;/option&gt;";
					sHTML += "&lt;option value='MOORE - MORGAN'&gt;MOORE - MORGAN&lt;/option&gt;";
					sHTML += "&lt;option value='MORGAN - MOUNT'&gt;MORGAN - MOUNT&lt;/option&gt;";
					sHTML += "&lt;option value='MOUNTAIN - MURRAY'&gt;MOUNTAIN - MURRAY&lt;/option&gt;";
					sHTML += "&lt;option value='MURRAY - NASTRI'&gt;MURRAY - NASTRI&lt;/option&gt;";
					sHTML += "&lt;option value='NATALIA - NEUMAN'&gt;NATALIA - NEUMAN&lt;/option&gt;";
					sHTML += "&lt;option value='NEUMAN - NIKOLAUSON'&gt;NEUMAN - NIKOLAUSON&lt;/option&gt;";
					sHTML += "&lt;option value='NIKOLAUSON - NORWOOD'&gt;NIKOLAUSON - NORWOOD&lt;/option&gt;";
					sHTML += "&lt;option value='NOVUS - OLIVER'&gt;NOVUS - OLIVER&lt;/option&gt;";
					sHTML += "&lt;option value='OLIVER - OUR'&gt;OLIVER - OUR&lt;/option&gt;";
					sHTML += "&lt;option value='OUR - PALMER'&gt;OUR - PALMER&lt;/option&gt;";
					sHTML += "&lt;option value='PALMER - PARADISE'&gt;PALMER - PARADISE&lt;/option&gt;";
					sHTML += "&lt;option value='PARADISE'&gt;PARADISE&lt;/option&gt;";
					sHTML += "&lt;option value='PARADISE - PASTRANO'&gt;PARADISE - PASTRANO&lt;/option&gt;";
					sHTML += "&lt;option value='PATA - PEDRO'&gt;PATA - PEDRO&lt;/option&gt;";
					sHTML += "&lt;option value='PEE - PESTANA'&gt;PEE - PESTANA&lt;/option&gt;";
					sHTML += "&lt;option value='PESTANA - PICARD'&gt;PESTANA - PICARD&lt;/option&gt;";
					sHTML += "&lt;option value='PICCIOLO - PITCOCK'&gt;PICCIOLO - PITCOCK&lt;/option&gt;";
					sHTML += "&lt;option value='PITMAN - PORTER'&gt;PITMAN - PORTER&lt;/option&gt;";
					sHTML += "&lt;option value='PORTER - PRESSON'&gt;PORTER - PRESSON&lt;/option&gt;";
					sHTML += "&lt;option value='PRESTON - QUATTLEBAUM'&gt;PRESTON - QUATTLEBAUM&lt;/option&gt;";
					sHTML += "&lt;option value='QUATTLEBAUM - RAMOS'&gt;QUATTLEBAUM - RAMOS&lt;/option&gt;";
					sHTML += "&lt;option value='RAMOS - REAL'&gt;RAMOS - REAL&lt;/option&gt;";
					sHTML += "&lt;option value='REAL - RELEI'&gt;REAL - RELEI&lt;/option&gt;";
					sHTML += "&lt;option value='RELIANCE - RICHARDS'&gt;RELIANCE - RICHARDS&lt;/option&gt;";
					sHTML += "&lt;option value='RICHARDSON - RIFFERT'&gt;RICHARDSON - RIFFERT&lt;/option&gt;";
					sHTML += "&lt;option value='RIGG - ROBERTS'&gt;RIGG - ROBERTS&lt;/option&gt;";
					sHTML += "&lt;option value='ROBERTS - ROEBUCK'&gt;ROBERTS - ROEBUCK&lt;/option&gt;";
					sHTML += "&lt;option value='ROEHR - ROSE'&gt;ROEHR - ROSE&lt;/option&gt;";
					sHTML += "&lt;option value='ROSE - RUHMAN'&gt;ROSE - RUHMAN&lt;/option&gt;";
					sHTML += "&lt;option value='RUHMAN - ST'&gt;RUHMAN - ST&lt;/option&gt;";
					sHTML += "&lt;option value='SANDERS - SCHACHT'&gt;SANDERS - SCHACHT&lt;/option&gt;";
					sHTML += "&lt;option value='SCHADE - SCHULTE'&gt;SCHADE - SCHULTE&lt;/option&gt;";
					sHTML += "&lt;option value='SCHULTE - SEBRING'&gt;SCHULTE - SEBRING&lt;/option&gt;";
					sHTML += "&lt;option value='SECOND - SHAFFER'&gt;SECOND - SHAFFER&lt;/option&gt;";
					sHTML += "&lt;option value='SHAFFER - SHEPPARD'&gt;SHAFFER - SHEPPARD&lt;/option&gt;";
					sHTML += "&lt;option value='SHEPPARD - SIERRA'&gt;SHEPPARD - SIERRA&lt;/option&gt;";
					sHTML += "&lt;option value='SIEVERS - SKARIN'&gt;SIEVERS - SKARIN&lt;/option&gt;";
					sHTML += "&lt;option value='SKARIN - SMITH'&gt;SKARIN - SMITH&lt;/option&gt;";
					sHTML += "&lt;option value='SMITH'&gt;SMITH&lt;/option&gt;";
					sHTML += "&lt;option value='SMITH - SONNTAG-REEVE'&gt;SMITH - SONNTAG-REEVE&lt;/option&gt;";
					sHTML += "&lt;option value='SONNTAG - SPENCER'&gt;SONNTAG - SPENCER&lt;/option&gt;";
					sHTML += "&lt;option value='SPENCER - STANLEY'&gt;SPENCER - STANLEY&lt;/option&gt;";
					sHTML += "&lt;option value='ST - SANDERS'&gt;ST - SANDERS&lt;/option&gt;";
					sHTML += "&lt;option value='STANLEY - STERLING'&gt;STANLEY - STERLING&lt;/option&gt;";
					sHTML += "&lt;option value='STETSON - STOKES'&gt;STETSON - STOKES&lt;/option&gt;";
					sHTML += "&lt;option value='STOKES - STRWN'&gt;STOKES - STRWN&lt;/option&gt;";
					sHTML += "&lt;option value='STRYKER - SUPREME'&gt;STRYKER - SUPREME&lt;/option&gt;";
					sHTML += "&lt;option value='SURACO - TALLEY'&gt;SURACO - TALLEY&lt;/option&gt;";
					sHTML += "&lt;option value='TALLEY - TEMPLIN'&gt;TALLEY - TEMPLIN&lt;/option&gt;";
					sHTML += "&lt;option value='TEN - THOMAS'&gt;TEN - THOMAS&lt;/option&gt;";
					sHTML += "&lt;option value='THOMAS - TIMBER'&gt;THOMAS - TIMBER&lt;/option&gt;";
					sHTML += "&lt;option value='TIMBER - TOWNE'&gt;TIMBER - TOWNE&lt;/option&gt;";
					sHTML += "&lt;option value='TOWNSEND - TUCKER'&gt;TOWNSEND - TUCKER&lt;/option&gt;";
					sHTML += "&lt;option value='TUCKER - ULMEN'&gt;TUCKER - ULMEN&lt;/option&gt;";
					sHTML += "&lt;option value='ULMER - VANCOTT'&gt;ULMER - VANCOTT&lt;/option&gt;";
					sHTML += "&lt;option value='VANDANBERG - VELARDO'&gt;VANDANBERG - VELARDO&lt;/option&gt;";
					sHTML += "&lt;option value='VELASCO - VOELKER'&gt;VELASCO - VOELKER&lt;/option&gt;";
					sHTML += "&lt;option value='VOERMANS - WALKER'&gt;VOERMANS - WALKER&lt;/option&gt;";
					sHTML += "&lt;option value='WALKER - WARE'&gt;WALKER - WARE&lt;/option&gt;";
					sHTML += "&lt;option value='WARE - WEAVER'&gt;WARE - WEAVER&lt;/option&gt;";
					sHTML += "&lt;option value='WEAVER - WELLS'&gt;WEAVER - WELLS&lt;/option&gt;";
					sHTML += "&lt;option value='WELLS - WHISKER'&gt;WELLS - WHISKER&lt;/option&gt;";
					sHTML += "&lt;option value='WHISPERING - WIETIES'&gt;WHISPERING - WIETIES&lt;/option&gt;";
					sHTML += "&lt;option value='WIGGINS - WILLIAMS'&gt;WIGGINS - WILLIAMS&lt;/option&gt;";
					sHTML += "&lt;option value='WILLIAMS - WILSON'&gt;WILLIAMS - WILSON&lt;/option&gt;";
					sHTML += "&lt;option value='WILSON - WOLFE'&gt;WILSON - WOLFE&lt;/option&gt;";
					sHTML += "&lt;option value='WOLFE - WOODY'&gt;WOLFE - WOODY&lt;/option&gt;";
					sHTML += "&lt;option value='WOOLDRIDGE - WYRICK'&gt;WOOLDRIDGE - WYRICK&lt;/option&gt;";
					sHTML += "&lt;option value='WYSOCKI - YUHASZ'&gt;WYSOCKI - YUHASZ&lt;/option&gt;";
					sHTML += "&lt;option value='YUHASZ - ZYTKOSKEE'&gt;YUHASZ - ZYTKOSKEE&lt;/option&gt;";
					break;
			}
			break;
	}
	sHTML += "&lt;/select&gt;";
	sHTML = sHTML.replace(/&gt;/g, ">");
	sHTML = sHTML.replace(/&lt;/g, "<");
	sHTML = sHTML.replace(/&amp;/g, "&");
	document.getElementById("contentlist").innerHTML = sHTML;
	if(!bRefreshLayout) {
		GetArrayOfPageNumberBasedOnSection();
		GetStartAndEndPageNumbers();
		document.getElementById("pagenumberinput").value = iStartPageNumber;
		document.getElementById("pagenumberinputatbottom").value = iStartPageNumber;
		iCurrentPageNumber = iStartPageNumber;
		bHighlightResult = false;
		RefreshView();
		aValue = new Array(2);
		aValue[0] = GetCurrentSectionName();
		aValue[1] = "0";
		UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "SECTION");
		aValue = null;
		aValue = new Array(3);
		aValue[0] = String(iStartPageNumber);
		aValue[1] = "0";
		aValue[2] = "0";
		UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
		aValue = null;
	}
}
function PopulateMultiLevelContent() {
	aSubContentValue = null;
	switch(document.getElementById("sections").selectedIndex) {
	}
}

function ClearGBannerTimeout() { if(oGBannerTimeout != null) window.clearTimeout(oGBannerTimeout); }

function ClearHSBannerTimeout() { if(oHSBannerTimeout != null) window.clearTimeout(oHSBannerTimeout); }

function RefreshGeneralBanner() {
	ClearGBannerTimeout();
	var aGeneralBanner = null;
	var aInfoGeneralBanner = null;
	var aInfoDates = null;
	sCurrentGBannerPath = null;
	switch(document.getElementById("sections").selectedIndex) {
		case 1 : 
			aGeneralBanner = new Array(4);
			aInfoGeneralBanner = new Array(4);
			aInfoDates = new Array(4);
			aGeneralBanner[0] = "/MC_CD_PARADISE/CD_EPPYP11_YELLOW/8768604R.GIF";
			aInfoGeneralBanner[0] = ",,,";
			aInfoDates[0] = ",";
			aGeneralBanner[1] = "/MC_CD_PARADISE/CD_EPPYP11_YELLOW/8774660R.GIF";
			aInfoGeneralBanner[1] = ",,,";
			aInfoDates[1] = ",";
			aGeneralBanner[2] = "/MC_CD_PARADISE/CD_EPPYP11_YELLOW/8776312R.GIF";
			aInfoGeneralBanner[2] = ",,,";
			aInfoDates[2] = ",";
			aGeneralBanner[3] = "/MC_CD_PARADISE/CD_EPPYP11_YELLOW/8778110R.GIF";
			aInfoGeneralBanner[3] = ",,,";
			aInfoDates[3] = ",";
			break;
	}
	var iRightSideWidth = iClientWidth-270;
	document.getElementById("topbannerimage").style.padding = "5px";
	document.getElementById("topbannerimage").style.margin = "0px";
	document.getElementById("topbannerimage").style.background = "rgb(126,163,207)";
	if(aGeneralBanner == null) {
		document.getElementById("topbannerimage").innerHTML = "";
		aPopUpBannerInfo = null;
		document.getElementById("topbannerimage").style.display = "none";
	} else {
		if((aGeneralBanner.length-1) < iCurrentGeneralBannerRecord)
			iCurrentGeneralBannerRecord = 0;
		sCurrentGBannerPath = aGeneralBanner[iCurrentGeneralBannerRecord];
		sCurrentGBannerPath = sCurrentGBannerPath.substr(0,sCurrentGBannerPath.lastIndexOf('/')+1);
		aPopUpBannerInfo = aInfoGeneralBanner[iCurrentGeneralBannerRecord].split(",");
		var sHTML = "&lt;DIV&gt;&lt;img name='topbannerimage' style='cursor:hand' align='middle' src = '" + aGeneralBanner[iCurrentGeneralBannerRecord] + "' onclick = 'PopUpBannerInfoHTML()' alt = 'General Banner'&gt;&lt;/img&gt;";
		sCurrentGeneralBannerInfo = aGeneralBanner[iCurrentGeneralBannerRecord];
		sCurrentGeneralBannerInfo = sCurrentGeneralBannerInfo.substr(sCurrentGeneralBannerInfo.lastIndexOf('/')+1);
		sHTML += GetTopBannerInformationHTML();
		sHTML += "&lt;/DIV&gt;";
		sHTML = sHTML.replace(/&gt;/g, ">");
		sHTML = sHTML.replace(/&lt;/g, "<");
		document.getElementById("topbannerimage").innerHTML = sHTML;
		document.getElementById("topbannerimage").style.display = "block";
		iCurrentGeneralBannerRecord++;
	}
	if(iGRotation > 0) {
		oGBannerTimeout = window.setTimeout('RefreshGeneralBanner();', iGRotation);
	}
}
function RefreshHeadingSpecificBanner() {
	ClearHSBannerTimeout();
	var aHeadingSpecificBanner = null;
	var aInfoHeadingSpecificBanner = null;
	sCurrentHSBannerPath = null;
	switch(document.getElementById("sections").selectedIndex) {
	}
	var iRightSideWidth = iClientWidth-270;
	document.getElementById("topbannerimageForHS").style.padding = "0px";
	document.getElementById("topbannerimageForHS").style.margin = "0px";
	document.getElementById("topbannerimageForHS").style.background = "rgb(126,163,207)";
	if(aHeadingSpecificBanner == null) {
		document.getElementById("topbannerimageForHS").innerHTML = "";
		document.getElementById("topbannerimageForHS").style.display = "none";
		aPopUpBannerInfoForHS = null;
	} else {
		if((aHeadingSpecificBanner.length-1) < iCurrentHeadingSpecificBannerRecord)
			iCurrentHeadingSpecificBannerRecord = 0;
		sCurrentHSBannerPath = aHeadingSpecificBanner[iCurrentHeadingSpecificBannerRecord];
		sCurrentHSBannerPath = sCurrentHSBannerPath.substr(0,sCurrentHSBannerPath.lastIndexOf('/')+1);
		aPopUpBannerInfoForHS = aInfoHeadingSpecificBanner[iCurrentHeadingSpecificBannerRecord].split(",");
		var sHTML = "&lt;DIV&gt;&lt;img name='topbannerimageForHS' style='cursor:hand' src = '" + aHeadingSpecificBanner[iCurrentHeadingSpecificBannerRecord] + "' onclick = 'PopUpBannerInfoForHSHTML()' alt = 'Heading Specific Banner'&gt;&lt;/img&gt;";
		sCurrentHSBannerInfo = aHeadingSpecificBanner[iCurrentHeadingSpecificBannerRecord];
		sCurrentHSBannerInfo = sCurrentHSBannerInfo.substr(sCurrentHSBannerInfo.lastIndexOf('/')+1);
		sHTML += GetBottomBannerInformationHTML();
		sHTML += "&lt;/DIV&gt;";
		sHTML = sHTML.replace(/&gt;/g, ">");
		sHTML = sHTML.replace(/&lt;/g, "<");
		document.getElementById("topbannerimageForHS").innerHTML = sHTML;
		document.getElementById("topbannerimageForHS").style.display = "block";
		iCurrentHeadingSpecificBannerRecord++;
	}
	if(iHRotation > 0) {
		oHSBannerTimeout = window.setTimeout('RefreshHeadingSpecificBanner();', iHRotation);
	}
}
function GetTopBannerInformationHTML() {
	var sHTML = "";
	if(aPopUpBannerInfo[0] != null && aPopUpBannerInfo[0].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='topimgbannerphone' name='topimgbannerphone' onclick='javascript:TopBanner(0);'&gt;&lt;/img&gt;";
	}
	if(aPopUpBannerInfo[1] != null && aPopUpBannerInfo[1].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='topimgbannerurl' name='topimgbannerurl' onclick='javascript:TopBanner(1);'&gt;&lt;/img&gt;";
	}
	if(aPopUpBannerInfo[2] != null && aPopUpBannerInfo[2].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='topimgbannercoupon' name='topimgbannercoupon' onclick='javascript:TopBanner(2);'&gt;&lt;/img&gt;";
	}
	if(aPopUpBannerInfo[3] != null && aPopUpBannerInfo[3].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='topimgbanneremail' name='topimgbanneremail' onclick='javascript:TopBanner(3);'&gt;&lt;/img&gt;";
	}
	return sHTML;
}
function TopBanner(type) {
	if(type == 0) {
		if(aPopUpBannerInfo[0] != null && aPopUpBannerInfo[0].length > 0) {
			alert(aPopUpBannerInfo[0]);
		}
	}
	if(type == 1) {
		if(aPopUpBannerInfo[1] != null && aPopUpBannerInfo[1].length > 0) {
			if(DoesURLHaveHTTP(aPopUpBannerInfo[1]) == true)
				window.open(aPopUpBannerInfo[1]);
			else {
				var sInputValue = "http://" + aPopUpBannerInfo[1];
				window.open(sInputValue);
			}
		}
	}
	if(type == 2) {
		if(aPopUpBannerInfo[2] != null && aPopUpBannerInfo[2].length > 0) {
			if(sCurrentGBannerPath != null) {
				window.open("/MC_CD_PARADISE/PopUpImage.html?" + sCurrentGBannerPath + aPopUpBannerInfo[2], "newwin", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0");
			}
		}
	}
	if(type == 3) {
		if(aPopUpBannerInfo[3] != null && aPopUpBannerInfo[3].length > 0) {
			var sInputValue = "mailto:" + aPopUpBannerInfo[3];
			window.open(sInputValue);
		}
	}
}
function GetBottomBannerInformationHTML() {
	var sHTML = "";
	if(aPopUpBannerInfoForHS[0] != null && aPopUpBannerInfoForHS[0].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='bottomimgbannerphone' name='bottomimgbannerphone' onclick='javascript:BottomBanner(0);'&gt;&lt;/img&gt;";
	}
	if(aPopUpBannerInfoForHS[1] != null && aPopUpBannerInfoForHS[1].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='bottomimgbannerurl' name='bottomimgbannerurl' onclick='javascript:BottomBanner(1);'&gt;&lt;/img&gt;";
	}
	if(aPopUpBannerInfoForHS[2] != null && aPopUpBannerInfoForHS[2].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='bottomimgbannercoupon' name='bottomimgbannercoupon' onclick='javascript:BottomBanner(2);'&gt;&lt;/img&gt;";
	}
	if(aPopUpBannerInfoForHS[3] != null && aPopUpBannerInfoForHS[3].length > 0) {
		sHTML += "&nbsp;&lt;img src='' id='bottomimgbanneremail' name='bottomimgbanneremail' onclick='javascript:BottomBanner(3);'&gt;&lt;/img&gt;";
	}
	return sHTML;
}
function BottomBanner(type) {
	if(type == 0) {
		if(aPopUpBannerInfoForHS[0] != null && aPopUpBannerInfoForHS[0].length > 0) {
			alert(aPopUpBannerInfoForHS[0]);
		}
	}
	if(type == 1) {
		if(aPopUpBannerInfoForHS[1] != null && aPopUpBannerInfoForHS[1].length > 0) {
			if(DoesURLHaveHTTP(aPopUpBannerInfoForHS[1]) == true)
				window.open(aPopUpBannerInfoForHS[1]);
			else {
				var sInputValue = "http://" + aPopUpBannerInfoForHS[1];
				window.open(sInputValue);
			}
		}
	}
	if(type == 2) {
		if(aPopUpBannerInfoForHS[2] != null && aPopUpBannerInfoForHS[2].length > 0) {
			if(sCurrentHSBannerPath != null) {
				window.open("/MC_CD_PARADISE/PopUpImage.html?" + sCurrentHSBannerPath + aPopUpBannerInfoForHS[2], "newwin", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0");
			}
		}
	}
	if(type == 3) {
		if(aPopUpBannerInfoForHS[3] != null && aPopUpBannerInfoForHS[3].length > 0) {
			var sInputValue = "mailto:" + aPopUpBannerInfoForHS[3];
			window.open(sInputValue);
		}
	}
}
function GetArrayOfPageNumberBasedOnSection() {
	aPageNumber = null;
	switch(document.getElementById("sections").selectedIndex) {
		case 0 : 
			switch(document.getElementById("languages").selectedIndex) {
			}
			break;
		case 1 : 
			switch(document.getElementById("languages").selectedIndex) {
				case 0 : 
					aPageNumber = new Array(753);
					aPageNumber[0] = 1;
					aPageNumber[1] = 2;
					aPageNumber[2] = 3;
					aPageNumber[3] = 3;
					aPageNumber[4] = 3;
					aPageNumber[5] = 3;
					aPageNumber[6] = 3;
					aPageNumber[7] = 4;
					aPageNumber[8] = 4;
					aPageNumber[9] = 4;
					aPageNumber[10] = 12;
					aPageNumber[11] = 12;
					aPageNumber[12] = 12;
					aPageNumber[13] = 12;
					aPageNumber[14] = 13;
					aPageNumber[15] = 13;
					aPageNumber[16] = 13;
					aPageNumber[17] = 13;
					aPageNumber[18] = 13;
					aPageNumber[19] = 13;
					aPageNumber[20] = 13;
					aPageNumber[21] = 13;
					aPageNumber[22] = 13;
					aPageNumber[23] = 13;
					aPageNumber[24] = 13;
					aPageNumber[25] = 14;
					aPageNumber[26] = 14;
					aPageNumber[27] = 16;
					aPageNumber[28] = 16;
					aPageNumber[29] = 20;
					aPageNumber[30] = 20;
					aPageNumber[31] = 24;
					aPageNumber[32] = 24;
					aPageNumber[33] = 24;
					aPageNumber[34] = 25;
					aPageNumber[35] = 25;
					aPageNumber[36] = 25;
					aPageNumber[37] = 25;
					aPageNumber[38] = 100;
					aPageNumber[39] = 25;
					aPageNumber[40] = 25;
					aPageNumber[41] = 25;
					aPageNumber[42] = 41;
					aPageNumber[43] = 41;
					aPageNumber[44] = 41;
					aPageNumber[45] = 44;
					aPageNumber[46] = 44;
					aPageNumber[47] = 44;
					aPageNumber[48] = 46;
					aPageNumber[49] = 47;
					aPageNumber[50] = 47;
					aPageNumber[51] = 47;
					aPageNumber[52] = 47;
					aPageNumber[53] = 48;
					aPageNumber[54] = 49;
					aPageNumber[55] = 49;
					aPageNumber[56] = 49;
					aPageNumber[57] = 49;
					aPageNumber[58] = 59;
					aPageNumber[59] = 59;
					aPageNumber[60] = 60;
					aPageNumber[61] = 60;
					aPageNumber[62] = 60;
					aPageNumber[63] = 61;
					aPageNumber[64] = 61;
					aPageNumber[65] = 100;
					aPageNumber[66] = 61;
					aPageNumber[67] = 63;
					aPageNumber[68] = 63;
					aPageNumber[69] = 63;
					aPageNumber[70] = 100;
					aPageNumber[71] = 100;
					aPageNumber[72] = 63;
					aPageNumber[73] = 63;
					aPageNumber[74] = 63;
					aPageNumber[75] = 64;
					aPageNumber[76] = 64;
					aPageNumber[77] = 67;
					aPageNumber[78] = 67;
					aPageNumber[79] = 67;
					aPageNumber[80] = 68;
					aPageNumber[81] = 68;
					aPageNumber[82] = 69;
					aPageNumber[83] = 70;
					aPageNumber[84] = 70;
					aPageNumber[85] = 71;
					aPageNumber[86] = 71;
					aPageNumber[87] = 71;
					aPageNumber[88] = 71;
					aPageNumber[89] = 71;
					aPageNumber[90] = 73;
					aPageNumber[91] = 73;
					aPageNumber[92] = 73;
					aPageNumber[93] = 73;
					aPageNumber[94] = 73;
					aPageNumber[95] = 73;
					aPageNumber[96] = 100;
					aPageNumber[97] = 78;
					aPageNumber[98] = 78;
					aPageNumber[99] = 78;
					aPageNumber[100] = 81;
					aPageNumber[101] = 81;
					aPageNumber[102] = 81;
					aPageNumber[103] = 81;
					aPageNumber[104] = 82;
					aPageNumber[105] = 82;
					aPageNumber[106] = 35;
					aPageNumber[107] = 83;
					aPageNumber[108] = 100;
					aPageNumber[109] = 83;
					aPageNumber[110] = 83;
					aPageNumber[111] = 84;
					aPageNumber[112] = 84;
					aPageNumber[113] = 85;
					aPageNumber[114] = 85;
					aPageNumber[115] = 257;
					aPageNumber[116] = 86;
					aPageNumber[117] = 91;
					aPageNumber[118] = 91;
					aPageNumber[119] = 93;
					aPageNumber[120] = 93;
					aPageNumber[121] = 93;
					aPageNumber[122] = 100;
					aPageNumber[123] = 93;
					aPageNumber[124] = 93;
					aPageNumber[125] = 94;
					aPageNumber[126] = 100;
					aPageNumber[127] = 94;
					aPageNumber[128] = 94;
					aPageNumber[129] = 94;
					aPageNumber[130] = 35;
					aPageNumber[131] = 94;
					aPageNumber[132] = 94;
					aPageNumber[133] = 94;
					aPageNumber[134] = 100;
					aPageNumber[135] = 101;
					aPageNumber[136] = 101;
					aPageNumber[137] = 101;
					aPageNumber[138] = 101;
					aPageNumber[139] = 100;
					aPageNumber[140] = 100;
					aPageNumber[141] = 101;
					aPageNumber[142] = 101;
					aPageNumber[143] = 103;
					aPageNumber[144] = 35;
					aPageNumber[145] = 103;
					aPageNumber[146] = 103;
					aPageNumber[147] = 103;
					aPageNumber[148] = 104;
					aPageNumber[149] = 104;
					aPageNumber[150] = 104;
					aPageNumber[151] = 104;
					aPageNumber[152] = 104;
					aPageNumber[153] = 104;
					aPageNumber[154] = 104;
					aPageNumber[155] = 104;
					aPageNumber[156] = 104;
					aPageNumber[157] = 104;
					aPageNumber[158] = 105;
					aPageNumber[159] = 105;
					aPageNumber[160] = 105;
					aPageNumber[161] = 101;
					aPageNumber[162] = 106;
					aPageNumber[163] = 106;
					aPageNumber[164] = 107;
					aPageNumber[165] = 107;
					aPageNumber[166] = 108;
					aPageNumber[167] = 108;
					aPageNumber[168] = 109;
					aPageNumber[169] = 109;
					aPageNumber[170] = 109;
					aPageNumber[171] = 109;
					aPageNumber[172] = 109;
					aPageNumber[173] = 110;
					aPageNumber[174] = 110;
					aPageNumber[175] = 110;
					aPageNumber[176] = 110;
					aPageNumber[177] = 101;
					aPageNumber[178] = 35;
					aPageNumber[179] = 110;
					aPageNumber[180] = 111;
					aPageNumber[181] = 36;
					aPageNumber[182] = 111;
					aPageNumber[183] = 36;
					aPageNumber[184] = 36;
					aPageNumber[185] = 115;
					aPageNumber[186] = 111;
					aPageNumber[187] = 114;
					aPageNumber[188] = 114;
					aPageNumber[189] = 115;
					aPageNumber[190] = 115;
					aPageNumber[191] = 115;
					aPageNumber[192] = 115;
					aPageNumber[193] = 115;
					aPageNumber[194] = 115;
					aPageNumber[195] = 115;
					aPageNumber[196] = 115;
					aPageNumber[197] = 116;
					aPageNumber[198] = 116;
					aPageNumber[199] = 116;
					aPageNumber[200] = 116;
					aPageNumber[201] = 116;
					aPageNumber[202] = 116;
					aPageNumber[203] = 118;
					aPageNumber[204] = 36;
					aPageNumber[205] = 118;
					aPageNumber[206] = 118;
					aPageNumber[207] = 120;
					aPageNumber[208] = 120;
					aPageNumber[209] = 120;
					aPageNumber[210] = 122;
					aPageNumber[211] = 122;
					aPageNumber[212] = 131;
					aPageNumber[213] = 123;
					aPageNumber[214] = 133;
					aPageNumber[215] = 124;
					aPageNumber[216] = 134;
					aPageNumber[217] = 257;
					aPageNumber[218] = 134;
					aPageNumber[219] = 134;
					aPageNumber[220] = 134;
					aPageNumber[221] = 136;
					aPageNumber[222] = 36;
					aPageNumber[223] = 136;
					aPageNumber[224] = 136;
					aPageNumber[225] = 137;
					aPageNumber[226] = 137;
					aPageNumber[227] = 139;
					aPageNumber[228] = 139;
					aPageNumber[229] = 140;
					aPageNumber[230] = 140;
					aPageNumber[231] = 140;
					aPageNumber[232] = 141;
					aPageNumber[233] = 141;
					aPageNumber[234] = 142;
					aPageNumber[235] = 142;
					aPageNumber[236] = 142;
					aPageNumber[237] = 142;
					aPageNumber[238] = 142;
					aPageNumber[239] = 142;
					aPageNumber[240] = 142;
					aPageNumber[241] = 37;
					aPageNumber[242] = 142;
					aPageNumber[243] = 142;
					aPageNumber[244] = 143;
					aPageNumber[245] = 37;
					aPageNumber[246] = 143;
					aPageNumber[247] = 146;
					aPageNumber[248] = 146;
					aPageNumber[249] = 146;
					aPageNumber[250] = 146;
					aPageNumber[251] = 146;
					aPageNumber[252] = 146;
					aPageNumber[253] = 133;
					aPageNumber[254] = 147;
					aPageNumber[255] = 147;
					aPageNumber[256] = 147;
					aPageNumber[257] = 147;
					aPageNumber[258] = 147;
					aPageNumber[259] = 147;
					aPageNumber[260] = 101;
					aPageNumber[261] = 147;
					aPageNumber[262] = 147;
					aPageNumber[263] = 101;
					aPageNumber[264] = 148;
					aPageNumber[265] = 148;
					aPageNumber[266] = 149;
					aPageNumber[267] = 149;
					aPageNumber[268] = 149;
					aPageNumber[269] = 257;
					aPageNumber[270] = 149;
					aPageNumber[271] = 150;
					aPageNumber[272] = 150;
					aPageNumber[273] = 150;
					aPageNumber[274] = 151;
					aPageNumber[275] = 152;
					aPageNumber[276] = 152;
					aPageNumber[277] = 156;
					aPageNumber[278] = 156;
					aPageNumber[279] = 156;
					aPageNumber[280] = 156;
					aPageNumber[281] = 157;
					aPageNumber[282] = 157;
					aPageNumber[283] = 157;
					aPageNumber[284] = 157;
					aPageNumber[285] = 157;
					aPageNumber[286] = 159;
					aPageNumber[287] = 159;
					aPageNumber[288] = 159;
					aPageNumber[289] = 159;
					aPageNumber[290] = 159;
					aPageNumber[291] = 159;
					aPageNumber[292] = 159;
					aPageNumber[293] = 101;
					aPageNumber[294] = 160;
					aPageNumber[295] = 160;
					aPageNumber[296] = 160;
					aPageNumber[297] = 160;
					aPageNumber[298] = 162;
					aPageNumber[299] = 162;
					aPageNumber[300] = 164;
					aPageNumber[301] = 164;
					aPageNumber[302] = 166;
					aPageNumber[303] = 164;
					aPageNumber[304] = 166;
					aPageNumber[305] = 166;
					aPageNumber[306] = 166;
					aPageNumber[307] = 166;
					aPageNumber[308] = 166;
					aPageNumber[309] = 169;
					aPageNumber[310] = 169;
					aPageNumber[311] = 169;
					aPageNumber[312] = 169;
					aPageNumber[313] = 170;
					aPageNumber[314] = 170;
					aPageNumber[315] = 257;
					aPageNumber[316] = 171;
					aPageNumber[317] = 172;
					aPageNumber[318] = 172;
					aPageNumber[319] = 172;
					aPageNumber[320] = 133;
					aPageNumber[321] = 172;
					aPageNumber[322] = 173;
					aPageNumber[323] = 178;
					aPageNumber[324] = 178;
					aPageNumber[325] = 179;
					aPageNumber[326] = 179;
					aPageNumber[327] = 179;
					aPageNumber[328] = 179;
					aPageNumber[329] = 179;
					aPageNumber[330] = 180;
					aPageNumber[331] = 180;
					aPageNumber[332] = 180;
					aPageNumber[333] = 180;
					aPageNumber[334] = 180;
					aPageNumber[335] = 181;
					aPageNumber[336] = 183;
					aPageNumber[337] = 183;
					aPageNumber[338] = 183;
					aPageNumber[339] = 185;
					aPageNumber[340] = 185;
					aPageNumber[341] = 185;
					aPageNumber[342] = 185;
					aPageNumber[343] = 185;
					aPageNumber[344] = 186;
					aPageNumber[345] = 186;
					aPageNumber[346] = 186;
					aPageNumber[347] = 189;
					aPageNumber[348] = 189;
					aPageNumber[349] = 192;
					aPageNumber[350] = 197;
					aPageNumber[351] = 197;
					aPageNumber[352] = 197;
					aPageNumber[353] = 198;
					aPageNumber[354] = 198;
					aPageNumber[355] = 198;
					aPageNumber[356] = 198;
					aPageNumber[357] = 198;
					aPageNumber[358] = 199;
					aPageNumber[359] = 199;
					aPageNumber[360] = 199;
					aPageNumber[361] = 200;
					aPageNumber[362] = 200;
					aPageNumber[363] = 200;
					aPageNumber[364] = 200;
					aPageNumber[365] = 201;
					aPageNumber[366] = 201;
					aPageNumber[367] = 201;
					aPageNumber[368] = 201;
					aPageNumber[369] = 202;
					aPageNumber[370] = 202;
					aPageNumber[371] = 202;
					aPageNumber[372] = 203;
					aPageNumber[373] = 257;
					aPageNumber[374] = 210;
					aPageNumber[375] = 210;
					aPageNumber[376] = 211;
					aPageNumber[377] = 211;
					aPageNumber[378] = 211;
					aPageNumber[379] = 215;
					aPageNumber[380] = 215;
					aPageNumber[381] = 216;
					aPageNumber[382] = 216;
					aPageNumber[383] = 102;
					aPageNumber[384] = 216;
					aPageNumber[385] = 216;
					aPageNumber[386] = 216;
					aPageNumber[387] = 216;
					aPageNumber[388] = 216;
					aPageNumber[389] = 216;
					aPageNumber[390] = 217;
					aPageNumber[391] = 217;
					aPageNumber[392] = 217;
					aPageNumber[393] = 37;
					aPageNumber[394] = 217;
					aPageNumber[395] = 217;
					aPageNumber[396] = 217;
					aPageNumber[397] = 217;
					aPageNumber[398] = 217;
					aPageNumber[399] = 217;
					aPageNumber[400] = 217;
					aPageNumber[401] = 219;
					aPageNumber[402] = 219;
					aPageNumber[403] = 219;
					aPageNumber[404] = 220;
					aPageNumber[405] = 220;
					aPageNumber[406] = 220;
					aPageNumber[407] = 220;
					aPageNumber[408] = 221;
					aPageNumber[409] = 221;
					aPageNumber[410] = 221;
					aPageNumber[411] = 222;
					aPageNumber[412] = 222;
					aPageNumber[413] = 222;
					aPageNumber[414] = 222;
					aPageNumber[415] = 222;
					aPageNumber[416] = 223;
					aPageNumber[417] = 223;
					aPageNumber[418] = 224;
					aPageNumber[419] = 224;
					aPageNumber[420] = 224;
					aPageNumber[421] = 102;
					aPageNumber[422] = 224;
					aPageNumber[423] = 225;
					aPageNumber[424] = 225;
					aPageNumber[425] = 225;
					aPageNumber[426] = 37;
					aPageNumber[427] = 225;
					aPageNumber[428] = 225;
					aPageNumber[429] = 225;
					aPageNumber[430] = 225;
					aPageNumber[431] = 226;
					aPageNumber[432] = 226;
					aPageNumber[433] = 226;
					aPageNumber[434] = 226;
					aPageNumber[435] = 226;
					aPageNumber[436] = 228;
					aPageNumber[437] = 38;
					aPageNumber[438] = 228;
					aPageNumber[439] = 228;
					aPageNumber[440] = 228;
					aPageNumber[441] = 228;
					aPageNumber[442] = 228;
					aPageNumber[443] = 228;
					aPageNumber[444] = 230;
					aPageNumber[445] = 230;
					aPageNumber[446] = 230;
					aPageNumber[447] = 230;
					aPageNumber[448] = 231;
					aPageNumber[449] = 231;
					aPageNumber[450] = 231;
					aPageNumber[451] = 231;
					aPageNumber[452] = 232;
					aPageNumber[453] = 232;
					aPageNumber[454] = 234;
					aPageNumber[455] = 234;
					aPageNumber[456] = 234;
					aPageNumber[457] = 234;
					aPageNumber[458] = 236;
					aPageNumber[459] = 236;
					aPageNumber[460] = 236;
					aPageNumber[461] = 236;
					aPageNumber[462] = 236;
					aPageNumber[463] = 237;
					aPageNumber[464] = 236;
					aPageNumber[465] = 237;
					aPageNumber[466] = 240;
					aPageNumber[467] = 102;
					aPageNumber[468] = 257;
					aPageNumber[469] = 241;
					aPageNumber[470] = 241;
					aPageNumber[471] = 102;
					aPageNumber[472] = 241;
					aPageNumber[473] = 242;
					aPageNumber[474] = 38;
					aPageNumber[475] = 243;
					aPageNumber[476] = 243;
					aPageNumber[477] = 257;
					aPageNumber[478] = 243;
					aPageNumber[479] = 243;
					aPageNumber[480] = 243;
					aPageNumber[481] = 258;
					aPageNumber[482] = 258;
					aPageNumber[483] = 243;
					aPageNumber[484] = 243;
					aPageNumber[485] = 133;
					aPageNumber[486] = 243;
					aPageNumber[487] = 133;
					aPageNumber[488] = 258;
					aPageNumber[489] = 243;
					aPageNumber[490] = 258;
					aPageNumber[491] = 243;
					aPageNumber[492] = 244;
					aPageNumber[493] = 244;
					aPageNumber[494] = 244;
					aPageNumber[495] = 244;
					aPageNumber[496] = 247;
					aPageNumber[497] = 248;
					aPageNumber[498] = 248;
					aPageNumber[499] = 249;
					aPageNumber[500] = 249;
					aPageNumber[501] = 249;
					aPageNumber[502] = 251;
					aPageNumber[503] = 258;
					aPageNumber[504] = 102;
					aPageNumber[505] = 133;
					aPageNumber[506] = 251;
					aPageNumber[507] = 38;
					aPageNumber[508] = 251;
					aPageNumber[509] = 254;
					aPageNumber[510] = 254;
					aPageNumber[511] = 254;
					aPageNumber[512] = 254;
					aPageNumber[513] = 254;
					aPageNumber[514] = 255;
					aPageNumber[515] = 255;
					aPageNumber[516] = 256;
					aPageNumber[517] = 256;
					aPageNumber[518] = 256;
					aPageNumber[519] = 256;
					aPageNumber[520] = 256;
					aPageNumber[521] = 257;
					aPageNumber[522] = 260;
					aPageNumber[523] = 261;
					aPageNumber[524] = 262;
					aPageNumber[525] = 262;
					aPageNumber[526] = 262;
					aPageNumber[527] = 262;
					aPageNumber[528] = 263;
					aPageNumber[529] = 259;
					aPageNumber[530] = 263;
					aPageNumber[531] = 276;
					aPageNumber[532] = 277;
					aPageNumber[533] = 259;
					aPageNumber[534] = 259;
					aPageNumber[535] = 278;
					aPageNumber[536] = 278;
					aPageNumber[537] = 278;
					aPageNumber[538] = 102;
					aPageNumber[539] = 279;
					aPageNumber[540] = 279;
					aPageNumber[541] = 280;
					aPageNumber[542] = 38;
					aPageNumber[543] = 280;
					aPageNumber[544] = 281;
					aPageNumber[545] = 281;
					aPageNumber[546] = 281;
					aPageNumber[547] = 281;
					aPageNumber[548] = 133;
					aPageNumber[549] = 282;
					aPageNumber[550] = 282;
					aPageNumber[551] = 283;
					aPageNumber[552] = 283;
					aPageNumber[553] = 283;
					aPageNumber[554] = 283;
					aPageNumber[555] = 283;
					aPageNumber[556] = 283;
					aPageNumber[557] = 285;
					aPageNumber[558] = 285;
					aPageNumber[559] = 285;
					aPageNumber[560] = 285;
					aPageNumber[561] = 285;
					aPageNumber[562] = 39;
					aPageNumber[563] = 289;
					aPageNumber[564] = 289;
					aPageNumber[565] = 290;
					aPageNumber[566] = 290;
					aPageNumber[567] = 291;
					aPageNumber[568] = 291;
					aPageNumber[569] = 291;
					aPageNumber[570] = 291;
					aPageNumber[571] = 291;
					aPageNumber[572] = 291;
					aPageNumber[573] = 292;
					aPageNumber[574] = 292;
					aPageNumber[575] = 293;
					aPageNumber[576] = 293;
					aPageNumber[577] = 294;
					aPageNumber[578] = 294;
					aPageNumber[579] = 296;
					aPageNumber[580] = 297;
					aPageNumber[581] = 296;
					aPageNumber[582] = 296;
					aPageNumber[583] = 302;
					aPageNumber[584] = 302;
					aPageNumber[585] = 302;
					aPageNumber[586] = 302;
					aPageNumber[587] = 303;
					aPageNumber[588] = 308;
					aPageNumber[589] = 308;
					aPageNumber[590] = 308;
					aPageNumber[591] = 310;
					aPageNumber[592] = 314;
					aPageNumber[593] = 314;
					aPageNumber[594] = 315;
					aPageNumber[595] = 315;
					aPageNumber[596] = 315;
					aPageNumber[597] = 317;
					aPageNumber[598] = 317;
					aPageNumber[599] = 317;
					aPageNumber[600] = 317;
					aPageNumber[601] = 318;
					aPageNumber[602] = 318;
					aPageNumber[603] = 318;
					aPageNumber[604] = 318;
					aPageNumber[605] = 319;
					aPageNumber[606] = 319;
					aPageNumber[607] = 319;
					aPageNumber[608] = 320;
					aPageNumber[609] = 321;
					aPageNumber[610] = 321;
					aPageNumber[611] = 134;
					aPageNumber[612] = 324;
					aPageNumber[613] = 328;
					aPageNumber[614] = 324;
					aPageNumber[615] = 326;
					aPageNumber[616] = 331;
					aPageNumber[617] = 102;
					aPageNumber[618] = 331;
					aPageNumber[619] = 331;
					aPageNumber[620] = 336;
					aPageNumber[621] = 336;
					aPageNumber[622] = 336;
					aPageNumber[623] = 336;
					aPageNumber[624] = 336;
					aPageNumber[625] = 336;
					aPageNumber[626] = 336;
					aPageNumber[627] = 337;
					aPageNumber[628] = 337;
					aPageNumber[629] = 337;
					aPageNumber[630] = 338;
					aPageNumber[631] = 338;
					aPageNumber[632] = 339;
					aPageNumber[633] = 339;
					aPageNumber[634] = 340;
					aPageNumber[635] = 340;
					aPageNumber[636] = 341;
					aPageNumber[637] = 341;
					aPageNumber[638] = 341;
					aPageNumber[639] = 343;
					aPageNumber[640] = 346;
					aPageNumber[641] = 346;
					aPageNumber[642] = 347;
					aPageNumber[643] = 347;
					aPageNumber[644] = 347;
					aPageNumber[645] = 347;
					aPageNumber[646] = 347;
					aPageNumber[647] = 347;
					aPageNumber[648] = 347;
					aPageNumber[649] = 347;
					aPageNumber[650] = 350;
					aPageNumber[651] = 353;
					aPageNumber[652] = 354;
					aPageNumber[653] = 355;
					aPageNumber[654] = 358;
					aPageNumber[655] = 39;
					aPageNumber[656] = 259;
					aPageNumber[657] = 259;
					aPageNumber[658] = 259;
					aPageNumber[659] = 358;
					aPageNumber[660] = 358;
					aPageNumber[661] = 358;
					aPageNumber[662] = 358;
					aPageNumber[663] = 359;
					aPageNumber[664] = 359;
					aPageNumber[665] = 359;
					aPageNumber[666] = 361;
					aPageNumber[667] = 361;
					aPageNumber[668] = 362;
					aPageNumber[669] = 362;
					aPageNumber[670] = 362;
					aPageNumber[671] = 362;
					aPageNumber[672] = 362;
					aPageNumber[673] = 362;
					aPageNumber[674] = 362;
					aPageNumber[675] = 362;
					aPageNumber[676] = 362;
					aPageNumber[677] = 363;
					aPageNumber[678] = 363;
					aPageNumber[679] = 363;
					aPageNumber[680] = 363;
					aPageNumber[681] = 364;
					aPageNumber[682] = 364;
					aPageNumber[683] = 365;
					aPageNumber[684] = 365;
					aPageNumber[685] = 365;
					aPageNumber[686] = 365;
					aPageNumber[687] = 365;
					aPageNumber[688] = 366;
					aPageNumber[689] = 366;
					aPageNumber[690] = 366;
					aPageNumber[691] = 366;
					aPageNumber[692] = 368;
					aPageNumber[693] = 369;
					aPageNumber[694] = 371;
					aPageNumber[695] = 379;
					aPageNumber[696] = 358;
					aPageNumber[697] = 379;
					aPageNumber[698] = 379;
					aPageNumber[699] = 103;
					aPageNumber[700] = 379;
					aPageNumber[701] = 380;
					aPageNumber[702] = 260;
					aPageNumber[703] = 260;
					aPageNumber[704] = 382;
					aPageNumber[705] = 382;
					aPageNumber[706] = 382;
					aPageNumber[707] = 382;
					aPageNumber[708] = 382;
					aPageNumber[709] = 383;
					aPageNumber[710] = 383;
					aPageNumber[711] = 383;
					aPageNumber[712] = 385;
					aPageNumber[713] = 385;
					aPageNumber[714] = 385;
					aPageNumber[715] = 385;
					aPageNumber[716] = 385;
					aPageNumber[717] = 385;
					aPageNumber[718] = 386;
					aPageNumber[719] = 386;
					aPageNumber[720] = 388;
					aPageNumber[721] = 388;
					aPageNumber[722] = 388;
					aPageNumber[723] = 393;
					aPageNumber[724] = 393;
					aPageNumber[725] = 393;
					aPageNumber[726] = 393;
					aPageNumber[727] = 393;
					aPageNumber[728] = 393;
					aPageNumber[729] = 395;
					aPageNumber[730] = 395;
					aPageNumber[731] = 396;
					aPageNumber[732] = 396;
					aPageNumber[733] = 398;
					aPageNumber[734] = 40;
					aPageNumber[735] = 398;
					aPageNumber[736] = 398;
					aPageNumber[737] = 400;
					aPageNumber[738] = 402;
					aPageNumber[739] = 402;
					aPageNumber[740] = 402;
					aPageNumber[741] = 404;
					aPageNumber[742] = 404;
					aPageNumber[743] = 404;
					aPageNumber[744] = 404;
					aPageNumber[745] = 41;
					aPageNumber[746] = 404;
					aPageNumber[747] = 41;
					aPageNumber[748] = 405;
					aPageNumber[749] = 405;
					aPageNumber[750] = 406;
					aPageNumber[751] = 406;
					aPageNumber[752] = 406;
					break;
			}
			break;
		case 2 : 
			switch(document.getElementById("languages").selectedIndex) {
				case 0 : 
					aPageNumber = new Array(180);
					aPageNumber[0] = 10;
					aPageNumber[1] = 9;
					aPageNumber[2] = 11;
					aPageNumber[3] = 12;
					aPageNumber[4] = 13;
					aPageNumber[5] = 14;
					aPageNumber[6] = 15;
					aPageNumber[7] = 16;
					aPageNumber[8] = 17;
					aPageNumber[9] = 18;
					aPageNumber[10] = 19;
					aPageNumber[11] = 20;
					aPageNumber[12] = 21;
					aPageNumber[13] = 22;
					aPageNumber[14] = 23;
					aPageNumber[15] = 24;
					aPageNumber[16] = 25;
					aPageNumber[17] = 26;
					aPageNumber[18] = 27;
					aPageNumber[19] = 28;
					aPageNumber[20] = 29;
					aPageNumber[21] = 30;
					aPageNumber[22] = 31;
					aPageNumber[23] = 32;
					aPageNumber[24] = 33;
					aPageNumber[25] = 34;
					aPageNumber[26] = 35;
					aPageNumber[27] = 36;
					aPageNumber[28] = 37;
					aPageNumber[29] = 38;
					aPageNumber[30] = 39;
					aPageNumber[31] = 40;
					aPageNumber[32] = 41;
					aPageNumber[33] = 42;
					aPageNumber[34] = 43;
					aPageNumber[35] = 44;
					aPageNumber[36] = 45;
					aPageNumber[37] = 46;
					aPageNumber[38] = 47;
					aPageNumber[39] = 48;
					aPageNumber[40] = 49;
					aPageNumber[41] = 50;
					aPageNumber[42] = 51;
					aPageNumber[43] = 52;
					aPageNumber[44] = 53;
					aPageNumber[45] = 54;
					aPageNumber[46] = 55;
					aPageNumber[47] = 56;
					aPageNumber[48] = 57;
					aPageNumber[49] = 58;
					aPageNumber[50] = 59;
					aPageNumber[51] = 60;
					aPageNumber[52] = 61;
					aPageNumber[53] = 62;
					aPageNumber[54] = 63;
					aPageNumber[55] = 64;
					aPageNumber[56] = 65;
					aPageNumber[57] = 66;
					aPageNumber[58] = 67;
					aPageNumber[59] = 68;
					aPageNumber[60] = 69;
					aPageNumber[61] = 70;
					aPageNumber[62] = 71;
					aPageNumber[63] = 72;
					aPageNumber[64] = 73;
					aPageNumber[65] = 74;
					aPageNumber[66] = 75;
					aPageNumber[67] = 76;
					aPageNumber[68] = 77;
					aPageNumber[69] = 78;
					aPageNumber[70] = 79;
					aPageNumber[71] = 80;
					aPageNumber[72] = 81;
					aPageNumber[73] = 82;
					aPageNumber[74] = 83;
					aPageNumber[75] = 84;
					aPageNumber[76] = 85;
					aPageNumber[77] = 86;
					aPageNumber[78] = 87;
					aPageNumber[79] = 88;
					aPageNumber[80] = 89;
					aPageNumber[81] = 90;
					aPageNumber[82] = 91;
					aPageNumber[83] = 92;
					aPageNumber[84] = 93;
					aPageNumber[85] = 94;
					aPageNumber[86] = 95;
					aPageNumber[87] = 96;
					aPageNumber[88] = 97;
					aPageNumber[89] = 98;
					aPageNumber[90] = 99;
					aPageNumber[91] = 100;
					aPageNumber[92] = 101;
					aPageNumber[93] = 102;
					aPageNumber[94] = 103;
					aPageNumber[95] = 104;
					aPageNumber[96] = 105;
					aPageNumber[97] = 106;
					aPageNumber[98] = 107;
					aPageNumber[99] = 108;
					aPageNumber[100] = 109;
					aPageNumber[101] = 110;
					aPageNumber[102] = 111;
					aPageNumber[103] = 112;
					aPageNumber[104] = 113;
					aPageNumber[105] = 114;
					aPageNumber[106] = 115;
					aPageNumber[107] = 116;
					aPageNumber[108] = 117;
					aPageNumber[109] = 118;
					aPageNumber[110] = 119;
					aPageNumber[111] = 120;
					aPageNumber[112] = 121;
					aPageNumber[113] = 122;
					aPageNumber[114] = 123;
					aPageNumber[115] = 124;
					aPageNumber[116] = 125;
					aPageNumber[117] = 126;
					aPageNumber[118] = 127;
					aPageNumber[119] = 128;
					aPageNumber[120] = 129;
					aPageNumber[121] = 130;
					aPageNumber[122] = 132;
					aPageNumber[123] = 133;
					aPageNumber[124] = 134;
					aPageNumber[125] = 135;
					aPageNumber[126] = 136;
					aPageNumber[127] = 137;
					aPageNumber[128] = 138;
					aPageNumber[129] = 139;
					aPageNumber[130] = 140;
					aPageNumber[131] = 141;
					aPageNumber[132] = 142;
					aPageNumber[133] = 143;
					aPageNumber[134] = 144;
					aPageNumber[135] = 145;
					aPageNumber[136] = 146;
					aPageNumber[137] = 147;
					aPageNumber[138] = 148;
					aPageNumber[139] = 149;
					aPageNumber[140] = 151;
					aPageNumber[141] = 152;
					aPageNumber[142] = 153;
					aPageNumber[143] = 154;
					aPageNumber[144] = 155;
					aPageNumber[145] = 156;
					aPageNumber[146] = 157;
					aPageNumber[147] = 158;
					aPageNumber[148] = 159;
					aPageNumber[149] = 160;
					aPageNumber[150] = 161;
					aPageNumber[151] = 162;
					aPageNumber[152] = 150;
					aPageNumber[153] = 163;
					aPageNumber[154] = 164;
					aPageNumber[155] = 165;
					aPageNumber[156] = 166;
					aPageNumber[157] = 167;
					aPageNumber[158] = 168;
					aPageNumber[159] = 169;
					aPageNumber[160] = 170;
					aPageNumber[161] = 171;
					aPageNumber[162] = 172;
					aPageNumber[163] = 173;
					aPageNumber[164] = 174;
					aPageNumber[165] = 175;
					aPageNumber[166] = 176;
					aPageNumber[167] = 177;
					aPageNumber[168] = 178;
					aPageNumber[169] = 179;
					aPageNumber[170] = 180;
					aPageNumber[171] = 181;
					aPageNumber[172] = 182;
					aPageNumber[173] = 183;
					aPageNumber[174] = 184;
					aPageNumber[175] = 185;
					aPageNumber[176] = 186;
					aPageNumber[177] = 187;
					aPageNumber[178] = 188;
					aPageNumber[179] = 189;
					break;
			}
			break;
	}
}
function GetStartAndEndPageNumbers() {
	iStartPageNumber = 0;
	iEndPageNumber = 0;
	switch(document.getElementById("sections").selectedIndex) {
		case 0 : 
			switch(document.getElementById("languages").selectedIndex) {
			}
			break;
		case 1 : 
			switch(document.getElementById("languages").selectedIndex) {
				case 0 : 
					iStartPageNumber = 1; iEndPageNumber = 406;
					break;
			}
			break;
		case 2 : 
			switch(document.getElementById("languages").selectedIndex) {
				case 0 : 
					iStartPageNumber = 10; iEndPageNumber = 189;
					break;
			}
			break;
	}
}
function GetPageNumberBasedOnContentIndex() { iCurrentPageNumber = aPageNumber[document.getElementById("contents").selectedIndex]; }

function UpdateDataBasedOnContentList() {
	GetPageNumberBasedOnContentIndex();
	document.getElementById("pagenumberinput").value = iCurrentPageNumber;
	document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
	bHighlightResult = false;
	RefreshView();
	aValue = new Array(3);
	aValue[0] = String(iCurrentPageNumber);
	aValue[1] = "0";
	aValue[2] = "0";
	UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
	aValue = new Array(3);
	aValue[0] = document.getElementById("contents").value;
	aValue[1] = String(iCurrentPageNumber);
	aValue[2] = "0";
	UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "CONTENT");
	aValue = null;
}
function ClearHistoryClick() { iNumberOfHistoryClick = 0; }

function ChangePageBasedOnHistory() {
	iNumberOfHistoryClick++;
	if(aHistory[document.getElementById("sections").selectedIndex].length > 0 && iNumberOfHistoryClick > 1) {
		iCurrentPageNumber = aHistory[document.getElementById("sections").selectedIndex][window.frames["generaltab"].document.getElementById("historylist").selectedIndex];
		if(document.getElementById("pagenumberinput").value != iCurrentPageNumber) {
			document.getElementById("pagenumberinput").value = iCurrentPageNumber;
			document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
			RefreshGeneralBanner();
			RefreshHeadingSpecificBanner();
			UpdateSRCInIFrameViewPage();
			aValue = new Array(3);
			aValue[0] = String(iCurrentPageNumber);
			aValue[1] = "0";
			aValue[2] = "0";
			UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
			aValue = null;
		}
	}
}
function ChangeSectionAndPageBasedOnSectionAndPage(sSection, sPage) {
	var iSectionIndex = -1;
	if("FRONT COVER" == trim(sSection).toUpperCase())
		iSectionIndex = 0;
	if("YELLOW PAGES" == trim(sSection).toUpperCase())
		iSectionIndex = 1;
	if("WHITE PAGES" == trim(sSection).toUpperCase())
		iSectionIndex = 2;
	if(iSectionIndex >= 0) {
		sJumpBackSection = String(document.getElementById("sections").value);
		sJumpBackPage = document.getElementById("pagenumberinput").value;
		document.getElementById("sections").selectedIndex = iSectionIndex;
		GetStartAndEndPageNumbers();
		iCurrentPageNumber = parseInt(trim(sPage));
		document.getElementById("pagenumberinput").value = iCurrentPageNumber;
		document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
		PopulateContent();
	}
}
function RefreshBanner() {
	RefreshGeneralBanner();
	RefreshHeadingSpecificBanner();
}
function previouspage() {
	bHighlightResult = false;
	iCurrentPageNumber--;
	if(iStartPageNumber > iCurrentPageNumber) {
		if(0 == document.getElementById("sections").selectedIndex) {
			document.getElementById("sections").selectedIndex = (iNumberOfSections-1);
		}else {
			document.getElementById("sections").selectedIndex = document.getElementById("sections").selectedIndex-1;
		}
		GetStartAndEndPageNumbers();
		PopulateContent();
		iCurrentPageNumber = iEndPageNumber;
	}
	document.getElementById("pagenumberinput").value = iCurrentPageNumber;
	document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
	RefreshView();
	aValue = new Array(3);
	aValue[0] = String(iCurrentPageNumber);
	aValue[1] = "0";
	aValue[2] = "0";
	UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
	aValue = null;
}
function RefreshView() {
	RefreshBanner();
	GetMaximumHeightAndWidth();
	UpdatePageHeightAndWidth();
	UpdateSRCInIFrameViewPage();
	AddHistoryBasedOnSection();
	PopulateHistoryBasedOnSection();
	if(iGeneralTab == 2)
		window.frames["generaltab"].document.getElementById("divhistorylist").innerHTML = sOptionStatement;
}
function nextpage() {
	bHighlightResult = false;
	iCurrentPageNumber++;
	if(iEndPageNumber < iCurrentPageNumber) {
		if((iNumberOfSections-1) == document.getElementById("sections").selectedIndex) {
			document.getElementById("sections").selectedIndex = 0;
		}else {
			document.getElementById("sections").selectedIndex = document.getElementById("sections").selectedIndex+1;
		}
		GetStartAndEndPageNumbers();
		PopulateContent();
		iCurrentPageNumber = iStartPageNumber;
	}
	document.getElementById("pagenumberinput").value = iCurrentPageNumber;
	document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
	RefreshView();
	aValue = new Array(3);
	aValue[0] = String(iCurrentPageNumber);
	aValue[1] = "0";
	aValue[2] = "0";
	UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
	aValue = null;
}
function ChangeView() {
	if(iCurrentPageNumber.length == 0 || iCurrentPageNumber == 0) {
		if(bSearchAllSections == false) alert("Search Not Found");
	} else {
	if(iStartPageNumber > iCurrentPageNumber || iEndPageNumber < iCurrentPageNumber) {
		if(iStartPageNumber > iCurrentPageNumber){ 
			alert("The starting page number is: " + iCurrentPageNumber);
			iCurrentPageNumber = iStartPageNumber;
		} else {
			iCurrentPageNumber = iEndPageNumber;
			alert("The ending page number is: " + iCurrentPageNumber);
		}
		document.getElementById("pagenumberinput").value = iCurrentPageNumber;
		document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
	} else {
		document.getElementById("pagenumberinput").value = iCurrentPageNumber;
		document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
	}
	RefreshView();
	aValue = new Array(3);
	aValue[0] = String(iCurrentPageNumber);
	aValue[1] = "0";
	aValue[2] = "0";
	UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
	aValue = null;
	}
}
function zoomout() {
	var iCurrentZoomLevel = iZoomLevel;
	iCurrentZoomLevel--;
	if(iCurrentZoomLevel >= 1) {
		MoveZoomLevelDown();
		GetMaximumHeightAndWidth();
		UpdatePageHeightAndWidth();
		UpdateSRCInIFrameViewPage();
	}
}
function zoomin() {
	var iCurrentZoomLevel = iZoomLevel;
	iCurrentZoomLevel++;
	if(iCurrentZoomLevel <= 5) {
		MoveZoomLevelUp();
		GetMaximumHeightAndWidth();
		UpdatePageHeightAndWidth();
		UpdateSRCInIFrameViewPage();
	}
}
function printpage() {
	aValue = new Array(3);
	aValue[0] = String(iCurrentPageNumber);
	aValue[1] = "0";
	aValue[2] = "0";
	UpdateVisitOnStatistics(1, aValue, GetCurrentSectionName(), "PAGE");
	aValue = null;
	window.open(sCurrentSRCForPrinter);
}
function emailpage() { PopUpEmailSystem(); }

function jumpback() {
	if(sJumpBackSection.length > 0 && sJumpBackPage.length > 0) {
		ChangeSectionAndPageBasedOnSectionAndPage(sJumpBackSection, sJumpBackPage);
		sJumpBackSection = "";
		sJumpBackPage = "";
	}
}
function showhideleftside() {
	if(bHide == false) {
		document.getElementById("showhide").value = sShowWord;
		document.getElementById("rightside").style.left = "0px";
		document.getElementById("logoandmenu").style.display = "none";
		bHide = true;
	} else {
		document.getElementById("showhide").value = sHideWord;
		document.getElementById("rightside").style.left = sLeftSideWidth;
		document.getElementById("logoandmenu").style.display = "block";
		bHide = false;
	}
}
function closeddirectory() { alert("Not Available"); }

function numbersonly(myfield, e, dec) {
	var key;
	var keychar;
	if (window.event)
		key = window.event.keyCode;
	else if (e) 
		key = e.which;
	else
		return true;
	if (key == 13) {
		iCurrentPageNumber = myfield.value;
		bHighlightResult = false;
		ChangeView();
		return false;
	}else{
		keychar = String.fromCharCode(key);
		if((key==null) || (key==0) || (key==8) || (key==9) || (key==13) || (key==27))
			return true;
		else if ((("0123456789").indexOf(keychar) > -1))
			return true;
		else if (dec && (keychar == ".")) {
			myfield.form.elements[dec].focus();
			return false; 
		}else
			 return false;
	}
}
function ChangePageBasedOnPageNumber(iPageNumber) {
	iCurrentPageNumber = iPageNumber;
	ChangeView();
}
function UpdateSRCInIFrameViewPage() {
	var iRightSideWidth = iClientWidth-270;
	sCurrentSRCForViewPage = "";
	sCurrentSRCForPrinter = "";
	switch(document.getElementById("sections").selectedIndex) {
		case 0 : 
			sCurrentSRCForViewPage = "/MC_CD_PARADISE/CD_INFORMATION/FRONT COVER/";
			break;
		case 1 : 
			sCurrentSRCForViewPage = "/MC_CD_PARADISE/CD_EPPYP11_Yellow/";
			break;
		case 2 : 
			sCurrentSRCForViewPage = "/MC_CD_PARADISE/CD_eppyp11-white_White/";
			break;
	}
	sCurrentSRCForViewPage += "LCTPAGE";
	sCurrentSRCForViewPage += iCurrentPageNumber;
	sCurrentSRCForPrinter += ".HTML";
	sCurrentSRCForViewPage += ".HTML";
	sCurrentSRCForPrinter = sCurrentSRCForViewPage;
	var sifrmViewPage = "<iframe id='ifrmViewPage' name='ifrmViewPage'";
	sifrmViewPage += " src='" + sCurrentSRCForViewPage + "' scrolling='no' width='100%' height='100%' frameborder='0'></iframe>";
	document.getElementById("viewpage").style.height = sCurrentPageHeight + "px";
	document.getElementById("viewpage").style.width = sCurrentPageWidth + "px";
	document.getElementById("viewpage").style.overflow = "hidden";
	document.getElementById("rightside").style.width = sCurrentPageWidth + "px";
	document.getElementById("viewpage").innerHTML = sifrmViewPage;
}
function Waiting() {
	document.body.style.cursor="wait";
	oWaiting=setTimeout("Waiting()",1000);
}
function ClearWaiting() {
	clearTimeout(oWaiting);
	document.body.style.cursor="default";
}
function SetSearchAllSectionsValue(pbSearchAllSections) {
	bSearchAllSections = pbSearchAllSections;
}
function UpdateVisitOnStatistics(iInfoIndex, sValue, sSectionName, sStatisticsPart) {
	UpdateStatisticsOnServer('/MC_CD_PARADISE/MCStatisticsServer.aspx', iInfoIndex, sValue, sSectionName, sStatisticsPart);
}
function Search(sInputValue, sSearchType, bSmartSearch, poResultList){
	sSearchTypeForStatistics = sSearchType;
	bFound = false;
	var iCurrentSectionIndex = document.getElementById("sections").selectedIndex;
	aListOfResults = null;
	oResultList = poResultList;
	if(bSearchAllSections == true) {
		var iNumberOfLoop = 0;
		while(!bFound) {
			Waiting();
			get_the_file('/MC_CD_PARADISE/MCSearchServer.aspx', 'false',sInputValue, sSearchType, bSmartSearch);
			if(bFound) break;
			iNumberOfLoop++;
			if(iNumberOfLoop == iNumberOfSections) {
				document.getElementById("sections").selectedIndex = iCurrentSectionIndex;
				GetStartAndEndPageNumbers();
				PopulateContent();
				iCurrentPageNumber = iStartPageNumber;
				document.getElementById("pagenumberinput").value = iCurrentPageNumber;
				document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
				RefreshGeneralBanner();
				RefreshHeadingSpecificBanner();
				break;
			}
			if((iNumberOfSections-1) == document.getElementById("sections").selectedIndex){
				document.getElementById("sections").selectedIndex = 0;
			}else {
				document.getElementById("sections").selectedIndex = document.getElementById("sections").selectedIndex+1;
			}
			GetStartAndEndPageNumbers();
			PopulateContent();
			iCurrentPageNumber = iStartPageNumber;
			document.getElementById("pagenumberinput").value = iCurrentPageNumber;
			document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
			RefreshGeneralBanner();
			RefreshHeadingSpecificBanner();
			PopulateHistoryBasedOnSection();
		}
		if(!bFound)
			alert("Search not found");
	} else {
		Waiting();
		get_the_file('/MC_CD_PARADISE/MCSearchServer.aspx', 'false',sInputValue, sSearchType, bSmartSearch);
	}
	ClearWaiting();
	bSearchAllSections = false;
}
function search(psInputValue, piSectionIndex, poResultList, psSectionName, pbSearchAllSections) {
	document.getElementById("sections").selectedIndex = piSectionIndex;
	var formofsearchinput = null;
	if ( poResultList.contentDocument ) {
		formofsearchinput = poResultList.contentDocument.getElementById('searchinput');
	} else if ( poResultList.contentWindow ) {
		formofsearchinput = poResultList.contentWindow.document.getElementById('searchinput');
	}
	formofsearchinput.value = psInputValue;
	if(pbSearchAllSections)
		bSearchAllSections = true;
	else
		bSearchAllSections = false;
	var form = null;
	if ( poResultList.contentDocument ) {
		form = poResultList.contentDocument.getElementById('divresultlist');
	} else if ( poResultList.contentWindow ) {
		form = poResultList.contentWindow.document.getElementById('divresultlist');
	}
	Search(psInputValue, "ALL", false, form);
	if(HasSearchReturnedAnyResult()) {
		document.getElementById('divmainsearchpage').style.display = "none";
		document.getElementById('maindirectory').style.display = "block";
		GetStartAndEndPageNumbers();
		PopulateContent();
		iCurrentPageNumber = iStartPageNumber;
		document.getElementById("pagenumberinput").value = iCurrentPageNumber;
		document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
		RefreshGeneralBanner();
		RefreshHeadingSpecificBanner();
		PopulateHistoryBasedOnSection();
		ChangePageBasedOnResult(0);
		aValue = new Array(3);
		aValue[0] = String(iCurrentPageNumber);
		aValue[1] = "0";
		aValue[2] = "0";
		UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
		aValue = null;
	}else {
		if(bIfNotFoundGoToDirectoryDirectly) {
			document.getElementById('divmainsearchpage').style.display = "none";
			document.getElementById('maindirectory').style.display = "block";
			GetStartAndEndPageNumbers();
			PopulateContent();
			iCurrentPageNumber = iStartPageNumber;
			document.getElementById("pagenumberinput").value = iCurrentPageNumber;
			document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
			RefreshGeneralBanner();
			RefreshHeadingSpecificBanner();
			PopulateHistoryBasedOnSection();
			aValue = new Array(3);
			aValue[0] = String(iCurrentPageNumber);
			aValue[1] = "0";
			aValue[2] = "0";
			UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
			aValue = null;
		}else {
		}
	}
}

function NextSearch(sInputValue, sSearchType, bSmartSearch,iResultIndex, poResultList){
	iResultIndex++;
	if(aListOfResults.length-1 <= iResultIndex && bSearchAllSections == true) {
		if((iNumberOfSections-1) == document.getElementById("sections").selectedIndex){
			document.getElementById("sections").selectedIndex = 0;
		}else {
			document.getElementById("sections").selectedIndex = document.getElementById("sections").selectedIndex+1;
		}
		GetStartAndEndPageNumbers();
		PopulateContent();
		iCurrentPageNumber = iStartPageNumber;
		document.getElementById("pagenumberinput").value = iCurrentPageNumber;
		document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
		RefreshGeneralBanner();
		RefreshHeadingSpecificBanner();
		PopulateHistoryBasedOnSection();
		Search(sInputValue, sSearchType, bSmartSearch, oResultList);
	}else {
		if(aListOfResults.length-1 <= iResultIndex && bSearchAllSections == false)
			iResultIndex = 0;
		poResultList.selectedIndex = iResultIndex;
		ChangePageBasedOnResult(iResultIndex);
	}
}
function SetHighlightValue(iResultIndex) {
	iXPosition = parseInt(GetXPositionBasedOnResultInNumbers(iResultIndex)*fScale);
	iXPosition += parseInt(GetHalfWidthPositionBasedOnResultInNumbers(iResultIndex)*fScale);
	iYPosition = parseInt(GetYPositionBasedOnResultInNumbers(iResultIndex)*fScale);
	iYPosition += parseInt(GetHalfHeightPositionBasedOnResultInNumbers(iResultIndex)*fScale);
}
function createRequestObject(){
	var ro = null;
	var browser = navigator.appName;
	if(browser == "Microsoft Internet Explorer"){
		ro = new ActiveXObject("Microsoft.XMLHTTP");
	} else {
		if(window.XMLHttpRequest) {
			ro = new XMLHttpRequest();
		} else if(window.ActiveXObject) {
			ro = new ActiveXObject("Microsoft.XMLHTTP");
		}
	}
	return ro;
}
function UpdateStatisticsOnServer(sHTMLFilename, iInfoIndex, sValue, sSectionName, sStatisticsPart) {
	http = createRequestObject();
	if(http != null) {
		
		var sCommand = sHTMLFilename + "?sectionname=" + escape(sSectionName);
		for(iC = 0; iC < sValue.length; iC++)
			sCommand += "&value=" + escape(sValue[iC]);
		sCommand += "&infoindex=" + escape(iInfoIndex);
		sCommand += "&statisticspart=" + escape(sStatisticsPart);
		http.open('post', sCommand, false);
		http.send(null);
		handleResponseForStatistics();
	}
}
function handleResponseForStatistics(){
	if(http != null && http.readyState == 4){
		ClearWaiting();
		var sErrorMessage = http.responseText;
		sErrorMessage = trim(sErrorMessage);
		if(sErrorMessage.length > 0) {
		}
	}
}
function get_the_file(sHTMLFilename, sNextSearch, sInputValue, sSearchType, bSmartSearch){
	http = createRequestObject();
	if(http != null) {
		var sCommand = sHTMLFilename + "?input=" + escape(sInputValue);
		sCommand += "&searchtype=" + escape(sSearchType);
		sCommand += "&sectionname=" + escape(aSectionNames[document.getElementById("sections").selectedIndex]);
		sCommand += "&sectionindex=" + escape(document.getElementById("sections").selectedIndex);
		sCommand += "&smartsearch=" + bSmartSearch;
		sCommand += "&nextsearch=" + sNextSearch;
		sCommand += "&paidkeywordsfirst=" + "True";
		if(bSearchAllSections == false){
			http.open('get', sCommand, false);
			http.send(null);
			handleResponse();
		}else{
			http.open('get', sCommand, false);
			http.send(null);
			handleResponse();
		}
	}
	Waiting();
}

function ProcessEmail(sHTMLFilename, sToEmailAddress, sFromEmailAddress, sSubject, sMessage, sSectionIndex, sFilename) {
	http = createRequestObject();
	if(http != null) {
		var sCommand = sHTMLFilename + "?toemailaddress=" + escape(sToEmailAddress);
		sCommand += "&fromemailaddress=" + escape(sFromEmailAddress);
		sCommand += "&subject=" + escape(sSubject);
		sCommand += "&message=" + escape(sMessage);
		sCommand += "&sectionindex=" + escape(sSectionIndex);
		sCommand += "&filename=" + escape(sFilename);
		http.open('get', sCommand, false);
		http.send(null);
		handleResponseForEmail();
	}
	Waiting();
}
function handleResponseForEmail(){
	if(http != null && http.readyState == 4){
		ClearWaiting();
		http.responseText;
	}
}
function handleResponse(){
	if(http != null && http.readyState == 4){
		ClearWaiting();
		htmlfiledata = http.responseText;
		aListOfResults = null;
		htmlfiledata = trim(htmlfiledata);
		sResultOptionStatement = "";
		if(htmlfiledata.length > 0) {
			aListOfResults = htmlfiledata.split(":PATRICKSEPARATOR:");
			sResultOptionStatement = aListOfResults[1];
			aListOfResults = aListOfResults[0].split(";");
			bFound = true;
			if(aListOfResults != null && sSearchTypeForStatistics == "CLASSIFICATION") {
				aValue = new Array(2);
				for(i = 0; i < aListOfResults.length; i++) {
					aValue[0] = aListOfResults[i];
					aValue[1] = "0";
					UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "CLASSIFICATION");
				}
				aValue = null;
			}
		} else {
			bFound = false;
			if(bSearchAllSections == false)
				alert("Search not found");
		}
		oResultList.innerHTML = sResultOptionStatement;
		if(aListOfResults != null && sSearchTypeForStatistics == "CLASSIFICATION") {
			var i = 0;
			for(i = 0; i < aListOfResults.length; i++) {
				aValue = new Array(2);
				aValue[0] = aListOfResults[i];
				aValue[1] = "0";
				UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "CLASSIFICATION");
				aValue = null;
			}
		}
		ChangePageBasedOnResult(0);
		http = null;
	}
}
function HasSearchReturnedAnyResult() {
	if(aListOfResults == null)
		return false;
	else {
	if(aListOfResults.length > 0)
		return true;
	else
		return false;
	}
}
function ChangePageBasedOnResult(iResultIndex) {
	SetHighlightValue(iResultIndex);
	bHighlightResult = true;
	ChangePageBasedOnPageNumber(GetPageNumberBasedOnResultInNumbers(iResultIndex));
	if(aListOfResults != null && sSearchTypeForStatistics == "CLASSIFICATION") {
		aValue = new Array(2);
		aValue[0] = aListOfResults[iResultIndex];
		aValue[1] = "0";
		UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "CLASSIFICATION");
		aValue = null;
	}
	if(aListOfResults != null && sSearchTypeForStatistics == "LISTING") {
		aValue = new Array(2);
		aValue[0] = aListOfResults[iResultIndex];
		aValue[1] = "0";
		UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "LISTING");
		aValue = null;
	}
	if(aListOfResults != null && sSearchTypeForStatistics == "KEYWORDS") {
		aValue = new Array(2);
		aValue[0] = aListOfResults[iResultIndex];
		aValue[1] = "0";
		UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "KEYWORDS");
		aValue = null;
	}
}
function GetPageNumberBasedOnResultInNumbers(iIndex) {
	if(aListOfResults != null && aListOfResults.length > 0) {
		var aSplitValue = aListOfResults[iIndex].split('-');
		return aSplitValue[0];
	} else {
		return iStartPageNumber;
	}
}
function GetXPositionBasedOnResultInNumbers(iIndex) {
	if(aListOfResults != null && aListOfResults.length > 0) {
		var aSplitValue = aListOfResults[iIndex].split('-');
		return aSplitValue[1];
	} else {
		return 0;
	}
}
function GetYPositionBasedOnResultInNumbers(iIndex) {
	if(aListOfResults != null && aListOfResults.length > 0) {
		var aSplitValue = aListOfResults[iIndex].split('-');
		return aSplitValue[2];
	} else {
		return 0;
	}
}
function GetHalfWidthPositionBasedOnResultInNumbers(iIndex) {
	if(aListOfResults != null && aListOfResults.length > 0) {
		var aSplitValue = aListOfResults[iIndex].split('-');
		return (aSplitValue[3]/2);
	} else {
		return 0;
	}
}
function GetHalfHeightPositionBasedOnResultInNumbers(iIndex) {
	if(aListOfResults != null && aListOfResults.length > 0) {
		var aSplitValue = aListOfResults[iIndex].split('-');
		return (aSplitValue[4]/2);
	} else {
		return 0;
	}
}
function init() {
	GetBrowserSize();
	var iRightSideWidth = iClientWidth-270;
	document.getElementById("rightside").style.position = "absolute";
	document.getElementById("rightside").style.left = "270px";
	document.getElementById("rightside").style.border = "none";
	document.getElementById("rightside").style.padding = "0px";
	document.getElementById("rightside").style.width = iRightSideWidth + "px";
	sLeftSideWidth = "270px";
	document.getElementById("mainbuttons").style.position = "relative";
	document.getElementById("mainbuttons").style.left = "0px";
	document.getElementById("mainbuttons").style.margin = "0px";
	document.getElementById("mainbuttons").style.top = "0px";
	document.getElementById("mainbuttons").style.border = "none";
	document.getElementById("mainbuttons").style.border.width = "thin";
	document.getElementById("mainbuttons").style.width = "100%";
	document.getElementById("mainbuttons").style.padding = "0px";
	document.getElementById("mainbuttons").style.background = "rgb(126,163,207)";
	document.getElementById("viewpage").style.position = "relative";
	document.getElementById("viewpage").style.overflow = "auto";
	document.getElementById("viewpage").style.border = "none";
	document.getElementById("viewpage").style.border.width = "thin";
	document.getElementById("viewpage").style.width = "100%";
	document.getElementById("viewpage").style.padding = "0px";
	document.getElementById("viewpage").style.left = "0px";
	document.getElementById("viewpage").style.top = "0px";
	SetAllHistoryToNull();
	CheckCookiesEnabled();
	PopulateContent();
	RefreshGeneralBanner();
	RefreshHeadingSpecificBanner();
	SetUpFavoriteBasedOnCookie();
	UpdateSRCInIFrameViewPage();
	aValue = new Array(2);
	aValue[0] = "CURRENTBOOK";
	aValue[1] = "0";
	UpdateVisitOnStatistics(1,aValue, "", "BOOK");
	aValue = null;
}
function jumptosection(sectionname) {
	var iIndexValue = getSectionIndexBasedOnSectionName(sectionname);
	if(iIndexValue >= 0) {
		document.getElementById("sections").selectedIndex = iIndexValue;
		document.getElementById('maindirectory').style.display = "block";
		document.getElementById('divmainsearchpage').style.display = "none";
		PopulateContent();
		MoveToSpecificPosition(0, 0);
	}
}
function getSectionIndexBasedOnSectionName(sectionname) {
	var iIndexValue = -1;
	if(sectionname == "FRONT COVER")
		iIndexValue = 0;
	if(sectionname == "YELLOW PAGES")
		iIndexValue = 1;
	if(sectionname == "WHITE PAGES")
		iIndexValue = 2;
	return iIndexValue;
}
function jumptosectionandcontent(sectionname, contentname) {
	var iIndexValueForSection = getSectionIndexBasedOnSectionName(sectionname);
	var iIndexValueForContent = getContentIndexBasedOnSectionNameAndContentName(sectionname, contentname);
	if(iIndexValueForContent >= 0) {
		document.getElementById("sections").selectedIndex = iIndexValueForSection;
		document.getElementById('maindirectory').style.display = "block";
		document.getElementById('divmainsearchpage').style.display = "none";
		PopulateContent();
		document.getElementById("contents").selectedIndex = iIndexValueForContent;
		UpdateDataBasedOnContentList();
		MoveToSpecificPosition(0, 0);
	}
}
function getContentIndexBasedOnSectionNameAndContentName(sectionname, contentname) {
	var iIndexValue = getSectionIndexBasedOnSectionName(sectionname);
	var iContentIndexValue = -1;
	if(iIndexValue >= 0) {
		switch(iIndexValue) {
			case 1:
				if(contentname == "ACCOUNTANTS-CERTIFIED PUBLIC") iContentIndexValue = 0;
				if(contentname == "ACUPRESSURE") iContentIndexValue = 1;
				if(contentname == "ACUPUNCTURE") iContentIndexValue = 2;
				if(contentname == "ADVERTISING AGENCIES & COUNSELORS") iContentIndexValue = 3;
				if(contentname == "ADVERTISING-DIRECT MAIL") iContentIndexValue = 4;
				if(contentname == "ADVERTISING-NEWSPAPER") iContentIndexValue = 5;
				if(contentname == "ADVERTISING-PROMOTIONAL PRODUCTS") iContentIndexValue = 6;
				if(contentname == "ADVERTISING-SPECIALTIES") iContentIndexValue = 7;
				if(contentname == "ADVERTISING-YELLOW PAGES") iContentIndexValue = 8;
				if(contentname == "AIR CONDITIONING CONTRACTORS") iContentIndexValue = 9;
				if(contentname == "AIR CONDITIONING-EQUIPMENT SYSTEMS PARTS SERVICE & REPAIR") iContentIndexValue = 10;
				if(contentname == "AIR DUCT & VENT CLEANING") iContentIndexValue = 11;
				if(contentname == "AIR DUCT-INSPECTION SERVICE") iContentIndexValue = 12;
				if(contentname == "AIRCRAFT-SERVICE & MAINTENANCE") iContentIndexValue = 13;
				if(contentname == "AIRLINES-TICKET AGENCIES") iContentIndexValue = 14;
				if(contentname == "AIRPORT TRANSPORTATION SERVICE") iContentIndexValue = 15;
				if(contentname == "AIRPORTS & AIRPORT OPERATIONS") iContentIndexValue = 16;
				if(contentname == "ALCOHOLISM INFORMATION & TREATMENT CENTERS") iContentIndexValue = 17;
				if(contentname == "ALL-TERRAIN VEHICLES") iContentIndexValue = 18;
				if(contentname == "ALTERATIONS-CLOTHING") iContentIndexValue = 19;
				if(contentname == "ALTERNATIVE MEDICINE-HEALING METHODS") iContentIndexValue = 20;
				if(contentname == "AMBULANCE SERVICE") iContentIndexValue = 21;
				if(contentname == "AMTRAK") iContentIndexValue = 22;
				if(contentname == "ANIMAL SHELTER & SUPPORT SERVICES") iContentIndexValue = 23;
				if(contentname == "ANTIQUES & COLLECTIBLES-DEALERS & CONSIGNMENTS") iContentIndexValue = 24;
				if(contentname == "APARTMENTS") iContentIndexValue = 25;
				if(contentname == "APPLIANCES-MAJOR-DEALERS-NEW") iContentIndexValue = 26;
				if(contentname == "APPLIANCES-MAJOR-DEALERS-USED") iContentIndexValue = 27;
				if(contentname == "APPLIANCES-MAJOR-SERVICE & REPAIR") iContentIndexValue = 28;
				if(contentname == "APPRAISERS") iContentIndexValue = 29;
				if(contentname == "ARBORISTS-CERTIFIED") iContentIndexValue = 30;
				if(contentname == "ARCHERY EQUIPMENT & SUPPLIES") iContentIndexValue = 31;
				if(contentname == "ART GALLERIES DEALERS & CONSULTANTS") iContentIndexValue = 32;
				if(contentname == "ART GOODS-RETAIL") iContentIndexValue = 33;
				if(contentname == "ART INSTRUCTION & SCHOOLS") iContentIndexValue = 34;
				if(contentname == "ARTISTS-COMMERCIAL") iContentIndexValue = 35;
				if(contentname == "ASPHALT & ASPHALT PRODUCTS") iContentIndexValue = 36;
				if(contentname == "ASPHALT CONTRACTORS") iContentIndexValue = 37;
				if(contentname == "ASSEMBLIES OF GOD") iContentIndexValue = 38;
				if(contentname == "ASSISTED LIVING FACILITIES") iContentIndexValue = 39;
				if(contentname == "ASSOCIATIONS") iContentIndexValue = 40;
				if(contentname == "ATTORNEYS") iContentIndexValue = 41;
				if(contentname == "AUDIOLOGISTS") iContentIndexValue = 42;
				if(contentname == "AUTOMOBILE AIR CONDITIONING-SERVICE & REPAIR") iContentIndexValue = 43;
				if(contentname == "AUTOMOBILE BODY REPAIRING & PAINTING") iContentIndexValue = 44;
				if(contentname == "AUTOMOBILE CUSTOMIZING") iContentIndexValue = 45;
				if(contentname == "AUTOMOBILE CUSTOMIZING") iContentIndexValue = 46;
				if(contentname == "AUTOMOBILE DEALERS-USED") iContentIndexValue = 47;
				if(contentname == "AUTOMOBILE DETAILING") iContentIndexValue = 48;
				if(contentname == "AUTOMOBILE DIAGNOSTIC SERVICE") iContentIndexValue = 49;
				if(contentname == "AUTOMOBILE DRIVE SHAFTS") iContentIndexValue = 50;
				if(contentname == "AUTOMOBILE ELECTRICAL SERVICE") iContentIndexValue = 51;
				if(contentname == "AUTOMOBILE OIL & LUBRICATION SERVICES") iContentIndexValue = 52;
				if(contentname == "AUTOMOBILE PARTS & ACCESSORIES-4X4 & OFF-ROAD") iContentIndexValue = 53;
				if(contentname == "AUTOMOBILE PARTS SUPPLIES & ACCESSORIES-NEW & USED") iContentIndexValue = 54;
				if(contentname == "AUTOMOBILE PARTS SUPPLIES & ACCESSORIES-WHLSE & MFRS") iContentIndexValue = 55;
				if(contentname == "AUTOMOBILE PERFORMANCE RACING & SPORTS CAR EQUIPMENT") iContentIndexValue = 56;
				if(contentname == "AUTOMOBILE SERVICE & REPAIR") iContentIndexValue = 57;
				if(contentname == "AUTOMOBILE SERVICE & REPAIR-4X4 & OFF-ROAD") iContentIndexValue = 58;
				if(contentname == "AUTOMOBILE SMOG BRAKE & LAMP INSPECTION & REPAIR") iContentIndexValue = 59;
				if(contentname == "AUTOMOBILE TOWING") iContentIndexValue = 60;
				if(contentname == "AUTOMOBILE UPHOLSTERY CLEANING") iContentIndexValue = 61;
				if(contentname == "AUTOMOBILE UPHOLSTERY SEAT COVERS & TOPS") iContentIndexValue = 62;
				if(contentname == "AWNINGS") iContentIndexValue = 63;
				if(contentname == "BAGELS") iContentIndexValue = 64;
				if(contentname == "BAHA'I FAITH") iContentIndexValue = 65;
				if(contentname == "BAIL BONDS") iContentIndexValue = 66;
				if(contentname == "BAKERS-RETAIL") iContentIndexValue = 67;
				if(contentname == "BANKS") iContentIndexValue = 68;
				if(contentname == "BANNERS") iContentIndexValue = 69;
				if(contentname == "BAPTIST") iContentIndexValue = 70;
				if(contentname == "BAPTIST-SOUTHERN") iContentIndexValue = 71;
				if(contentname == "BARBERS") iContentIndexValue = 72;
				if(contentname == "BARK & SOIL AMENDMENTS") iContentIndexValue = 73;
				if(contentname == "BATTERIES-STORAGE") iContentIndexValue = 74;
				if(contentname == "BATTERY-SUPPLY") iContentIndexValue = 75;
				if(contentname == "BEAUTY SALONS-BEAUTY SERVICES") iContentIndexValue = 76;
				if(contentname == "BEAUTY SUPPLIES & EQUIPMENT") iContentIndexValue = 77;
				if(contentname == "BED & BREAKFAST ACCOMMODATIONS") iContentIndexValue = 78;
				if(contentname == "BEDS") iContentIndexValue = 79;
				if(contentname == "BICYCLES") iContentIndexValue = 80;
				if(contentname == "BIRD HOSPITALS") iContentIndexValue = 81;
				if(contentname == "BLINDS-MINI VERTICAL & WOOD") iContentIndexValue = 82;
				if(contentname == "BLINDS-REPAIR & CLEANING") iContentIndexValue = 83;
				if(contentname == "BOATS-CATALOG ORDER SUPPLIES") iContentIndexValue = 84;
				if(contentname == "BOATS-COVERSTOPS & UPHOLSTERY") iContentIndexValue = 85;
				if(contentname == "BOATS-DEALERS") iContentIndexValue = 86;
				if(contentname == "BOATS-SERVICE & REPAIR") iContentIndexValue = 87;
				if(contentname == "BOOKBINDERS") iContentIndexValue = 88;
				if(contentname == "BOOKKEEPING SERVICES") iContentIndexValue = 89;
				if(contentname == "BOOKS-NEW") iContentIndexValue = 90;
				if(contentname == "BOOKS-USED & RARE") iContentIndexValue = 91;
				if(contentname == "BOUTIQUES") iContentIndexValue = 92;
				if(contentname == "BOWLING") iContentIndexValue = 93;
				if(contentname == "BOXES") iContentIndexValue = 94;
				if(contentname == "BRAKE SERVICES") iContentIndexValue = 95;
				if(contentname == "BRETHREN") iContentIndexValue = 96;
				if(contentname == "BREWERS & BREW PUBS") iContentIndexValue = 97;
				if(contentname == "BRICK & MASONRY SUPPLIES") iContentIndexValue = 98;
				if(contentname == "BUILDING CONTRACTORS") iContentIndexValue = 99;
				if(contentname == "BUILDING MAINTENANCE") iContentIndexValue = 100;
				if(contentname == "BUILDING-MATERIALS-RETAIL") iContentIndexValue = 101;
				if(contentname == "BULLDOZING") iContentIndexValue = 102;
				if(contentname == "BURGLAR ALARM SYSTEMS") iContentIndexValue = 103;
				if(contentname == "BUSES-CHARTER & RENTAL") iContentIndexValue = 104;
				if(contentname == "BUSINESS CONSULTANTS") iContentIndexValue = 105;
				if(contentname == "BUSINESS LAW") iContentIndexValue = 106;
				if(contentname == "CABINETMAKERS") iContentIndexValue = 107;
				if(contentname == "CALVARY CHAPEL") iContentIndexValue = 108;
				if(contentname == "CAMPERS-DEALERS & SUPPLIES") iContentIndexValue = 109;
				if(contentname == "CAMPERS-SERVICE & REPAIR") iContentIndexValue = 110;
				if(contentname == "CAMPGROUNDS & RECREATIONAL VEHICLE PARKS") iContentIndexValue = 111;
				if(contentname == "CAMPING & BACKPACKING EQUIPMENT") iContentIndexValue = 112;
				if(contentname == "CANDY & CONFECTIONERY") iContentIndexValue = 113;
				if(contentname == "CAR WASHING & POLISHING") iContentIndexValue = 114;
				if(contentname == "CARDIOLOGY \(HEART\)") iContentIndexValue = 115;
				if(contentname == "CARPET RUG & UPHOLSTERY CLEANERS") iContentIndexValue = 116;
				if(contentname == "CARPET STRETCHING") iContentIndexValue = 117;
				if(contentname == "CARPETS & RUGS DEALERS-NEW") iContentIndexValue = 118;
				if(contentname == "CARPETS & RUGS-INSTALLERS/LAYERS") iContentIndexValue = 119;
				if(contentname == "CASINOS-SERVICES") iContentIndexValue = 120;
				if(contentname == "CATERERS") iContentIndexValue = 121;
				if(contentname == "CATHOLIC") iContentIndexValue = 122;
				if(contentname == "CELLULAR & PCS TELEPHONE SERVICE & EQUIPMENT") iContentIndexValue = 123;
				if(contentname == "CEMETERIES & MEMORIAL PARKS") iContentIndexValue = 124;
				if(contentname == "CHAMBERS OF COMMERCE") iContentIndexValue = 125;
				if(contentname == "CHARISMATIC") iContentIndexValue = 126;
				if(contentname == "CHAUFFEURS") iContentIndexValue = 127;
				if(contentname == "CHECK CASHING SERVICE") iContentIndexValue = 128;
				if(contentname == "CHILD CARE CENTERS & DAY CARE PROVIDERS") iContentIndexValue = 129;
				if(contentname == "CHILD CUSTODY LAW") iContentIndexValue = 130;
				if(contentname == "CHIMNEYS & FIREPLACES-CLEANING & REPAIRING") iContentIndexValue = 131;
				if(contentname == "CHIROPRACTIC DOCTORS-DC") iContentIndexValue = 132;
				if(contentname == "CHIROPRACTIC DOCTORS-DC") iContentIndexValue = 133;
				if(contentname == "CHIROPRACTIC EQUIPMENT & SUPPLIES") iContentIndexValue = 134;
				if(contentname == "CHRISTIAN") iContentIndexValue = 135;
				if(contentname == "CHRISTIAN & MISSIONARY ALLIANCE") iContentIndexValue = 136;
				if(contentname == "CHRISTIAN SCIENCE") iContentIndexValue = 137;
				if(contentname == "CHRISTIAN-DISCIPLES OF CHRIST") iContentIndexValue = 138;
				if(contentname == "CHRISTMAS LIGHTS-INSTALLATION") iContentIndexValue = 139;
				if(contentname == "CHRISTMAS TREES-RETAIL") iContentIndexValue = 140;
				if(contentname == "CHURCH OF CHRIST") iContentIndexValue = 141;
				if(contentname == "CHURCH OF JESUS CHRIST OF LATTER-DAY SAINTS THE") iContentIndexValue = 142;
				if(contentname == "CIGAR CIGARETTE & TOBACCO PRODUCTS & SUPPLIES") iContentIndexValue = 143;
				if(contentname == "CIVIL LITIGATION") iContentIndexValue = 144;
				if(contentname == "CLEANERS") iContentIndexValue = 145;
				if(contentname == "CLEANING EQUIPMENT SUPPLIES & COMPOUNDS") iContentIndexValue = 146;
				if(contentname == "CLINICS") iContentIndexValue = 147;
				if(contentname == "CLOCKS-SALES SERVICE & REPAIR") iContentIndexValue = 148;
				if(contentname == "CLOTHING-CHILDREN & INFANT") iContentIndexValue = 149;
				if(contentname == "CLOTHING-MEN-RETAIL") iContentIndexValue = 150;
				if(contentname == "CLOTHING-WOMEN-RESALE & CONSIGNMENT") iContentIndexValue = 151;
				if(contentname == "CLOTHING-WOMEN-RETAIL") iContentIndexValue = 152;
				if(contentname == "CLUBS") iContentIndexValue = 153;
				if(contentname == "CLUTCH REPAIR-AUTOMOTIVE") iContentIndexValue = 154;
				if(contentname == "COACHES & COMMUNICATION CONSULTANTS") iContentIndexValue = 155;
				if(contentname == "COCKTAIL LOUNGES") iContentIndexValue = 156;
				if(contentname == "COFFEE HOUSES") iContentIndexValue = 157;
				if(contentname == "COIN DEALERS") iContentIndexValue = 158;
				if(contentname == "COLLECTIBLES") iContentIndexValue = 159;
				if(contentname == "COLOR COPYING SERVICES") iContentIndexValue = 160;
				if(contentname == "COMMUNITY") iContentIndexValue = 161;
				if(contentname == "COMPUTERS-CABLING & INSTALLATION") iContentIndexValue = 162;
				if(contentname == "COMPUTERS-DEALERS-NEW") iContentIndexValue = 163;
				if(contentname == "COMPUTERS-DEALERS-USED & RECYCLED") iContentIndexValue = 164;
				if(contentname == "COMPUTERS-NETWORKING") iContentIndexValue = 165;
				if(contentname == "COMPUTERS-PRINTERS") iContentIndexValue = 166;
				if(contentname == "COMPUTERS-SERVICE & REPAIR") iContentIndexValue = 167;
				if(contentname == "COMPUTERS-SOFTWARE & SERVICES") iContentIndexValue = 168;
				if(contentname == "COMPUTERS-SUPPLIES & PARTS") iContentIndexValue = 169;
				if(contentname == "COMPUTERS-SYSTEM DESIGNERS & CONSULTANTS") iContentIndexValue = 170;
				if(contentname == "COMPUTERS-TRAINING") iContentIndexValue = 171;
				if(contentname == "CONCRETE BLOCKS & SHAPES") iContentIndexValue = 172;
				if(contentname == "CONCRETE CONTRACTORS") iContentIndexValue = 173;
				if(contentname == "CONCRETE PUMPING SERVICES") iContentIndexValue = 174;
				if(contentname == "CONCRETE SUPPLIES") iContentIndexValue = 175;
				if(contentname == "CONCRETE-READY MIXED") iContentIndexValue = 176;
				if(contentname == "CONGREGATIONAL") iContentIndexValue = 177;
				if(contentname == "CONSERVATORSHIPS") iContentIndexValue = 178;
				if(contentname == "CONSIGNMENT-SERVICES & SHOPS") iContentIndexValue = 179;
				if(contentname == "CONSTRUCTION") iContentIndexValue = 180;
				if(contentname == "CONSTRUCTION LAW") iContentIndexValue = 181;
				if(contentname == "CONSTRUCTION-CLEAN UP") iContentIndexValue = 182;
				if(contentname == "CONSUMER LAW") iContentIndexValue = 183;
				if(contentname == "CONTRACT LAW") iContentIndexValue = 184;
				if(contentname == "CONTRACTORS HELP-CLEAN UP") iContentIndexValue = 185;
				if(contentname == "CONTRACTORS-BUILDING GENERAL") iContentIndexValue = 186;
				if(contentname == "CONTRACTORS-EQUIPMENT & SUPPLIES") iContentIndexValue = 187;
				if(contentname == "CONTRACTORS-EQUIPMENT & SUPPLIES") iContentIndexValue = 188;
				if(contentname == "CONTRACTORS-FRAMING") iContentIndexValue = 189;
				if(contentname == "CONTRACTORS-WELDING") iContentIndexValue = 190;
				if(contentname == "COPYING & DUPLICATING SERVICES") iContentIndexValue = 191;
				if(contentname == "COPYING MACHINES & SUPPLIES") iContentIndexValue = 192;
				if(contentname == "COSMETICS & PERFUMES-RETAIL") iContentIndexValue = 193;
				if(contentname == "COSTUMES") iContentIndexValue = 194;
				if(contentname == "COUNSELING") iContentIndexValue = 195;
				if(contentname == "COUNTERTOPS") iContentIndexValue = 196;
				if(contentname == "COURIER SERVICES") iContentIndexValue = 197;
				if(contentname == "CRAFT SUPPLIES") iContentIndexValue = 198;
				if(contentname == "CRAFTS-GALLERIES DEALERS & INSTRUCTION") iContentIndexValue = 199;
				if(contentname == "CRANES") iContentIndexValue = 200;
				if(contentname == "CREDIT UNIONS") iContentIndexValue = 201;
				if(contentname == "CREMATION SERVICES") iContentIndexValue = 202;
				if(contentname == "CREMATORIES") iContentIndexValue = 203;
				if(contentname == "CRIMINAL LAW") iContentIndexValue = 204;
				if(contentname == "CRISIS INTERVENTION SERVICE") iContentIndexValue = 205;
				if(contentname == "CRUISES") iContentIndexValue = 206;
				if(contentname == "DANCE COMPANIES") iContentIndexValue = 207;
				if(contentname == "DANCING INSTRUCTION") iContentIndexValue = 208;
				if(contentname == "DECKS-CONSTRUCTION MAINTENANCE & REPAIR") iContentIndexValue = 209;
				if(contentname == "DELIVERY SERVICES") iContentIndexValue = 210;
				if(contentname == "DEMOLITION CONTRACTORS") iContentIndexValue = 211;
				if(contentname == "DENTAL IMPLANTS") iContentIndexValue = 212;
				if(contentname == "DENTAL LABORATORIES") iContentIndexValue = 213;
				if(contentname == "DENTISTRY-COSMETIC") iContentIndexValue = 214;
				if(contentname == "DENTISTS") iContentIndexValue = 215;
				if(contentname == "DEPARTMENT STORES") iContentIndexValue = 216;
				if(contentname == "DERMATOLOGY") iContentIndexValue = 217;
				if(contentname == "DISABLED PERSONS' ACCESS EQUIPMENT & SERVICES") iContentIndexValue = 218;
				if(contentname == "DISHWASHERS-DEALERS SERVICE & REPAIR") iContentIndexValue = 219;
				if(contentname == "DISHWASHERS-DEALERS SERVICE & REPAIR") iContentIndexValue = 220;
				if(contentname == "DIVING-INSTRUCTION EQUIPMENT & SUPPLIES") iContentIndexValue = 221;
				if(contentname == "DIVORCE ADOPTION & FAMILY LAW") iContentIndexValue = 222;
				if(contentname == "DOG & CAT GROOMING-SERVICES & SUPPLIES") iContentIndexValue = 223;
				if(contentname == "DOG TRAINING") iContentIndexValue = 224;
				if(contentname == "DONUTS") iContentIndexValue = 225;
				if(contentname == "DOORS & DOOR FRAMES") iContentIndexValue = 226;
				if(contentname == "DRAFTING SERVICES") iContentIndexValue = 227;
				if(contentname == "DRAPERIES & CURTAINS-RETAIL & CUSTOM MADE") iContentIndexValue = 228;
				if(contentname == "DRAPERY CLEANERS") iContentIndexValue = 229;
				if(contentname == "DRESSMAKERS") iContentIndexValue = 230;
				if(contentname == "DRIVE SHAFTS") iContentIndexValue = 231;
				if(contentname == "DRIVEWAYS") iContentIndexValue = 232;
				if(contentname == "DRIVING INSTRUCTION") iContentIndexValue = 233;
				if(contentname == "DRIVING PROFICIENCY TEST SERVICE") iContentIndexValue = 234;
				if(contentname == "DRUG ABUSE & ADDICTION INFORMATION & TREATMENT CENTERS") iContentIndexValue = 235;
				if(contentname == "DRUG DETECTION & SCREENING") iContentIndexValue = 236;
				if(contentname == "DRY CLEANERS") iContentIndexValue = 237;
				if(contentname == "DRYER VENT CLEANING") iContentIndexValue = 238;
				if(contentname == "DRYWALL CONTRACTORS") iContentIndexValue = 239;
				if(contentname == "DUCT CLEANING") iContentIndexValue = 240;
				if(contentname == "DUI DEFENSE") iContentIndexValue = 241;
				if(contentname == "DUMPS") iContentIndexValue = 242;
				if(contentname == "DUMPSTER SERVICE") iContentIndexValue = 243;
				if(contentname == "ELDER CARE") iContentIndexValue = 244;
				if(contentname == "ELDER LAW") iContentIndexValue = 245;
				if(contentname == "ELECTRIC CONTRACTORS") iContentIndexValue = 246;
				if(contentname == "ELECTRIC EQUIPMENT & SUPPLIES-RETAIL") iContentIndexValue = 247;
				if(contentname == "ELECTRIC EQUIPMENT & SUPPLIES-WHSLE") iContentIndexValue = 248;
				if(contentname == "ELECTRIC EQUIPMENT-SERVICE & REPAIR") iContentIndexValue = 249;
				if(contentname == "ELECTRICAL REPAIR") iContentIndexValue = 250;
				if(contentname == "EMBROIDERY") iContentIndexValue = 251;
				if(contentname == "EMPLOYMENT AGENCIES & SERVICES") iContentIndexValue = 252;
				if(contentname == "ENDODONTICS \(ROOT CANALS\)") iContentIndexValue = 253;
				if(contentname == "ENGINEERS-CIVIL") iContentIndexValue = 254;
				if(contentname == "ENGINEERS-GENERAL CONTRACTORS") iContentIndexValue = 255;
				if(contentname == "ENGINES-DIESEL") iContentIndexValue = 256;
				if(contentname == "ENGINES-REBUILDING & EXCHANGING") iContentIndexValue = 257;
				if(contentname == "ENTERTAINMENT") iContentIndexValue = 258;
				if(contentname == "ENVIRONMENTAL CONSERVATION & ECOLOGICAL ORGANIZATIONS PRODUCTS & SERVICES") iContentIndexValue = 259;
				if(contentname == "EPISCOPAL") iContentIndexValue = 260;
				if(contentname == "EQUIPMENT RENTALS") iContentIndexValue = 261;
				if(contentname == "ESCROW SERVICES") iContentIndexValue = 262;
				if(contentname == "EVANGELICAL FREE") iContentIndexValue = 263;
				if(contentname == "EXCAVATING CONTRACTORS") iContentIndexValue = 264;
				if(contentname == "EXERCISE & PHYSICAL FITNESS PROGRAMS") iContentIndexValue = 265;
				if(contentname == "EXPORT REPRESENTATIVES") iContentIndexValue = 266;
				if(contentname == "FABRIC") iContentIndexValue = 267;
				if(contentname == "FACIAL & SKIN CARE SPAS & SALONS") iContentIndexValue = 268;
				if(contentname == "FAMILY & GENERAL PRACTICE") iContentIndexValue = 269;
				if(contentname == "FAX TRANSMISSION SERVICES") iContentIndexValue = 270;
				if(contentname == "FEED DEALERS") iContentIndexValue = 271;
				if(contentname == "FENCE CONTRACTORS") iContentIndexValue = 272;
				if(contentname == "FENCE MATERIALS-REDWOOD & CEDAR") iContentIndexValue = 273;
				if(contentname == "FENCES-NEW & REPAIR") iContentIndexValue = 274;
				if(contentname == "FIBER GLASS FABRICATORS") iContentIndexValue = 275;
				if(contentname == "FINANCIAL PLANNERS & SERVICES") iContentIndexValue = 276;
				if(contentname == "FIRE & WATER DAMAGE RESTORATION") iContentIndexValue = 277;
				if(contentname == "FIRE EXTINGUISHERS") iContentIndexValue = 278;
				if(contentname == "FIRE PROTECTION-CONSULTANTS") iContentIndexValue = 279;
				if(contentname == "FIRE PROTECTION-SERVICES") iContentIndexValue = 280;
				if(contentname == "FIREPLACES-RETAIL") iContentIndexValue = 281;
				if(contentname == "FIREWOOD") iContentIndexValue = 282;
				if(contentname == "FISHING TACKLE DEALERS") iContentIndexValue = 283;
				if(contentname == "FITNESS CLUBS") iContentIndexValue = 284;
				if(contentname == "FLOOR COVERINGS") iContentIndexValue = 285;
				if(contentname == "FLOORING & FLOOR COVERING CONTRACTORS") iContentIndexValue = 286;
				if(contentname == "FLOORING-INSTALLATION") iContentIndexValue = 287;
				if(contentname == "FLORISTS") iContentIndexValue = 288;
				if(contentname == "FOOD PRODUCTS") iContentIndexValue = 289;
				if(contentname == "FORMAL WEAR-RENTALS & SALES") iContentIndexValue = 290;
				if(contentname == "FOSTER CARE SERVICES") iContentIndexValue = 291;
				if(contentname == "FOUNDATIONS-EDUCATIONAL PHILANTHROPIC RESEARCH ETC") iContentIndexValue = 292;
				if(contentname == "FOURSQUARE GOSPEL") iContentIndexValue = 293;
				if(contentname == "FRATERNAL ORGANIZATIONS") iContentIndexValue = 294;
				if(contentname == "FRUITS & VEGETABLES-RETAIL") iContentIndexValue = 295;
				if(contentname == "FUNERAL DIRECTORS") iContentIndexValue = 296;
				if(contentname == "FUNERAL HOMES") iContentIndexValue = 297;
				if(contentname == "FUNERALS-FLORAL ARRANGEMENTS") iContentIndexValue = 298;
				if(contentname == "FURNACES-HEATING SALES & SERVICE") iContentIndexValue = 299;
				if(contentname == "FURNITURE DEALERS-NEW") iContentIndexValue = 300;
				if(contentname == "FURNITURE DEALERS-NEW") iContentIndexValue = 301;
				if(contentname == "FURNITURE DEALERS-USED") iContentIndexValue = 302;
				if(contentname == "FURNITURE-CUSTOM DESIGNERS & MAKERS") iContentIndexValue = 303;
				if(contentname == "FURNITURE-OUTDOOR") iContentIndexValue = 304;
				if(contentname == "FURNITURE-REPAIR & REFINISHING") iContentIndexValue = 305;
				if(contentname == "FURNITURE-UPHOLSTERY") iContentIndexValue = 306;
				if(contentname == "GARAGE BUILDERS") iContentIndexValue = 307;
				if(contentname == "GARAGE DOORS & DOOR OPERATING DEVICES") iContentIndexValue = 308;
				if(contentname == "GARBAGE COLLECTION") iContentIndexValue = 309;
				if(contentname == "GARBAGE DISPOSALS-HOUSEHOLD EQUIPMENT-SALES & SERVICE") iContentIndexValue = 310;
				if(contentname == "GARDEN & LAWN FURNITURE") iContentIndexValue = 311;
				if(contentname == "GARDENERS") iContentIndexValue = 312;
				if(contentname == "GAS STOVES") iContentIndexValue = 313;
				if(contentname == "GAS-PROPANE") iContentIndexValue = 314;
				if(contentname == "GASTROENTEROLOGY") iContentIndexValue = 315;
				if(contentname == "GATES") iContentIndexValue = 316;
				if(contentname == "GATES-OPERATING DEVICES") iContentIndexValue = 317;
				if(contentname == "GATES-SECURITY") iContentIndexValue = 318;
				if(contentname == "GENEALOGISTS") iContentIndexValue = 319;
				if(contentname == "GENERAL DENTISTRY") iContentIndexValue = 320;
				if(contentname == "GIFTS & GIFT SHOPS") iContentIndexValue = 321;
				if(contentname == "GLASS-AUTO PLATE WINDOW ETC.") iContentIndexValue = 322;
				if(contentname == "GLASS-BEVELED CARVED ORNAMENTAL ETC.") iContentIndexValue = 323;
				if(contentname == "GLASS-STAINED & LEADED") iContentIndexValue = 324;
				if(contentname == "GOLD & SILVER BUYERS") iContentIndexValue = 325;
				if(contentname == "GOLF COURSES") iContentIndexValue = 326;
				if(contentname == "GOLF EQUIPMENT & SUPPLIES") iContentIndexValue = 327;
				if(contentname == "GRANITE COUNTERTOPS") iContentIndexValue = 328;
				if(contentname == "GRAPHIC DESIGN") iContentIndexValue = 329;
				if(contentname == "GREETING CARDS-RETAIL") iContentIndexValue = 330;
				if(contentname == "GROCERS & MARKETS-RETAIL") iContentIndexValue = 331;
				if(contentname == "GUNS & GUNSMITHS") iContentIndexValue = 332;
				if(contentname == "GUTTERS & DOWNSPOUTS-DEALERS & SERVICE") iContentIndexValue = 333;
				if(contentname == "HALLS & AUDITORIUMS") iContentIndexValue = 334;
				if(contentname == "HANDYMAN SERVICES") iContentIndexValue = 335;
				if(contentname == "HARDWARE-RETAIL") iContentIndexValue = 336;
				if(contentname == "HARDWOOD FLOOR CLEANING/POLISHING") iContentIndexValue = 337;
				if(contentname == "HARDWOOD FLOORS-RETAIL") iContentIndexValue = 338;
				if(contentname == "HARDWOODS") iContentIndexValue = 339;
				if(contentname == "HAULING") iContentIndexValue = 340;
				if(contentname == "HEALTH & DIET FOOD PRODUCTS") iContentIndexValue = 341;
				if(contentname == "HEALTH & DIET FOOD PRODUCTS") iContentIndexValue = 342;
				if(contentname == "HEALTH CLUBS") iContentIndexValue = 343;
				if(contentname == "HEALTH SERVICES") iContentIndexValue = 344;
				if(contentname == "HEALTHCARE PROVIDER SERVICES") iContentIndexValue = 345;
				if(contentname == "HEARING AIDS-DEALERS") iContentIndexValue = 346;
				if(contentname == "HEARING AIDS-SERVICE & REPAIR") iContentIndexValue = 347;
				if(contentname == "HEATERS-SALES & SERVICE") iContentIndexValue = 348;
				if(contentname == "HEATING CONTRACTORS") iContentIndexValue = 349;
				if(contentname == "HISTORICAL ORGANIZATIONS & PLACES") iContentIndexValue = 350;
				if(contentname == "HITCHES") iContentIndexValue = 351;
				if(contentname == "HOBBY & MODEL SUPPLIES-RETAIL") iContentIndexValue = 352;
				if(contentname == "HOBBY & MODEL SUPPLIES-WHSLE & MFRS") iContentIndexValue = 353;
				if(contentname == "HOLISITC HEALTH CARE & PRACTITONERS") iContentIndexValue = 354;
				if(contentname == "HOME DESIGN & PLANNING") iContentIndexValue = 355;
				if(contentname == "HOME HEALTH SERVICES") iContentIndexValue = 356;
				if(contentname == "HOME IMPROVEMENT SERVICES") iContentIndexValue = 357;
				if(contentname == "HOME INSPECTION SERVICES") iContentIndexValue = 358;
				if(contentname == "HOME REPAIR & MAINTENANCE") iContentIndexValue = 359;
				if(contentname == "HOMEMAKER SERVICES") iContentIndexValue = 360;
				if(contentname == "HOMES-RESIDENTIAL CARE") iContentIndexValue = 361;
				if(contentname == "HORSE STABLES") iContentIndexValue = 362;
				if(contentname == "HOSPICES") iContentIndexValue = 363;
				if(contentname == "HOSPITALS") iContentIndexValue = 364;
				if(contentname == "HOTELS") iContentIndexValue = 365;
				if(contentname == "HOUSE CLEANING") iContentIndexValue = 366;
				if(contentname == "HOUSEWARES") iContentIndexValue = 367;
				if(contentname == "ICE CREAM & FROZEN DESSERTS-RETAIL") iContentIndexValue = 368;
				if(contentname == "IMPORTERS") iContentIndexValue = 369;
				if(contentname == "INDUSTRIAL DEVELOPMENTS") iContentIndexValue = 370;
				if(contentname == "INFORMATION RETRIEVAL SERVICE & RESEARCH") iContentIndexValue = 371;
				if(contentname == "INSURANCE") iContentIndexValue = 372;
				if(contentname == "INTERNAL MEDICINE") iContentIndexValue = 373;
				if(contentname == "INTERNET ACCESS") iContentIndexValue = 374;
				if(contentname == "INTERNET DIRECTORIES & GUIDES") iContentIndexValue = 375;
				if(contentname == "INTERNET SOFTWARE & SERVICES") iContentIndexValue = 376;
				if(contentname == "INVESTIGATORS") iContentIndexValue = 377;
				if(contentname == "INVESTMENT ADVISORS") iContentIndexValue = 378;
				if(contentname == "INVITATIONS & ANNOUNCEMENTS") iContentIndexValue = 379;
				if(contentname == "IRON ORNAMENTAL WORK") iContentIndexValue = 380;
				if(contentname == "JANITORIAL EQUIPMENT & REPAIR") iContentIndexValue = 381;
				if(contentname == "JANITORIAL SERVICES & SUPPLIES") iContentIndexValue = 382;
				if(contentname == "JEHOVAH'S WITNESSES") iContentIndexValue = 383;
				if(contentname == "JEWELERS") iContentIndexValue = 384;
				if(contentname == "JEWELRY-APPRAISERS") iContentIndexValue = 385;
				if(contentname == "JEWELRY-BUYERS") iContentIndexValue = 386;
				if(contentname == "JEWELRY-DESIGNERS & MANUFACTURERS") iContentIndexValue = 387;
				if(contentname == "JEWELRY-REPAIR") iContentIndexValue = 388;
				if(contentname == "KENNELS-BOARDING") iContentIndexValue = 389;
				if(contentname == "KITCHEN & BATH REMODELING") iContentIndexValue = 390;
				if(contentname == "KITCHEN CABINETS & EQUIPMENT-HOUSEHOLD") iContentIndexValue = 391;
				if(contentname == "KNITTING SUPPLIES") iContentIndexValue = 392;
				if(contentname == "LABOR & UNEMPLOYMENT LAW") iContentIndexValue = 393;
				if(contentname == "LABORATORIES-DENTAL") iContentIndexValue = 394;
				if(contentname == "LABORATORIES-MEDICAL") iContentIndexValue = 395;
				if(contentname == "LAMPS & LAMP SHADES-SALES & SERVICE") iContentIndexValue = 396;
				if(contentname == "LAND CLEARING") iContentIndexValue = 397;
				if(contentname == "LAND LEVELING") iContentIndexValue = 398;
				if(contentname == "LANDFILLS") iContentIndexValue = 399;
				if(contentname == "LANDSCAPE CONTRACTORS") iContentIndexValue = 400;
				if(contentname == "LANDSCAPE DESIGNERS & CONSULTANTS") iContentIndexValue = 401;
				if(contentname == "LANDSCAPE GARDENERS & MAINTENANCE") iContentIndexValue = 402;
				if(contentname == "LANDSCAPE MATERIALS") iContentIndexValue = 403;
				if(contentname == "LASER HAIR REMOVAL") iContentIndexValue = 404;
				if(contentname == "LAUNDRIES-SELF SERVICE") iContentIndexValue = 405;
				if(contentname == "LAWN & GARDEN-EQUIPMENT & SUPPLIES") iContentIndexValue = 406;
				if(contentname == "LAWN MAINTENANCE") iContentIndexValue = 407;
				if(contentname == "LAWN MOWERS-SALES & SERVICE") iContentIndexValue = 408;
				if(contentname == "LIBRARIES-PUBLIC") iContentIndexValue = 409;
				if(contentname == "LIGHTING FIXTURES") iContentIndexValue = 410;
				if(contentname == "LIMOUSINE SERVICES") iContentIndexValue = 411;
				if(contentname == "LINOLEUM DEALERS") iContentIndexValue = 412;
				if(contentname == "LINOLEUM LAYERS-INSTALLATION") iContentIndexValue = 413;
				if(contentname == "LIQUIDATORS") iContentIndexValue = 414;
				if(contentname == "LIQUOR STORES") iContentIndexValue = 415;
				if(contentname == "LOANS") iContentIndexValue = 416;
				if(contentname == "LOCKS & LOCKSMITHS") iContentIndexValue = 417;
				if(contentname == "LOGGING") iContentIndexValue = 418;
				if(contentname == "LOT CLEANING & CLEARING") iContentIndexValue = 419;
				if(contentname == "LUMBER-RETAIL") iContentIndexValue = 420;
				if(contentname == "LUTHERAN") iContentIndexValue = 421;
				if(contentname == "MACHINE SHOPS & SUPPLIES") iContentIndexValue = 422;
				if(contentname == "MAILBOX RENTAL RECEIVING & FORWARDING SERVICES") iContentIndexValue = 423;
				if(contentname == "MAILING MACHINES & EQUIPMENT") iContentIndexValue = 424;
				if(contentname == "MAILING SERVICES & SUPPLIES") iContentIndexValue = 425;
				if(contentname == "MALPRACTICE LAW") iContentIndexValue = 426;
				if(contentname == "MANICURING") iContentIndexValue = 427;
				if(contentname == "MARINAS") iContentIndexValue = 428;
				if(contentname == "MARKETING CONSULTANTS") iContentIndexValue = 429;
				if(contentname == "MARRIAGE FAMILY CHILD & INDIVIDUAL COUNSELORS") iContentIndexValue = 430;
				if(contentname == "MARTIAL ARTS INSTRUCTION") iContentIndexValue = 431;
				if(contentname == "MASONRY CONTRACTORS") iContentIndexValue = 432;
				if(contentname == "MASSAGE") iContentIndexValue = 433;
				if(contentname == "MASSAGE-THERAPEUTIC") iContentIndexValue = 434;
				if(contentname == "MATTRESSES-DEALERS") iContentIndexValue = 435;
				if(contentname == "MAUSOLEUMS") iContentIndexValue = 436;
				if(contentname == "MEDIATION LAW") iContentIndexValue = 437;
				if(contentname == "MEDIATION SERVICES") iContentIndexValue = 438;
				if(contentname == "MEDICAL DIAGNOSTIC IMAGING") iContentIndexValue = 439;
				if(contentname == "MEDICAL EQUIPMENT & SUPPLIES") iContentIndexValue = 440;
				if(contentname == "MEDICAL-NON EMERGENCY TRANSPORTATION") iContentIndexValue = 441;
				if(contentname == "MIDWIVES") iContentIndexValue = 442;
				if(contentname == "MINI BLINDS-DEALERS") iContentIndexValue = 443;
				if(contentname == "MINING COMPANIES") iContentIndexValue = 444;
				if(contentname == "MIRRORS") iContentIndexValue = 445;
				if(contentname == "MOBILE HOMES-PARKS & COMMUNITIES") iContentIndexValue = 446;
				if(contentname == "MOBILE HOMES-SERVICE & REPAIR") iContentIndexValue = 447;
				if(contentname == "MODELS") iContentIndexValue = 448;
				if(contentname == "MOLDS") iContentIndexValue = 449;
				if(contentname == "MONUMENTS") iContentIndexValue = 450;
				if(contentname == "MORTGAGES") iContentIndexValue = 451;
				if(contentname == "MORTUARIES") iContentIndexValue = 452;
				if(contentname == "MOTELS") iContentIndexValue = 453;
				if(contentname == "MOTORCYCLES & MOTOR SCOOTERS-DEALERS SERVICE & REPAIR") iContentIndexValue = 454;
				if(contentname == "MOVERS & FULL SERVICE STORAGE") iContentIndexValue = 455;
				if(contentname == "MOVERS & SHIPPERS") iContentIndexValue = 456;
				if(contentname == "MUFFLERS & EXHAUST SYSTEMS") iContentIndexValue = 457;
				if(contentname == "MUSEUMS") iContentIndexValue = 458;
				if(contentname == "MUSIC PRODUCTION SERVICES") iContentIndexValue = 459;
				if(contentname == "MUSICAL INSTRUCTION-INSTRUMENTAL") iContentIndexValue = 460;
				if(contentname == "MUSICAL INSTRUCTION-VOICE") iContentIndexValue = 461;
				if(contentname == "MUSICAL INSTRUMENTS-RETAIL") iContentIndexValue = 462;
				if(contentname == "MUSICAL INSTRUMENTS-SERVICE & REPAIR") iContentIndexValue = 463;
				if(contentname == "MUSIC-CDS & ALBUMS-USED") iContentIndexValue = 464;
				if(contentname == "MUTUAL FUNDS") iContentIndexValue = 465;
				if(contentname == "NAIL SALONS") iContentIndexValue = 466;
				if(contentname == "NAZARENE") iContentIndexValue = 467;
				if(contentname == "NEUROLOGY") iContentIndexValue = 468;
				if(contentname == "NEUROPATHY") iContentIndexValue = 469;
				if(contentname == "NEWSPAPERS") iContentIndexValue = 470;
				if(contentname == "NON-DENOMINATIONAL") iContentIndexValue = 471;
				if(contentname == "NOTARIES PUBLIC") iContentIndexValue = 472;
				if(contentname == "NURSERIES-PLANTS TREES ETC.-RETAIL") iContentIndexValue = 473;
				if(contentname == "NURSING HOME LITIGATION") iContentIndexValue = 474;
				if(contentname == "NURSING HOMES") iContentIndexValue = 475;
				if(contentname == "NUTRITIONISTS") iContentIndexValue = 476;
				if(contentname == "OBSTETRICS & GYNECOLOGY") iContentIndexValue = 477;
				if(contentname == "OFFICE SUPPLIES") iContentIndexValue = 478;
				if(contentname == "OIL CHANGES & LUBRICATION SERVICES-AUTOMOTIVE") iContentIndexValue = 479;
				if(contentname == "OILS-LUBRICATING") iContentIndexValue = 480;
				if(contentname == "ONCOLOGY \(TUMORS\)") iContentIndexValue = 481;
				if(contentname == "OPHTHALMOLOGY \(EYE DISEASE & SURGEONS\)") iContentIndexValue = 482;
				if(contentname == "OPTICAL GOODS-WHOLESALE & MANUFACTURERS") iContentIndexValue = 483;
				if(contentname == "OPTOMETRISTS") iContentIndexValue = 484;
				if(contentname == "ORAL-MAXILLOFACIAL SURGERY \(FACE & JAW\)") iContentIndexValue = 485;
				if(contentname == "ORGANS-SALES TUNING & REPAIR") iContentIndexValue = 486;
				if(contentname == "ORTHODONTICS \(STRAIGHTENING-BRACES\)") iContentIndexValue = 487;
				if(contentname == "ORTHOPEDIC SURGERY") iContentIndexValue = 488;
				if(contentname == "ORTHOTIC DEVICES") iContentIndexValue = 489;
				if(contentname == "OTOLARYNGOLOGY \(EAR-NOSE-THROAT\)") iContentIndexValue = 490;
				if(contentname == "OXYGEN") iContentIndexValue = 491;
				if(contentname == "PACKAGING SERVICE") iContentIndexValue = 492;
				if(contentname == "PAINT DEALERS-RETAIL") iContentIndexValue = 493;
				if(contentname == "PAINTERS") iContentIndexValue = 494;
				if(contentname == "PAINTING CONTRACTORS") iContentIndexValue = 495;
				if(contentname == "PARTY FAVORS-SUPPLIES & SERVICES") iContentIndexValue = 496;
				if(contentname == "PASSPORT PHOTO & VISA SERVICES") iContentIndexValue = 497;
				if(contentname == "PATIO CONSTRUCTION") iContentIndexValue = 498;
				if(contentname == "PATIO COVERS") iContentIndexValue = 499;
				if(contentname == "PAVERS-INTERLOCKING") iContentIndexValue = 500;
				if(contentname == "PAVING CONTRACTORS") iContentIndexValue = 501;
				if(contentname == "PAWNBROKERS") iContentIndexValue = 502;
				if(contentname == "PEDIATRICS") iContentIndexValue = 503;
				if(contentname == "PENTECOSTAL") iContentIndexValue = 504;
				if(contentname == "PERIODONTICS \(GUM DISEASES\)") iContentIndexValue = 505;
				if(contentname == "PERMANENT MAKE-UP") iContentIndexValue = 506;
				if(contentname == "PERSONAL INJURY & PROPERTY DAMAGE LAW") iContentIndexValue = 507;
				if(contentname == "PEST CONTROL SERVICES") iContentIndexValue = 508;
				if(contentname == "PEST CONTROL TRAPPING") iContentIndexValue = 509;
				if(contentname == "PET GROOMING") iContentIndexValue = 510;
				if(contentname == "PET KENNELS") iContentIndexValue = 511;
				if(contentname == "PET MASSAGE") iContentIndexValue = 512;
				if(contentname == "PET SHOPS & PET SUPPLIES") iContentIndexValue = 513;
				if(contentname == "PET SITTING SERVICES") iContentIndexValue = 514;
				if(contentname == "PHARMACIES") iContentIndexValue = 515;
				if(contentname == "PHONE BOOK DIRECTORIES") iContentIndexValue = 516;
				if(contentname == "PHOTO RETOUCHING & RESTORATION") iContentIndexValue = 517;
				if(contentname == "PHOTOGRAPHERS-PORTRAIT") iContentIndexValue = 518;
				if(contentname == "PHOTOGRAPHIC EQUIPMENT-REPAIRING") iContentIndexValue = 519;
				if(contentname == "PHYSICAL THERAPISTS") iContentIndexValue = 520;
				if(contentname == "PHYSICIANS & SURGEONS DO") iContentIndexValue = 521;
				if(contentname == "PHYSICIANS & SURGEONS MD") iContentIndexValue = 522;
				if(contentname == "PIANOS-TUNING & REPAIR") iContentIndexValue = 523;
				if(contentname == "PICTURE FRAMES-RETAIL") iContentIndexValue = 524;
				if(contentname == "PIPE") iContentIndexValue = 525;
				if(contentname == "PIPE & LEAK LOCATING") iContentIndexValue = 526;
				if(contentname == "PIZZA") iContentIndexValue = 527;
				if(contentname == "PLASTERING CONTRACTORS") iContentIndexValue = 528;
				if(contentname == "PLASTIC SURGERY") iContentIndexValue = 529;
				if(contentname == "PLUMBING CONTRACTORS") iContentIndexValue = 530;
				if(contentname == "PLUMBING-DRAINS & SEWER CLEANING") iContentIndexValue = 531;
				if(contentname == "PLUMBING-FIXTURESPARTS & SUPPLIES-RETAIL") iContentIndexValue = 532;
				if(contentname == "PODIATRISTS-DPM \(FOOT SURGEONS\)") iContentIndexValue = 533;
				if(contentname == "PODIATRISTS-DPM \(FOOT SURGEONS\)") iContentIndexValue = 534;
				if(contentname == "PONDS-WATER GARDENING") iContentIndexValue = 535;
				if(contentname == "POST OFFICES") iContentIndexValue = 536;
				if(contentname == "PREGNANCY INFORMATION & SERVICES") iContentIndexValue = 537;
				if(contentname == "PRESBYTERIAN CHURCH IN AMERICA") iContentIndexValue = 538;
				if(contentname == "PRESSURE WASHING") iContentIndexValue = 539;
				if(contentname == "PRINTERS") iContentIndexValue = 540;
				if(contentname == "PRINTING EQUIPMENT & SUPPLIES") iContentIndexValue = 541;
				if(contentname == "PROBATE") iContentIndexValue = 542;
				if(contentname == "PROCESS SERVERS") iContentIndexValue = 543;
				if(contentname == "PROMOTIONAL PRODUCTS") iContentIndexValue = 544;
				if(contentname == "PROPANE") iContentIndexValue = 545;
				if(contentname == "PROPERTY MAINTENANCE") iContentIndexValue = 546;
				if(contentname == "PROPERTY MANAGEMENT") iContentIndexValue = 547;
				if(contentname == "PROSTHODONTICS \(CROWNS BRIDGES DENTURES ETC.\)") iContentIndexValue = 548;
				if(contentname == "PSYCHOLOGISTS") iContentIndexValue = 549;
				if(contentname == "PSYCHOTHERAPY") iContentIndexValue = 550;
				if(contentname == "PUBLIC RELATIONS SERVICES") iContentIndexValue = 551;
				if(contentname == "PUBLISHERS-BOOK") iContentIndexValue = 552;
				if(contentname == "PUBLISHERS-PERIODICAL") iContentIndexValue = 553;
				if(contentname == "PUMPS-DEALERS") iContentIndexValue = 554;
				if(contentname == "QUILTS & QUILTING SUPPLIES") iContentIndexValue = 555;
				if(contentname == "RADIATORS-AUTOMOTIVE") iContentIndexValue = 556;
				if(contentname == "RADIO/TELEVISION STATIONS & BROADCASTING COMPANIES") iContentIndexValue = 557;
				if(contentname == "RAILROAD TICKET AGENCIES") iContentIndexValue = 558;
				if(contentname == "RANGES & STOVES-DEALERS") iContentIndexValue = 559;
				if(contentname == "RANGES & STOVES-SERVICE & REPAIR") iContentIndexValue = 560;
				if(contentname == "REAL ESTATE") iContentIndexValue = 561;
				if(contentname == "REAL ESTATE LAW") iContentIndexValue = 562;
				if(contentname == "REAL ESTATE-APPRAISERS") iContentIndexValue = 563;
				if(contentname == "REAL ESTATE-CONSULTANTS") iContentIndexValue = 564;
				if(contentname == "REAL ESTATE-LOANS") iContentIndexValue = 565;
				if(contentname == "REAL ESTATE-PROPERTY MANAGEMENT") iContentIndexValue = 566;
				if(contentname == "REAL ESTATE-RENTAL SERVICES") iContentIndexValue = 567;
				if(contentname == "REAL ESTATE-SERVICES") iContentIndexValue = 568;
				if(contentname == "RECORDING SERVICES-SOUND & VIDEO") iContentIndexValue = 569;
				if(contentname == "RECREATION CENTERS") iContentIndexValue = 570;
				if(contentname == "RECREATIONAL VEHICLES-DEALERS") iContentIndexValue = 571;
				if(contentname == "RECREATIONAL VEHICLES-EQUIPMENT PARTS & SUPPLIES") iContentIndexValue = 572;
				if(contentname == "RECREATIONAL VEHICLES-SERVICE & REPAIR") iContentIndexValue = 573;
				if(contentname == "RECREATIONAL VEHICLES-STORAGE") iContentIndexValue = 574;
				if(contentname == "RECYCLING CENTERS") iContentIndexValue = 575;
				if(contentname == "REFLEXOLOGY") iContentIndexValue = 576;
				if(contentname == "REFRIGERATION EQUIPMENT-COMMERCIAL & INDUSTRIAL - DEALERS & SERVICE") iContentIndexValue = 577;
				if(contentname == "REFRIGERATORS & FREEZERS-DEALERS SERVICE & REPAIR") iContentIndexValue = 578;
				if(contentname == "REHABILITATION SERVICES-HEALTH") iContentIndexValue = 579;
				if(contentname == "REMODELING & REMODELING CONTRACTORS") iContentIndexValue = 580;
				if(contentname == "REMODELING-KITCHEN & BATH") iContentIndexValue = 581;
				if(contentname == "REMODELING-PAINTING") iContentIndexValue = 582;
				if(contentname == "REMOTE CONTROLLED PLANES TRAINS & AUTOMOBILES") iContentIndexValue = 583;
				if(contentname == "RENTAL EQUIPMENT") iContentIndexValue = 584;
				if(contentname == "RESIDENTIAL CARE HOMES") iContentIndexValue = 585;
				if(contentname == "RESTAURANT EQUIPMENT-SERVICE & REPAIR") iContentIndexValue = 586;
				if(contentname == "RESTAURANTS") iContentIndexValue = 587;
				if(contentname == "RETAINING WALLS") iContentIndexValue = 588;
				if(contentname == "RETIREMENT HOMES & COMMUNITIES") iContentIndexValue = 589;
				if(contentname == "ROCK") iContentIndexValue = 590;
				if(contentname == "ROOFING CONTRACTORS & MAINTENANCE") iContentIndexValue = 591;
				if(contentname == "ROOFING MATERIALS") iContentIndexValue = 592;
				if(contentname == "RUBBER & PLASTIC STAMPS") iContentIndexValue = 593;
				if(contentname == "SAFES") iContentIndexValue = 594;
				if(contentname == "SAFETY EQUIPMENT") iContentIndexValue = 595;
				if(contentname == "SAND & GRAVEL") iContentIndexValue = 596;
				if(contentname == "SATELLITE & CABLE TV EQUIPMENT & SYSTEMS") iContentIndexValue = 597;
				if(contentname == "SAWDUST & SHAVINGS") iContentIndexValue = 598;
				if(contentname == "SCALES") iContentIndexValue = 599;
				if(contentname == "SCHOOLS-ACADEMIC-ELEMENTARY & SECONDARY") iContentIndexValue = 600;
				if(contentname == "SCHOOLS-ACADEMIC-PRE-SCHOOL & KINDERGARTEN") iContentIndexValue = 601;
				if(contentname == "SCHOOLS-PLAY BASE PRE-SCHOOL") iContentIndexValue = 602;
				if(contentname == "SCHOOLS-SPECIAL INTEREST") iContentIndexValue = 603;
				if(contentname == "SCRAP METALS") iContentIndexValue = 604;
				if(contentname == "SCRAPBOOK ALBUMS & SUPPLIES") iContentIndexValue = 605;
				if(contentname == "SCREEN DOORS-WOOD-CUSTOM") iContentIndexValue = 606;
				if(contentname == "SCREEN PRINTING") iContentIndexValue = 607;
				if(contentname == "SCREENS-DOOR & WINDOW") iContentIndexValue = 608;
				if(contentname == "SCUBA DIVING-INSTRUCTION EQUIPMENT & SUPPLIES") iContentIndexValue = 609;
				if(contentname == "SECURITIES") iContentIndexValue = 610;
				if(contentname == "SEDATION DENTISTRY") iContentIndexValue = 611;
				if(contentname == "SENIOR CITIZENS' SERVICES & ORGANIZATIONS") iContentIndexValue = 612;
				if(contentname == "SEPTIC TANKS & SYSTEMS") iContentIndexValue = 613;
				if(contentname == "SEPTIC TANKS-CLEANING & PUMPING") iContentIndexValue = 614;
				if(contentname == "SEPTIC TANKS-SERVICE & REPAIR") iContentIndexValue = 615;
				if(contentname == "SERVICE STATIONS-GASOLINE & OIL") iContentIndexValue = 616;
				if(contentname == "SEVENTH DAY ADVENTIST") iContentIndexValue = 617;
				if(contentname == "SEWER CONTRACTORS") iContentIndexValue = 618;
				if(contentname == "SEWERS & DRAINS-CLEANING") iContentIndexValue = 619;
				if(contentname == "SEWING MACHINES-SALES SERVICE & REPAIR") iContentIndexValue = 620;
				if(contentname == "SEWING-CONTRACT") iContentIndexValue = 621;
				if(contentname == "SHARPENING SERVICES") iContentIndexValue = 622;
				if(contentname == "SHEET METAL-CUSTOM FABRICATION") iContentIndexValue = 623;
				if(contentname == "SHIPPING") iContentIndexValue = 624;
				if(contentname == "SHOES-CUSTOM MADE") iContentIndexValue = 625;
				if(contentname == "SHOES-RETAIL") iContentIndexValue = 626;
				if(contentname == "SHOES-SERVICE & REPAIR") iContentIndexValue = 627;
				if(contentname == "SHOWER DOORS & TUB ENCLOSURES") iContentIndexValue = 628;
				if(contentname == "SHUTTERS") iContentIndexValue = 629;
				if(contentname == "SIDING & SIDING CONTRACTORS") iContentIndexValue = 630;
				if(contentname == "SIGNS & SIGNMAKERS") iContentIndexValue = 631;
				if(contentname == "SINGING LESSONS") iContentIndexValue = 632;
				if(contentname == "SKIN CARE") iContentIndexValue = 633;
				if(contentname == "SKYLIGHTS") iContentIndexValue = 634;
				if(contentname == "SMOG SERVICES") iContentIndexValue = 635;
				if(contentname == "SNOWMOBILES") iContentIndexValue = 636;
				if(contentname == "SOCIAL SERVICE ORGANIZATIONS") iContentIndexValue = 637;
				if(contentname == "SOIL") iContentIndexValue = 638;
				if(contentname == "SOLAR PRODUCTS-DEALERS & SERVICES") iContentIndexValue = 639;
				if(contentname == "SPAS & HOT TUBS-DEALERS") iContentIndexValue = 640;
				if(contentname == "SPAS & HOT TUBS-SUPPLIES & PARTS") iContentIndexValue = 641;
				if(contentname == "SPAS & SALONS") iContentIndexValue = 642;
				if(contentname == "SPORTING GOODS-RETAIL") iContentIndexValue = 643;
				if(contentname == "SPRINKLERS-GARDEN & LAWN INSTALLATION & SERVICE") iContentIndexValue = 644;
				if(contentname == "STAINS & SEALERS-WOOD") iContentIndexValue = 645;
				if(contentname == "STATIONERS-RETAIL") iContentIndexValue = 646;
				if(contentname == "STEAM CLEANING-COMMERCIAL & INDUSTRIAL") iContentIndexValue = 647;
				if(contentname == "STEEL DISTRIBUTORS & WAREHOUSES") iContentIndexValue = 648;
				if(contentname == "STOCK & BOND BROKERS") iContentIndexValue = 649;
				if(contentname == "STORAGE FACILITIES") iContentIndexValue = 650;
				if(contentname == "STORAGE-SELF SERVICE") iContentIndexValue = 651;
				if(contentname == "STOVES-WOOD COAL PELLET & GAS") iContentIndexValue = 652;
				if(contentname == "STUMP GRINDING") iContentIndexValue = 653;
				if(contentname == "SUNROOM GREENHOUSE & SOLARIUM BUILDERS") iContentIndexValue = 654;
				if(contentname == "SUPPORT SERVICES") iContentIndexValue = 655;
				if(contentname == "SURGERY-GENERAL") iContentIndexValue = 656;
				if(contentname == "SURGERY-THORACIC") iContentIndexValue = 657;
				if(contentname == "SURGERY-VASCULAR") iContentIndexValue = 658;
				if(contentname == "SURPLUS MERCHANDISE") iContentIndexValue = 659;
				if(contentname == "SURVEYORS-LAND") iContentIndexValue = 660;
				if(contentname == "SWIMMING POOLS-EQUIPMENT & SUPPLIES") iContentIndexValue = 661;
				if(contentname == "SWIMMING POOLS-PARTS SERVICE & REPAIR") iContentIndexValue = 662;
				if(contentname == "TANNING SALONS") iContentIndexValue = 663;
				if(contentname == "TAVERNS") iContentIndexValue = 664;
				if(contentname == "TAX RETURN PREPARATION") iContentIndexValue = 665;
				if(contentname == "TAXICABS") iContentIndexValue = 666;
				if(contentname == "TAXIDERMISTS") iContentIndexValue = 667;
				if(contentname == "TELECOMMUNICATIONS") iContentIndexValue = 668;
				if(contentname == "TELECOMMUNICATIONS-INSTALLATION & REPAIR") iContentIndexValue = 669;
				if(contentname == "TELEPHONE DIRECTORIES") iContentIndexValue = 670;
				if(contentname == "TELEPHONE EQUIPMENT & SYSTEMS-DEALERS") iContentIndexValue = 671;
				if(contentname == "TELEPHONE EQUIPMENT & SYSTEMS-SERVICE & REPAIR") iContentIndexValue = 672;
				if(contentname == "TENNIS CLUBS-PRIVATE") iContentIndexValue = 673;
				if(contentname == "TERMITE CONTROL") iContentIndexValue = 674;
				if(contentname == "THEATRES-MOVIE") iContentIndexValue = 675;
				if(contentname == "THRIFT SHOPS") iContentIndexValue = 676;
				if(contentname == "TILE & GROUT CLEANING") iContentIndexValue = 677;
				if(contentname == "TILE-CERAMIC-CONTRACTORS") iContentIndexValue = 678;
				if(contentname == "TILE-CERAMIC-DEALERS") iContentIndexValue = 679;
				if(contentname == "TILE-CLEANING REFINISHING & SEALING") iContentIndexValue = 680;
				if(contentname == "TIRES-DEALERS & DISTRIBUTORS") iContentIndexValue = 681;
				if(contentname == "TITLE & ESCROW SERVICES") iContentIndexValue = 682;
				if(contentname == "TOILETS-PORTABLE") iContentIndexValue = 683;
				if(contentname == "TOOLS-SALES & RENTAL") iContentIndexValue = 684;
				if(contentname == "TOWING EQUIPMENT-AUTOMOTIVE") iContentIndexValue = 685;
				if(contentname == "TOWING-AUTOMOTIVE") iContentIndexValue = 686;
				if(contentname == "TRACTOR SERVICES") iContentIndexValue = 687;
				if(contentname == "TRAILER HITCHES") iContentIndexValue = 688;
				if(contentname == "TRAILERS-EQUIPMENT & PARTS") iContentIndexValue = 689;
				if(contentname == "TRANSCRIBING SERVICES") iContentIndexValue = 690;
				if(contentname == "TRANSMISSIONS-AUTOMOTIVE") iContentIndexValue = 691;
				if(contentname == "TRANSPORTATION SERVICES") iContentIndexValue = 692;
				if(contentname == "TRAVEL AGENCIES & BUREAUS") iContentIndexValue = 693;
				if(contentname == "TREE SERVICES") iContentIndexValue = 694;
				if(contentname == "TRUCKING") iContentIndexValue = 695;
				if(contentname == "T-SHIRTS") iContentIndexValue = 696;
				if(contentname == "TUXEDOS") iContentIndexValue = 697;
				if(contentname == "ULTRASOUND-MEDICAL IMAGING") iContentIndexValue = 698;
				if(contentname == "UNITED METHODIST") iContentIndexValue = 699;
				if(contentname == "UPHOLSTERING") iContentIndexValue = 700;
				if(contentname == "UPHOLSTERY CLEANING") iContentIndexValue = 701;
				if(contentname == "URGENT CARE") iContentIndexValue = 702;
				if(contentname == "UROLOGY") iContentIndexValue = 703;
				if(contentname == "VACUUM CLEANERS-DEALERS") iContentIndexValue = 704;
				if(contentname == "VACUUM CLEANERS-PARTS SERVICE & REPAIR") iContentIndexValue = 705;
				if(contentname == "VARIETY STORES") iContentIndexValue = 706;
				if(contentname == "VERTICAL BLINDS") iContentIndexValue = 707;
				if(contentname == "VETERINARIANS") iContentIndexValue = 708;
				if(contentname == "VETERINARY HOSPITALS") iContentIndexValue = 709;
				if(contentname == "VETERINARY HOSPITALS") iContentIndexValue = 710;
				if(contentname == "VETERINARY-ACUPUNCTURE & CHIROPRACTIC") iContentIndexValue = 711;
				if(contentname == "VIDEO PRODUCTION") iContentIndexValue = 712;
				if(contentname == "VIDEO TAPES DISCS & GAMES-SALES & RENTALS") iContentIndexValue = 713;
				if(contentname == "VIDEOS-USED") iContentIndexValue = 714;
				if(contentname == "VINYL FLOORING-RETAIL") iContentIndexValue = 715;
				if(contentname == "VITAMINS & FOOD SUPPLEMENTS") iContentIndexValue = 716;
				if(contentname == "VOCAL INSTRUCTORS") iContentIndexValue = 717;
				if(contentname == "WASHING MACHINES & DRYERS-DEALERS") iContentIndexValue = 718;
				if(contentname == "WASHING MACHINES & DRYERS-SERVICE & REPAIR") iContentIndexValue = 719;
				if(contentname == "WATER COMPANIES-UTILITY") iContentIndexValue = 720;
				if(contentname == "WATER DAMAGE RESTORATION") iContentIndexValue = 721;
				if(contentname == "WATER HEATERS-SERVICE & REPAIR") iContentIndexValue = 722;
				if(contentname == "WATER TREATMENT EQUIPMENT SERVICE & SUPPLIES") iContentIndexValue = 723;
				if(contentname == "WATERBEDS-DEALERS") iContentIndexValue = 724;
				if(contentname == "WATER-PURIFIED") iContentIndexValue = 725;
				if(contentname == "WEB DESIGN & DEVELOPMENT") iContentIndexValue = 726;
				if(contentname == "WEDDINGS-FLORAL ARRANGEMENTS") iContentIndexValue = 727;
				if(contentname == "WEDDINGS-SUPPLIES & SERVICES") iContentIndexValue = 728;
				if(contentname == "WEED CONTROL") iContentIndexValue = 729;
				if(contentname == "WELDING") iContentIndexValue = 730;
				if(contentname == "WELDING CONTRACTORS") iContentIndexValue = 731;
				if(contentname == "WHEEL ALIGNMENT FRAME & AXLE SERVICING-AUTOMOTIVE") iContentIndexValue = 732;
				if(contentname == "WIGS & HAIRPIECES") iContentIndexValue = 733;
				if(contentname == "WILLS TRUSTS & ESTATE PLANNING") iContentIndexValue = 734;
				if(contentname == "WINDOW CLEANING") iContentIndexValue = 735;
				if(contentname == "WINDOW COVERINGS & TREATMENTS") iContentIndexValue = 736;
				if(contentname == "WINDOWS-GLASS-AUTO PLATE ETC.-INSTALLATION & REPAIR") iContentIndexValue = 737;
				if(contentname == "WINDOWS-METAL") iContentIndexValue = 738;
				if(contentname == "WINDOWS-VINYL") iContentIndexValue = 739;
				if(contentname == "WINDSHIELD REPAIR") iContentIndexValue = 740;
				if(contentname == "WINES-RETAIL") iContentIndexValue = 741;
				if(contentname == "WOMEN'S APPAREL-RETAIL") iContentIndexValue = 742;
				if(contentname == "WOOD & GAS STOVES") iContentIndexValue = 743;
				if(contentname == "WOODWORKERS & WOOD SPECIALTIES") iContentIndexValue = 744;
				if(contentname == "WORKER' COMPENSATION LAW") iContentIndexValue = 745;
				if(contentname == "WRITERS-WRITING") iContentIndexValue = 746;
				if(contentname == "WRONGFUL DEATH LAW") iContentIndexValue = 747;
				if(contentname == "YARD MAINTENANCE") iContentIndexValue = 748;
				if(contentname == "YARN") iContentIndexValue = 749;
				if(contentname == "YELLOW PAGES") iContentIndexValue = 750;
				if(contentname == "YOGURT") iContentIndexValue = 751;
				if(contentname == "YOUTH ORGANIZATIONS & CENTERS") iContentIndexValue = 752;
				break;
			case 2:
				if(contentname == "A - ADVANCED") iContentIndexValue = 0;
				if(contentname == "A-1 - A-PRECISION") iContentIndexValue = 1;
				if(contentname == "ADVANTAGE - ALICE") iContentIndexValue = 2;
				if(contentname == "ALL - ALVES") iContentIndexValue = 3;
				if(contentname == "ALVES - ANDERSON") iContentIndexValue = 4;
				if(contentname == "ANDERSON - ANZELONE") iContentIndexValue = 5;
				if(contentname == "APGER - ASHBA") iContentIndexValue = 6;
				if(contentname == "ASHBAUGH - B") iContentIndexValue = 7;
				if(contentname == "B - BAKER") iContentIndexValue = 8;
				if(contentname == "BAKER - BANKS") iContentIndexValue = 9;
				if(contentname == "BANKS - BARRON") iContentIndexValue = 10;
				if(contentname == "BARROSO - BEACH") iContentIndexValue = 11;
				if(contentname == "BEACH - BELLUCCI") iContentIndexValue = 12;
				if(contentname == "BELMONT - BERRY") iContentIndexValue = 13;
				if(contentname == "BERRYMAN - BIRCHARD") iContentIndexValue = 14;
				if(contentname == "BIRCHENOUGH - BLODGET") iContentIndexValue = 15;
				if(contentname == "BLOOD - BONGIOANNI") iContentIndexValue = 16;
				if(contentname == "BONHAM - BOWMAN") iContentIndexValue = 17;
				if(contentname == "BOWMAN - BRAOUGHTON") iContentIndexValue = 18;
				if(contentname == "BRASCH - BRODIE") iContentIndexValue = 19;
				if(contentname == "BRODIE - BROWN") iContentIndexValue = 20;
				if(contentname == "BROWN - BUCKLES") iContentIndexValue = 21;
				if(contentname == "BUCKLEY - BURLESON") iContentIndexValue = 22;
				if(contentname == "BURLESON - BYAS") iContentIndexValue = 23;
				if(contentname == "BYE - CAMBRIA") iContentIndexValue = 24;
				if(contentname == "CAMERON - CAREY") iContentIndexValue = 25;
				if(contentname == "CAREY - CARSON") iContentIndexValue = 26;
				if(contentname == "CARSON - CENTER") iContentIndexValue = 27;
				if(contentname == "CENTURY - CHEW") iContentIndexValue = 28;
				if(contentname == "CHICO - CHURCH") iContentIndexValue = 29;
				if(contentname == "CHURCHILL - CLAY") iContentIndexValue = 30;
				if(contentname == "CLAYTON - COGGIOLA") iContentIndexValue = 31;
				if(contentname == "COGSWELL - COMSTOCK") iContentIndexValue = 32;
				if(contentname == "CONACHY - COOPER") iContentIndexValue = 33;
				if(contentname == "COOPER - COX") iContentIndexValue = 34;
				if(contentname == "COX - CRONE") iContentIndexValue = 35;
				if(contentname == "CRONE - CUNNINGHAM") iContentIndexValue = 36;
				if(contentname == "CUNNINGHAM - DANIELSEN") iContentIndexValue = 37;
				if(contentname == "DANILOU - DAVIS") iContentIndexValue = 38;
				if(contentname == "DAVIS - DEBBIE'S") iContentIndexValue = 39;
				if(contentname == "DEBETTENCOURT - DENNING") iContentIndexValue = 40;
				if(contentname == "DENNIS - DICKEY") iContentIndexValue = 41;
				if(contentname == "DICKINSON - DOBRICH") iContentIndexValue = 42;
				if(contentname == "DOBRICH - DORSEY") iContentIndexValue = 43;
				if(contentname == "DORSEY - DRUMMOND") iContentIndexValue = 44;
				if(contentname == "DRUMMOND - DURNELL") iContentIndexValue = 45;
				if(contentname == "DURR - EDEN") iContentIndexValue = 46;
				if(contentname == "EDGAR - ELLIS") iContentIndexValue = 47;
				if(contentname == "ELLIS - ERICSON") iContentIndexValue = 48;
				if(contentname == "ERICSON - FAHL") iContentIndexValue = 49;
				if(contentname == "FAIRBANKS - FEATHER") iContentIndexValue = 50;
				if(contentname == "FEATHER - FERRY") iContentIndexValue = 51;
				if(contentname == "FEST - FISHER") iContentIndexValue = 52;
				if(contentname == "FISHER - FOOTHILL") iContentIndexValue = 53;
				if(contentname == "FORBES - FRANCIS") iContentIndexValue = 54;
				if(contentname == "FRANCISCO - FRITTS") iContentIndexValue = 55;
				if(contentname == "FRITTS - GALBREATH") iContentIndexValue = 56;
				if(contentname == "GALE - GARLAND") iContentIndexValue = 57;
				if(contentname == "GARLIN - GERISCHER") iContentIndexValue = 58;
				if(contentname == "GERMAN - GIOIA") iContentIndexValue = 59;
				if(contentname == "GIORDANO - GOING") iContentIndexValue = 60;
				if(contentname == "GOING - GORMAN") iContentIndexValue = 61;
				if(contentname == "GORMAN - GRECKO") iContentIndexValue = 62;
				if(contentname == "GREEN - GRIFFITHS") iContentIndexValue = 63;
				if(contentname == "GRIGG - GURNEY") iContentIndexValue = 64;
				if(contentname == "GUSTAFSON - HALL") iContentIndexValue = 65;
				if(contentname == "HALL - HANAWALT") iContentIndexValue = 66;
				if(contentname == "HANAWALT - HARLAN") iContentIndexValue = 67;
				if(contentname == "HARLAND - HARTMAN") iContentIndexValue = 68;
				if(contentname == "HARTNETT - HAYNES") iContentIndexValue = 69;
				if(contentname == "HAYNES - HELMAN") iContentIndexValue = 70;
				if(contentname == "HELMICK - HESS") iContentIndexValue = 71;
				if(contentname == "HESS - HINSEN") iContentIndexValue = 72;
				if(contentname == "HISE - HOLLENBECK") iContentIndexValue = 73;
				if(contentname == "HOLLIDAY - HORNBACK") iContentIndexValue = 74;
				if(contentname == "HORNBECK - HUBER") iContentIndexValue = 75;
				if(contentname == "HUCKINS - HUNTER") iContentIndexValue = 76;
				if(contentname == "HUNTER - INGLE") iContentIndexValue = 77;
				if(contentname == "INGLEHART - JAEGER") iContentIndexValue = 78;
				if(contentname == "JAEGER - JENSEN") iContentIndexValue = 79;
				if(contentname == "JENSEN - JOHNSON") iContentIndexValue = 80;
				if(contentname == "JOHNSON - JONES") iContentIndexValue = 81;
				if(contentname == "JONES - JUSTICE") iContentIndexValue = 82;
				if(contentname == "JUSTIN - KEIL") iContentIndexValue = 83;
				if(contentname == "KEILLOR - KENNEDY") iContentIndexValue = 84;
				if(contentname == "KENNEDY - KINDIG") iContentIndexValue = 85;
				if(contentname == "KINDLE - KLING") iContentIndexValue = 86;
				if(contentname == "KLING - KOLODZIEJCZYK") iContentIndexValue = 87;
				if(contentname == "KOLONAY - KUENSTER") iContentIndexValue = 88;
				if(contentname == "KUENTZ - LANDMAN") iContentIndexValue = 89;
				if(contentname == "LANDO - LATTIMORE") iContentIndexValue = 90;
				if(contentname == "LATTIN - LEE") iContentIndexValue = 91;
				if(contentname == "LEE - LES") iContentIndexValue = 92;
				if(contentname == "LESTER - LINGO") iContentIndexValue = 93;
				if(contentname == "LINKSWILER - LONGACRE") iContentIndexValue = 94;
				if(contentname == "LONGFELLOWS - LUDWIG") iContentIndexValue = 95;
				if(contentname == "LUDWIG - MACDONALD") iContentIndexValue = 96;
				if(contentname == "MACFARLAND - MAIER") iContentIndexValue = 97;
				if(contentname == "MAIER - MANTHEY") iContentIndexValue = 98;
				if(contentname == "MANTONYA - MARTIN") iContentIndexValue = 99;
				if(contentname == "MARTIN - MATHEWS") iContentIndexValue = 100;
				if(contentname == "MATHEWS - MCAFEE") iContentIndexValue = 101;
				if(contentname == "MCALEER - MCCOY") iContentIndexValue = 102;
				if(contentname == "MCCOY - MCGEE") iContentIndexValue = 103;
				if(contentname == "MCGHEE - MCLARGIN") iContentIndexValue = 104;
				if(contentname == "MCLARTY - MEADOWS") iContentIndexValue = 105;
				if(contentname == "MEADS - MERRIOTT") iContentIndexValue = 106;
				if(contentname == "MERRITT - MILLER") iContentIndexValue = 107;
				if(contentname == "MILLER - MR") iContentIndexValue = 108;
				if(contentname == "MISTER - MOORE") iContentIndexValue = 109;
				if(contentname == "MOORE - MORGAN") iContentIndexValue = 110;
				if(contentname == "MORGAN - MOUNT") iContentIndexValue = 111;
				if(contentname == "MOUNTAIN - MURRAY") iContentIndexValue = 112;
				if(contentname == "MURRAY - NASTRI") iContentIndexValue = 113;
				if(contentname == "NATALIA - NEUMAN") iContentIndexValue = 114;
				if(contentname == "NEUMAN - NIKOLAUSON") iContentIndexValue = 115;
				if(contentname == "NIKOLAUSON - NORWOOD") iContentIndexValue = 116;
				if(contentname == "NOVUS - OLIVER") iContentIndexValue = 117;
				if(contentname == "OLIVER - OUR") iContentIndexValue = 118;
				if(contentname == "OUR - PALMER") iContentIndexValue = 119;
				if(contentname == "PALMER - PARADISE") iContentIndexValue = 120;
				if(contentname == "PARADISE") iContentIndexValue = 121;
				if(contentname == "PARADISE - PASTRANO") iContentIndexValue = 122;
				if(contentname == "PATA - PEDRO") iContentIndexValue = 123;
				if(contentname == "PEE - PESTANA") iContentIndexValue = 124;
				if(contentname == "PESTANA - PICARD") iContentIndexValue = 125;
				if(contentname == "PICCIOLO - PITCOCK") iContentIndexValue = 126;
				if(contentname == "PITMAN - PORTER") iContentIndexValue = 127;
				if(contentname == "PORTER - PRESSON") iContentIndexValue = 128;
				if(contentname == "PRESTON - QUATTLEBAUM") iContentIndexValue = 129;
				if(contentname == "QUATTLEBAUM - RAMOS") iContentIndexValue = 130;
				if(contentname == "RAMOS - REAL") iContentIndexValue = 131;
				if(contentname == "REAL - RELEI") iContentIndexValue = 132;
				if(contentname == "RELIANCE - RICHARDS") iContentIndexValue = 133;
				if(contentname == "RICHARDSON - RIFFERT") iContentIndexValue = 134;
				if(contentname == "RIGG - ROBERTS") iContentIndexValue = 135;
				if(contentname == "ROBERTS - ROEBUCK") iContentIndexValue = 136;
				if(contentname == "ROEHR - ROSE") iContentIndexValue = 137;
				if(contentname == "ROSE - RUHMAN") iContentIndexValue = 138;
				if(contentname == "RUHMAN - ST") iContentIndexValue = 139;
				if(contentname == "SANDERS - SCHACHT") iContentIndexValue = 140;
				if(contentname == "SCHADE - SCHULTE") iContentIndexValue = 141;
				if(contentname == "SCHULTE - SEBRING") iContentIndexValue = 142;
				if(contentname == "SECOND - SHAFFER") iContentIndexValue = 143;
				if(contentname == "SHAFFER - SHEPPARD") iContentIndexValue = 144;
				if(contentname == "SHEPPARD - SIERRA") iContentIndexValue = 145;
				if(contentname == "SIEVERS - SKARIN") iContentIndexValue = 146;
				if(contentname == "SKARIN - SMITH") iContentIndexValue = 147;
				if(contentname == "SMITH") iContentIndexValue = 148;
				if(contentname == "SMITH - SONNTAG-REEVE") iContentIndexValue = 149;
				if(contentname == "SONNTAG - SPENCER") iContentIndexValue = 150;
				if(contentname == "SPENCER - STANLEY") iContentIndexValue = 151;
				if(contentname == "ST - SANDERS") iContentIndexValue = 152;
				if(contentname == "STANLEY - STERLING") iContentIndexValue = 153;
				if(contentname == "STETSON - STOKES") iContentIndexValue = 154;
				if(contentname == "STOKES - STRWN") iContentIndexValue = 155;
				if(contentname == "STRYKER - SUPREME") iContentIndexValue = 156;
				if(contentname == "SURACO - TALLEY") iContentIndexValue = 157;
				if(contentname == "TALLEY - TEMPLIN") iContentIndexValue = 158;
				if(contentname == "TEN - THOMAS") iContentIndexValue = 159;
				if(contentname == "THOMAS - TIMBER") iContentIndexValue = 160;
				if(contentname == "TIMBER - TOWNE") iContentIndexValue = 161;
				if(contentname == "TOWNSEND - TUCKER") iContentIndexValue = 162;
				if(contentname == "TUCKER - ULMEN") iContentIndexValue = 163;
				if(contentname == "ULMER - VANCOTT") iContentIndexValue = 164;
				if(contentname == "VANDANBERG - VELARDO") iContentIndexValue = 165;
				if(contentname == "VELASCO - VOELKER") iContentIndexValue = 166;
				if(contentname == "VOERMANS - WALKER") iContentIndexValue = 167;
				if(contentname == "WALKER - WARE") iContentIndexValue = 168;
				if(contentname == "WARE - WEAVER") iContentIndexValue = 169;
				if(contentname == "WEAVER - WELLS") iContentIndexValue = 170;
				if(contentname == "WELLS - WHISKER") iContentIndexValue = 171;
				if(contentname == "WHISPERING - WIETIES") iContentIndexValue = 172;
				if(contentname == "WIGGINS - WILLIAMS") iContentIndexValue = 173;
				if(contentname == "WILLIAMS - WILSON") iContentIndexValue = 174;
				if(contentname == "WILSON - WOLFE") iContentIndexValue = 175;
				if(contentname == "WOLFE - WOODY") iContentIndexValue = 176;
				if(contentname == "WOOLDRIDGE - WYRICK") iContentIndexValue = 177;
				if(contentname == "WYSOCKI - YUHASZ") iContentIndexValue = 178;
				if(contentname == "YUHASZ - ZYTKOSKEE") iContentIndexValue = 179;
				break;
		}
	}
	return iContentIndexValue;
}
function GetBrowserSize() {
	if( typeof( window.innerWidth ) == 'number' ) {
		//Non-IE
		iClientWidth = window.innerWidth-18;
		iClientHeight = window.innerHeight-18;
	} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
		//IE 6+ in 'standards compliant mode'
		iClientWidth = document.documentElement.clientWidth;
		iClientHeight = document.documentElement.clientHeight;
	} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
		//IE 4 compatible
		iClientWidth = document.body.clientWidth;
		iClientHeight = document.body.clientHeight;
	}
}

function setCookie(name, value) { document.cookie = name + "=" + escape(value); }

function setCookieWithExpirationDate(name, value, expires, path, domain, secure) {
	var futdate = new Date();
	futdate.setTime(futdate.getTime() + 1000 * 60 * 60 * 24 * 365 * 1);
	var sCookieStatement = name + "=" + escape(value)
	sCookieStatement += ((futdate) ? "; expires=" + futdate.toGMTString() : "")
	sCookieStatement += ((path) ? "; path=" + path : "")
	sCookieStatement += ((domain) ? "; domain=" + domain : "")
	sCookieStatement += ((secure) ? "; secure" : "");
	document.cookie = sCookieStatement;
}
function getCookieForFavorite(){
	var i = 0;
	while (getCookie("Favorite" + i) != null) {
		aFavoriteList[i] = getCookie("Favorite" + i);
		i++;
	}
}
function getCookie(name) {
	var start = document.cookie.indexOf(name + "=");
	var len = start + name.length + 1;
	if ((!start) && (name != document.cookie.substring( 0, name.length ))) {
		return null;
	}
	if (start == -1 ) return null;
	var end = document.cookie.indexOf(";", len );
	if ( end == -1 ) end = document.cookie.length;
	return unescape( document.cookie.substring( len, end ) );
}

function deleteCookie(name) { if(getCookie(name)) document.cookie = name + "=" + ""; }

function CheckCookiesEnabled() {
	setCookie('CheckCookie','True');
	cookieEnabled = (document.cookie.indexOf('CheckCookie') == -1 ? false : true);
}

function SetAllHistoryToNull() {
	aHistory = new Array(3);
	for(i = 0; i < 3; i++) aHistory[i] = new Array();
}

function AddHistoryBasedOnSection() {
	var bExisted = false;
	if(aHistory != null) {
		if(aHistory[document.getElementById("sections").selectedIndex].length > 0) {
			for(i = 0; i < aHistory[document.getElementById("sections").selectedIndex].length; i++){
				if(aHistory[document.getElementById("sections").selectedIndex][i] == iCurrentPageNumber) {
					bExisted = true;
					break;
				}
			}
		}
		if(bExisted == false) {
			var iLength = aHistory[document.getElementById("sections").selectedIndex].length;
			aHistory[document.getElementById("sections").selectedIndex][iLength] = iCurrentPageNumber;
		}
	}
}

function PopulateHistoryBasedOnSection() {
	sOptionStatement = "";
	if(aHistory != null && aHistory[document.getElementById("sections").selectedIndex].length > 0) {
		sOptionStatement = "<select class='selecthistorylist' name='historylist' id='historylist' onclick='parent.ChangePageBasedOnHistory()' onBlur='parent.ClearHistoryClick()'>";
		for(i = 0; i < aHistory[document.getElementById("sections").selectedIndex].length; i++)
			sOptionStatement += "<option>Page" + aHistory[document.getElementById("sections").selectedIndex][i] + "</option>";
		sOptionStatement += "</select>";
	}else
		sOptionStatement = "";
}

function GetOptionStatement() { return sOptionStatement; }

function GetHistoryHTML(sOption) {
	var sHTML = "";
	sHTML += "<iframe id='generaltab' name='generaltab' marginheight='0' marginwidth='0px' align='top' scrolling='no' frameborder='0' width='100%' height='100%' title='' style='border:solid; border-width:2px;'>";
	sHTML += "<link rel='stylesheet' type='text/css' media='screen' href='/MC_CD_PARADISE/history.css' title='Favorite'></link>";
	sHTML += "<div class='history'>";
	sHTML += "<div class='generalhistory'>";
	sHTML += "<div class='historylabel' id='historylabel'>";
	sHTML += "&nbsp;&nbsp;History:";
	sHTML += "</div>";
	sHTML += "<div class='divhistorylist'>";
	sHTML += "<select class='selecthistorylist' name='historylist' id='historylist'>";
	sHTML += sOption;
	sHTML += "</select>";
	sHTML += "</div>";
	sHTML += "</div>";
	sHTML += "</div>";
	sHTML += "</iframe>";
	return sHTML;
}

function PopUpFavoriteAddHTML() {
	var popW = 290;
	var popH = 125;
	var leftPos = (iClientWidth-popW)/2;
	var topPos = (iClientHeight-popH)/2;
	window.open("FavoriteAdd.aspx","AddFavorite","status=0,titlebar=0,toolbar=0,location=0,menubar=0,resizable=0,width=" + popW + ",height=" + popH + ",top=" + topPos + ",left=" + leftPos);
}

function AddFavorite(sValue) {
	var iLength = aFavoriteList.length;
	var sFavoriteInfo = trim(sValue);
	sFavoriteInfo += ":" + document.getElementById("sections").selectedIndex + "-" + iCurrentPageNumber;
	aFavoriteList[iLength] = sFavoriteInfo;
	setCookieWithExpirationDate("Favorite"+iLength, sFavoriteInfo);
	PopulateFavorite();
	if(iGeneralTab == 1)
		window.frames["generaltab"].location = "favorite.aspx";
}

function RemoveFavorite() {
	if(aFavoriteList.length > 0) {
		var aSplitValue = aFavoriteList[window.frames["generaltab"].document.getElementById("favoritelist").selectedIndex].split(":");
		if(confirm("Are you sure you want to remove " + aSplitValue[0] + "?")) {
			var aSecondSplitValue = aSplitValue[1].split("-");
			aFavoriteList.splice(window.frames["generaltab"].document.getElementById("favoritelist").selectedIndex,1);
			deleteCookie("Favorite" + window.frames["generaltab"].document.getElementById("favoritelist").selectedIndex);
			PopulateFavorite();
	if(iGeneralTab == 1)
		window.frames["generaltab"].location = "favorite.aspx";
		}
	} else {
	alert("There is no favorite on the list.");
	}
}

function SetUpFavoriteBasedOnCookie() {
	getCookieForFavorite();
	PopulateFavorite();
}

function PopulateFavorite() {
	var aSplitValue = null;
	sFavoriteOptionStatement = "";
	if(aFavoriteList.length > 0) {
		for(i = 0; i < aFavoriteList.length; i++) {
			aSplitValue = aFavoriteList[i].split(":");
			sFavoriteOptionStatement += "<option value=" + aSplitValue[1] + ">" + aSplitValue[0] + "</option>";
		}
	}else
		sFavoriteOptionStatement = "";
}

function ClearFavoriteClick() { iNumberOfFavoriteClick = 0; }

function ChangeFavorite() {
	iNumberOfFavoriteClick++;
	if(aFavoriteList.length > 0 && iNumberOfFavoriteClick > 1) {
		var aSplitValue = aFavoriteList[window.frames["generaltab"].document.getElementById("favoritelist").selectedIndex].split(":");
		var aSecondSplitValue = aSplitValue[1].split("-");
		document.getElementById("sections").selectedIndex = aSecondSplitValue[0];
		iCurrentPageNumber = aSecondSplitValue[1];
		if(iCurrentPageNumber != document.getElementById("pagenumberinput").value) {
			document.getElementById("pagenumberinput").value = iCurrentPageNumber;
			document.getElementById("pagenumberinputatbottom").value = iCurrentPageNumber;
			RefreshGeneralBanner();
			RefreshHeadingSpecificBanner();
			UpdateSRCInIFrameViewPage();
			aValue = new Array(3);
			aValue[0] = String(iCurrentPageNumber);
			aValue[1] = "0";
			aValue[2] = "0";
			UpdateVisitOnStatistics(2,aValue, GetCurrentSectionName(), "PAGE");
			aValue = null;
		}
	}
}

function PopUpBannerInfoHTML() {
	var popW = 290;
	var popH = 125;
	var leftPos = (iClientWidth-popW)/2;
	var topPos = (iClientHeight-popH)/2;
	aValue = new Array(2);
	aValue[0] = sCurrentGeneralBannerInfo;
	aValue[1] = "0";
	UpdateVisitOnStatistics(1,sCurrentGeneralBannerInfo, GetCurrentSectionName(), "BANNER");
	aValue = null;
	window.open("popupbannerinformation.aspx","Information","status=0,titlebar=0,toolbar=0,location=0,menubar=0,resizable=0,width=" + popW + ",height=" + popH + ",top=" + topPos + ",left=" + leftPos);
}

function PopUpBannerInfoForHSHTML() {
	var popW = 290;
	var popH = 125;
	var leftPos = (iClientWidth-popW)/2;
	var topPos = (iClientHeight-popH)/2;
	aValue = new Array(2);
	aValue[0] = sCurrentHSBannerInfo;
	aValue[1] = "0";
	UpdateVisitOnStatistics(1,aValue, GetCurrentSectionName(), "BANNER");
	aValue = null;
	window.open("popupbannerinformationForHS.aspx","Information","status=0,titlebar=0,toolbar=0,location=0,menubar=0,resizable=0,width=" + popW + ",height=" + popH + ",top=" + topPos + ",left=" + leftPos);
}

function cancelemail() {
	var subobj = document.getElementById("emailsystem");
	subobj.style.display = "none";
	bHide = true;
	showhideleftside();
}

function sendemail() {
	ProcessEmail('/MC_CD_PARADISE/MCEmailSystem.aspx', 
	document.getElementById("toemailaddress").value, 
	document.getElementById("fromemailaddress").value, 
	document.getElementById("subject").value,
	document.getElementById("message").value, 
	document.getElementById("sections").selectedIndex,
	'LCTPAGE' + iCurrentPageNumber + '.ZIP');	
	cancelemail();
}

function PopUpEmailSystem() {
	var subobj = document.getElementById("emailsystem");
	document.getElementById("subject").value = document.getElementById("sections")[document.getElementById("sections").selectedIndex].value + ' - Page ' + iCurrentPageNumber;
	document.getElementById("note").innerHTML = document.getElementById("sections")[document.getElementById("sections").selectedIndex].value + ' - Page ' + iCurrentPageNumber;
	subobj.style.display = "block";
	subobj.style.left = 0;
	subobj.style.top = 0;
	if(IsItIE() == false || (IsItIE() == true && getIEVersionNumber() >= 7)) {
		document.getElementById("emailsystem").style.position = "fixed";
	} else {
		document.getElementById("emailsystem").style.position = "relative";
		document.getElementById("emailsystem").style.width = "1px";
		document.getElementById("emailsystem").style.height = "1px";
	}
	bHide = false;
	showhideleftside();
}

function PopUpCallSystem() {
	var subobj = document.getElementById("clicktocallsystem");
	subobj.style.display = "block";
	if(IsItIE() == false || (IsItIE() == true && getIEVersionNumber() >= 7)) {
		document.getElementById("clicktocallsystem").style.position = "fixed";
	} else {
		document.getElementById("clicktocallsystem").style.position = "relative";
		document.getElementById("clicktocallsystem").style.width = "1px";
		document.getElementById("clicktocallsystem").style.height = "1px";
	}
	bHide = false;
}

function cancelcall() {
	var subobj = document.getElementById("clicktocallsystem");
	subobj.style.display = "none";
	bHide = true;
}

function sendcall() { cancelcall(); }

function LTrim(value) {
	var re = /\s*((\S+\s*)*)/;
	return value.replace(re, "$1");
}

function RTrim(value) {
	var re = /((\s*\S+)*)\s*/;
	return value.replace(re, "$1");
}

function trim(value) { return LTrim(RTrim(value)); }
function ChangeTab(iWhichTab) {
	iGeneralTab = iWhichTab;
	document.getElementById("SearchTab").style.background = "transparent";
	document.getElementById("FavoriteTab").style.background = "transparent";
	document.getElementById("HistoryTab").style.background = "transparent";
	if(iGeneralTab == 0)
		document.getElementById("SearchTab").style.background = "rgb(255,255,128)";
	if(iGeneralTab == 1)
		document.getElementById("FavoriteTab").style.background = "rgb(255,255,128)";
	if(iGeneralTab == 2)
		document.getElementById("HistoryTab").style.background = "rgb(255,255,128)";
}


