//Highlight Table Cells Script-- By Dynamic Drive //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com //This credit MUST stay intact for use var ns6=document.getElementById&&!document.all var ie=document.all function changeto(e,highlightcolor){ source=ie? event.srcElement : e.target if (source.tagName=="TR"||source.tagName=="TABLE") return while(source.tagName!="TD"&&source.tagName!="HTML") source=ns6? source.parentNode : source.parentElement if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore") source.style.backgroundColor=highlightcolor } function contains_ns6(master, slave) { //check if slave is contained by master while (slave.parentNode) if ((slave = slave.parentNode) == master) return true; return false; } function changeback(e,originalcolor){ if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TR"||source.tagName=="TABLE") return else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore")) return if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source) source.style.backgroundColor=originalcolor } function load(form) { var url = form.list.options[form.list.selectedIndex].value; if (url != "") location.href = url; return false; } function addbookmark() { bookmarkurl="http://www.svrt.net/internet/" bookmarktitle="Silicon Valley Results Team" if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } function addbookmarklite() { bookmarkurl="http://www.svrt.net/internet/lite.php" bookmarktitle="Silicon Valley Results Team" if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } var win=null; function NewWindow(mypage,myname,w,h,pos,infocus){ if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;} else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20} settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";win=window.open(mypage,myname,settings); win.focus();} function OTW(form) { var index = form.list.selectedIndex; OTWNext(index); return false; } function OTWJump() { var index = document.forms.OTWmenu.list.selectedIndex; switch ( index ) { case 0: location.href="http://www.svrt.net/internet/all_listing.php?sort=status#new_listing"; break; case 1: location.href="http://www.svrt.net/internet/all_listing.php?sort=status#best_buy"; break; case 2: location.href="http://www.svrt.net/internet/all_listing.php?sort=status#coming_soon"; break; case 3: location.href="http://www.svrt.net/internet/all_listing.php?sort=status#new_price"; break; } return false; } function imgCycleOTW(dir) { with (this) { stop(); currImg = dir; currImg = currImg % data.length; if (currImg < 0) currImg += data.length; var imgRef = parLyr.document.images[myName + 'Img']; var f = imgRef.filters; if (f&&f.length&&f[0]) f[0].Apply(); imgRef.src = data[currImg].src; if (f&&f.length&&f[0]) f[0].Play(); }} function imgCycle(dir) { with (this) { stop(); currImg += dir; currImg = currImg % data.length; if (currImg < 0) currImg += data.length; var imgRef = parLyr.document.images[myName + 'Img']; var f = imgRef.filters; if (f&&f.length&&f[0]) f[0].Apply(); imgRef.src = data[currImg].src; if (f&&f.length&&f[0]) f[0].Play(); }} function imgPlay() { with (this) { cycle(1); timer = setTimeout(myName + '.play()', delay); }} function imgStop() { clearTimeout(this.timer); this.timer = null; } function ImageCycle(myName, delay, parLyr) { this.myName = myName; this.delay = delay; this.timer = 0; this.parLyr = (document.layers && parLyr ? eval(parLyr) : window); this.currImg = 0; this.data = new Array(); for (var i = 3; i < arguments.length; i++) { this.data[i - 3] = new Image(); this.data[i - 3].src = arguments[i]; } this.cycle = imgCycle; this.play = imgPlay; this.stop = imgStop; this.cycleOTW = imgCycleOTW; } function OTWNext(index) { OTW1.cycleOTW(index); OTW2.cycleOTW(index); OTW3.cycleOTW(index); OTW4.cycleOTW(index); OTW5.cycleOTW(index); OTW6.cycleOTW(index); OTW7.cycleOTW(index); if (document.all) { document.all['OTW1Text'].innerText = OTW1_text[index]; document.all['OTW2Text'].innerText = OTW2_text[index]; document.all['OTW3Text'].innerText = OTW3_text[index]; document.all['OTW4Text'].innerText = OTW4_text[index]; document.all['OTW5Text'].innerText = OTW5_text[index]; document.all['OTW6Text'].innerText = OTW6_text[index]; document.all['OTW7Text'].innerText = OTW7_text[index]; document.all['OTW1Text2'].innerText = OTW1_text2[index]; document.all['OTW2Text2'].innerText = OTW2_text2[index]; document.all['OTW3Text2'].innerText = OTW3_text2[index]; document.all['OTW4Text2'].innerText = OTW4_text2[index]; document.all['OTW5Text2'].innerText = OTW5_text2[index]; document.all['OTW6Text2'].innerText = OTW6_text2[index]; document.all['OTW7Text2'].innerText = OTW7_text2[index]; } else if (document.getElementById) { document.getElementById('OTW1Text').innerHTML = OTW1_text[index]; document.getElementById('OTW2Text').innerHTML = OTW2_text[index]; document.getElementById('OTW3Text').innerHTML = OTW3_text[index]; document.getElementById('OTW4Text').innerHTML = OTW4_text[index]; document.getElementById('OTW5Text').innerHTML = OTW5_text[index]; document.getElementById('OTW6Text').innerHTML = OTW6_text[index]; document.getElementById('OTW7Text').innerHTML = OTW7_text[index]; document.getElementById('OTW1Text2').innerHTML = OTW1_text2[index]; document.getElementById('OTW2Text2').innerHTML = OTW2_text2[index]; document.getElementById('OTW3Text2').innerHTML = OTW3_text2[index]; document.getElementById('OTW4Text2').innerHTML = OTW4_text2[index]; document.getElementById('OTW5Text2').innerHTML = OTW5_text2[index]; document.getElementById('OTW6Text2').innerHTML = OTW6_text2[index]; document.getElementById('OTW7Text2').innerHTML = OTW7_text2[index]; } } function toProperty(number) { index = document.forms.OTWmenu.list.selectedIndex switch (number) { case 1: if (OTW1_link[index] != 0) window.location = ('/internet/house' + OTW1_link[index] + '.html') break; case 2: if (OTW2_link[index] != 0) window.location = ('/internet/house' + OTW2_link[index] + '.html') break; case 3: if (OTW3_link[index] != 0) window.location = ('/internet/house' + OTW3_link[index] + '.html') break; case 4: if (OTW4_link[index] != 0) window.location = ('/internet/house' + OTW4_link[index] + '.html') break; case 5: if (OTW5_link[index] != 0) window.location = ('/internet/house' + OTW5_link[index] + '.html') break; case 6: if (OTW6_link[index] != 0) window.location = ('/internet/house' + OTW6_link[index] + '.html') break; case 7: if (OTW7_link[index] != 0) window.location = ('/internet/house' + OTW7_link[index] + '.html') break; } } //http://svrt.net/images/sjnv/houses/ . $sid . _vlisting var OTW1_link = new Array(4); var OTW2_link = new Array(4); var OTW3_link = new Array(4); var OTW4_link = new Array(4); var OTW5_link = new Array(4); var OTW6_link = new Array(4); var OTW7_link = new Array(4); var OTW1_text = new Array(4); var OTW2_text = new Array(4); var OTW3_text = new Array(4); var OTW4_text = new Array(4); var OTW5_text = new Array(4); var OTW6_text = new Array(4); var OTW7_text = new Array(4); var OTW1_text2 = new Array(4); var OTW2_text2 = new Array(4); var OTW3_text2 = new Array(4); var OTW4_text2 = new Array(4); var OTW5_text2 = new Array(4); var OTW6_text2 = new Array(4); var OTW7_text2 = new Array(4); var OTW1 = new ImageCycle('OTW1', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW1_link[0] = 1863; OTW1_link[1] = 0; OTW1_link[2] = 1861; OTW1_link[3] = 0; OTW1_text[0] = "Sierra Rd"; OTW1_text2[0] = "North Valley"; OTW1_text[1] = "No Property"; OTW1_text2[1] = " "; OTW1_text[2] = "Canyon Creek Cir"; OTW1_text2[2] = "All Other Areas"; OTW1_text[3] = "No Property"; OTW1_text2[3] = ""; var OTW2 = new ImageCycle('OTW2', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW2_link[0] = 1862; OTW2_link[1] = 0; OTW2_link[2] = 1859; OTW2_link[3] = 0; OTW2_text[0] = "Mackenzie Ct"; OTW2_text2[0] = "W San Jose"; OTW2_text[1] = "No Property"; OTW2_text2[1] = " "; OTW2_text[2] = "Lynwood Terrace"; OTW2_text2[2] = "Milpitas"; OTW2_text[3] = "No Property"; OTW2_text2[3] = ""; var OTW3 = new ImageCycle('OTW3', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW3_link[0] = 1860; OTW3_link[1] = 0; OTW3_link[2] = 1858; OTW3_link[3] = 0; OTW3_text[0] = "Yerba Bank Ct"; OTW3_text2[0] = "W San Jose"; OTW3_text[1] = "No Property"; OTW3_text2[1] = " "; OTW3_text[2] = "Oneco Ct"; OTW3_text2[2] = "Evergreen"; OTW3_text[3] = "No Property"; OTW3_text2[3] = ""; var OTW4 = new ImageCycle('OTW4', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW4_link[0] = 1857; OTW4_link[1] = 0; OTW4_link[2] = 1855; OTW4_link[3] = 0; OTW4_text[0] = "Delacroix Ct"; OTW4_text2[0] = "Evergreen"; OTW4_text[1] = "No Property"; OTW4_text2[1] = " "; OTW4_text[2] = "New Bedford Ct"; OTW4_text2[2] = "North Valley"; OTW4_text[3] = "No Property"; OTW4_text2[3] = ""; var OTW5 = new ImageCycle('OTW5', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW5_link[0] = 1856; OTW5_link[1] = 0; OTW5_link[2] = 1852; OTW5_link[3] = 0; OTW5_text[0] = "Creekland Cir"; OTW5_text2[0] = "North Valley"; OTW5_text[1] = "No Property"; OTW5_text2[1] = " "; OTW5_text[2] = "Pala Ranch Cir"; OTW5_text2[2] = "North Valley"; OTW5_text[3] = "No Property"; OTW5_text2[3] = ""; var OTW6 = new ImageCycle('OTW6', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW6_link[0] = 1854; OTW6_link[1] = 0; OTW6_link[2] = 1851; OTW6_link[3] = 0; OTW6_text[0] = "Thornbury Ln"; OTW6_text2[0] = "Evergreen"; OTW6_text[1] = "No Property"; OTW6_text2[1] = " "; OTW6_text[2] = "Emerald Hills Circle"; OTW6_text2[2] = "North Valley"; OTW6_text[3] = "No Property"; OTW6_text2[3] = ""; var OTW7 = new ImageCycle('OTW7', '3000', null, 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); OTW7_link[0] = 1853; OTW7_link[1] = 0; OTW7_link[2] = 1843; OTW7_link[3] = 0; OTW7_text[0] = "Sweetbriar Dr"; OTW7_text2[0] = "Willow Glen"; OTW7_text[1] = "No Property"; OTW7_text2[1] = " "; OTW7_text[2] = "Lago De Bracciano St"; OTW7_text2[2] = "Evergreen"; OTW7_text[3] = "No Property"; OTW7_text2[3] = ""; var VHT1_text = new Array(); var VHT2_text = new Array(); var VHT3_text = new Array(); var VHT4_text = new Array(); var VHT5_text = new Array(); var VHT6_text = new Array(); var VHT7_text = new Array(); var VHT1_text2 = new Array(); var VHT2_text2 = new Array(); var VHT3_text2 = new Array(); var VHT4_text2 = new Array(); var VHT5_text2 = new Array(); var VHT6_text2 = new Array(); var VHT7_text2 = new Array(); var VHT1_link = new Array(); var VHT2_link = new Array(); var VHT3_link = new Array(); var VHT4_link = new Array(); var VHT5_link = new Array(); var VHT6_link = new Array(); var VHT7_link = new Array(); var VHT1_type = new Array(); var VHT2_type = new Array(); var VHT3_type = new Array(); var VHT4_type = new Array(); var VHT5_type = new Array(); var VHT6_type = new Array(); var VHT7_type = new Array(); VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3894&m=1" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Craft Drive" VHT1_text2[VHT1_text2.length] = "Cupertino" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3873&m=6" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Paseo Lado" VHT2_text2[VHT2_text2.length] = "Saratoga" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3860&m=7" VHT3_type[VHT3_type.length] = "0" VHT3_text[VHT3_text.length] = "Oneco Court" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3810&m=1" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Seville Way" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3811&m=13" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Bob White Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3808&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Florence Park Dr" VHT6_text2[VHT6_text2.length] = "Santa Clara" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3803&m=2" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Trieste Ct." VHT7_text2[VHT7_text2.length] = "Santa Clara"//mod = 110 //int = 1 //in if statement mod = 110 //in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3802&m=7" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Briarleaf Cir" VHT1_text2[VHT1_text2.length] = "Santa Clara" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3800&m=8" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Middle Park Dr." VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3648&m=7" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fargate Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3777&m=13" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Briartree Dr." VHT4_text2[VHT4_text2.length] = "Santa Clara" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3780&m=9" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Celebration Dr." VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3763&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Old Stone Way" VHT6_text2[VHT6_text2.length] = "Santa Clara" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/vt.aspx?hid=3755" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Mission Springs Circle" VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3749&m=5" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Evergreen Way" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3750&m=8" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Arroyo De Oro" VHT2_text2[VHT2_text2.length] = "Santa Clara" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3743&m=5" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Lamond Ct." VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3738&m=8" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sierra Village Pl" VHT4_text2[VHT4_text2.length] = "Santa Clara" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3739&m=9" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Lisbon Dr." VHT5_text2[VHT5_text2.length] = "Santa Clara" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3727&m=1" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Homer Cmn" VHT6_text2[VHT6_text2.length] = "Santa Clara" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3714&m=6" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Etoile Ct." VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3702&m=4" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Cape Coral Dr." VHT1_text2[VHT1_text2.length] = "Santa Clara" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3709&m=7" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Linkfield Way" VHT2_text2[VHT2_text2.length] = "Santa Clara" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3703&m=5" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Payne Ave." VHT3_text2[VHT3_text2.length] = "Santa Clara" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3687&m=7" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mount Shasta Ave" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3690&m=7" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Joaquin Murieta Ave." VHT5_text2[VHT5_text2.length] = "Newark" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3683&m=8" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Walkingshaw Way" VHT6_text2[VHT6_text2.length] = "Santa Clara" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3688&m=6" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Vineyard Park Way" VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3658&m=5" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Stallion Way" VHT1_text2[VHT1_text2.length] = "Santa Clara" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3652&m=8" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Hyde Ave." VHT2_text2[VHT2_text2.length] = "Santa Clara" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3627&m=9" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Padilla Way" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3624&m=13" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Beaumere Way" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3616&m=1" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Carnavon Way" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3615&m=8" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Chihong Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3614&m=7" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Brooks Range Landing" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3613&m=5" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Jacklin Ct" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3601&m=2" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Ryland Park Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3588&m=17" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Danna Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3589&m=1" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Bimmerle Pl" VHT4_text2[VHT4_text2.length] = "Blossom Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3568&m=13" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Etoile Ct" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3569&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Trestlewood Dr" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3551&m=13" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Elkwood Dr" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3543&m=5" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Lederer Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3518&m=2" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Adeline Ave" VHT2_text2[VHT2_text2.length] = "Blossom Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3521&m=5" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Rocky Mountain Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3515&m=8" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Revere Pl" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3502&m=5" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Kenai Cmn" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3503&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Metropolitan Way" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3496&m=6" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Kuykendall Pl" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3492&m=8" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Stonemag Way" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3491&m=4" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Baker Pl" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3471&m=2" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Heritage Bay Pl" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3470&m=6" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sajak Ave" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3469&m=0" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Thorn Valley Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3467&m=13" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "River Birch Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3454&m=5" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Taylor Ave" VHT7_text2[VHT7_text2.length] = "Morgan Hill/Gilroy"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3454&m=5" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Pentland Way" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3450&m=7" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Montecito Way" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3447&m=9" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Valley Vista Ct" VHT3_text2[VHT3_text2.length] = "Fremont" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3442&m=13" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Moretti Lane" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3429&m=7" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Red Cedar Ct" VHT5_text2[VHT5_text2.length] = "Union City" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3424&m=13" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Harmony Pl" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3423&m=7" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Rigor Dr" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3392&m=5" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Winston St" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3382&m=5" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Skylark Dr" VHT2_text2[VHT2_text2.length] = "Union City" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3367&m=4" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Toyon Ave" VHT3_text2[VHT3_text2.length] = "W San Jose" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3363&m=5" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Applause Pl" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3362&m=9" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Bellemeade St" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3361&m=6" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Doxey Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3358&m=9" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Mayall Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3349&m=8" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Aurora Ter" VHT1_text2[VHT1_text2.length] = "Fremont" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3340&m=4" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Rinconada Ct" VHT2_text2[VHT2_text2.length] = "Newark" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3353&m=7" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Toscana Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3352&m=5" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Metropolitan Way" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3325&m=5" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Evangelho Cir" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3326&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Tradewinds Dr" VHT6_text2[VHT6_text2.length] = "South San Jose" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3317&m=9" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fern Pine Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3318&m=7" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Shanghai Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3304&m=6" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Fascination Pl" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3297&m=7" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Ivy Glen Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3280&m=7" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Kenai Cmn" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3269&m=6" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Ramsdell Pl" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3265&m=4" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Mary Caroline Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3261&m=13" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fire Walk" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3260&m=13" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Nipoma Ct" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3242&m=6" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "S. Tantau Ave" VHT2_text2[VHT2_text2.length] = "Cupertino" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3255&m=7" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Cape Kennedy Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3254&m=9" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Louvre Ave" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3253&m=5" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Rue Mirassou" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3243&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Wayne Cir" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3235&m=8" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Winston St" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3229&m=8" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Rue Avati" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3222&m=6" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Bradshaw Dr" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3215&m=8" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Timber Creek Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3204&m=8" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Valley Vista Dr" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3203&m=13" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Metropolitan Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3182&m=13" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Famille Ct" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3179&m=7" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Windmill Palm Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3177&m=6" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Metropolitan Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3178&m=9" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Delacroix Ct" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3167&m=4" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Monte Cresta Way" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3163&m=3" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Holly Hock Ct" VHT4_text2[VHT4_text2.length] = "W San Jose" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3161&m=5" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Croner Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3160&m=6" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Pointe Hope Landing" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3151&m=6" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Rigor Dr" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3152&m=9" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ohara Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3144&m=3" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Granado Ave" VHT2_text2[VHT2_text2.length] = "Fremont" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3145&m=3" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Silver Pond Ln" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3142&m=8" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Hobbs Ct" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3130&m=3" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Salamoni Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3122&m=1" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Pinot Grigio Pl" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3118&m=4" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Shoshana Ln" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3109&m=3" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Pacifica Way" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3110&m=6" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Kimlee Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3105&m=5" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Ivalynn Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3100&m=8" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Bouquet Park Ln" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3097&m=1" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Vista Creek Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3094&m=9" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Vinifera Dr" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3078&m=9" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Pietro Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3080&m=4" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Alline St" VHT1_text2[VHT1_text2.length] = "Fremont" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3073&m=8" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Edgewater Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3074&m=13" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Timberpine Ct" VHT3_text2[VHT3_text2.length] = "Sunnyvale" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3052&m=5" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Taft Ave" VHT4_text2[VHT4_text2.length] = "Santa Clara" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3051&m=3" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Heatherwood Way" VHT5_text2[VHT5_text2.length] = "Morgan Hill/Gilroy" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3042&m=1" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Cane Palm" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3043&m=7" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Mary Helen Ln" VHT7_text2[VHT7_text2.length] = "South San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3037&m=3" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ringwood Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3029&m=13" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Silver Pond Ln" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3028&m=1" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Prelude Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=3007&m=2" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Shelley Ave" VHT4_text2[VHT4_text2.length] = "W San Jose" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2999&m=6" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Belford Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2984&m=13" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Serenity Pl" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2985&m=2" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Dahlia Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2986&m=7" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Bryant St" VHT1_text2[VHT1_text2.length] = "Palo Alto" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2978&m=4" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Westberry Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2963&m=1" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Briarleaf Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2964&m=1" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Pinot Grigio Pl" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2957&m=8" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Allegro St" VHT5_text2[VHT5_text2.length] = "Alameda Co" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2952&m=3" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Feasel Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2947&m=3" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Celebration" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2943&m=3" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Costa Mesa Ter" VHT1_text2[VHT1_text2.length] = "Sunnyvale" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2936&m=2" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Pinot Grigio Pl" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2928&m=4" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "East California Ave" VHT3_text2[VHT3_text2.length] = "Sunnyvale" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2925&m=8" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Hollyview Dr" VHT4_text2[VHT4_text2.length] = "San Ramon" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2921&m=1" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Adams Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2920&m=3" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Parc Pl Dr" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2907&m=3" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Cameron Cir" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2897&m=0" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Fleming Ave" VHT1_text2[VHT1_text2.length] = "East Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2895&m=10" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Briarleaf Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2895&m=10" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Briarleaf Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2892&m=13" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mattos Ave" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2884&m=5" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Valley Vista Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2872&m=6" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Bouquet Park Ln" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "ttp://www.baytour.com/Nvt/default.aspx?hid=2869&m=13" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Valley Vista Dr" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2853&m=6" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Windsor Hills Cir" VHT1_text2[VHT1_text2.length] = "Blossom Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2845&m=1" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Florence Park Dr" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2838&m=8" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Stubbins Way" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2829&m=1" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Coventry Way" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2820&m=5" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Ensign Way" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2826&m=7" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Imagination Pl" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2840&m=5" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fairway Green Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2811&m=1" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sierra Rd" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2804" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Pointe Hope Landing" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2802" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Angelico Cir" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2801" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Aldworth Dr" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2803" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Michelangelo Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2800" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Baton Rouge Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/Slide.aspx?hid=2796" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Clara Smith Pl" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2791" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Libretto Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/Slide.aspx?hid=2787" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Trajan Ct" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2779" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Glacier Bay Ter" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2780" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sunnydays Ln" VHT4_text2[VHT4_text2.length] = "Santa Clara" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2777" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Sherland Ave" VHT5_text2[VHT5_text2.length] = "Mountain View" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2774" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Mardan Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2762" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Ivy Glen Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2759" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Woodley Dr" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2758" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Briarleaf Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2757" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Trovata Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2752" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Gradell Pl" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2739" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Northwest Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2733" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Muench Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2734" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Mary Caroline Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2735" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Douglas Ct" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2716" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Parkview Green Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2709" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Pala Ranch Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2708" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "N Capitol Ave" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2689" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fumia Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2676" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Chieri Pl" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2675" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Seacliff Dr" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2669" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Johansen Dr" VHT1_text2[VHT1_text2.length] = "Cupertino" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2668" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Trailside Ln" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2671" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Giuffrida Ave" VHT3_text2[VHT3_text2.length] = "Blossom Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2649" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Chesterton Cir" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2650" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "King Ct" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2652" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Johnson Ave" VHT6_text2[VHT6_text2.length] = "Cupertino" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2628" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Bobwhite Pl" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2609" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ridgetree Way" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2610" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Serenity Pl" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2611" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fumia Pl" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2620" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Anchorage Landing" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2604" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Townsend Park Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2600" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Rowley Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2589" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Anchorage Landing" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2740" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Feasel" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2577" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Tassasara Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2583" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "E. California Ave" VHT3_text2[VHT3_text2.length] = "Sunnyvale" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2582" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Fairweather Lake Common" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/Nvt/default.aspx?hid=2821&m=8" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Adega Cir" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2576" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Aaron Park Dr" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2571" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Voltaire St" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2559" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Fremont Blvd" VHT1_text2[VHT1_text2.length] = "Fremont" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2551" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Civic Center Dr" VHT2_text2[VHT2_text2.length] = "Santa Clara" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2552" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Jackpine Ct" VHT3_text2[VHT3_text2.length] = "Sunnyvale" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2536" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Baton Rouge" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2531" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Danna Ct" VHT5_text2[VHT5_text2.length] = "South San Jose" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2532" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Hostetter Rd" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2517" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Muench Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2500" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Hobbs Ct" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2497" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Inspiration Pl" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2498" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Ivy Glen Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2463" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Rosa Ave" VHT4_text2[VHT4_text2.length] = "Sunnyvale" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2457" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Chemin De Riviere" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2456" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Daniel Ct" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2452" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Theo Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2448" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sego Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2440" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Sutterwind Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2416" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Timber Creek Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2427" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Parc Pl Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2419" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Pointe Hope Landing" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2404" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Starglo Pl" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2560" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Virginia Swan Pl" VHT7_text2[VHT7_text2.length] = "Cupertino"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2397" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Cortona Dr" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2395" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Bellemeade St" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2390" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Gordy Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2389" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Hostetter Rd" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2372" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Edgewater Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2351" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Pinot Blanc Way" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2352" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Horizon Ct" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2340" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sunset Ave" VHT1_text2[VHT1_text2.length] = "Sunnyvale" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2341" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Auzerais Ave" VHT2_text2[VHT2_text2.length] = "Willow Glen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2333" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Oyama Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2319" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Capilano" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2318" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Stevens Creek Blvd" VHT5_text2[VHT5_text2.length] = "Cupertino" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2301" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Brandt Ct" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2300" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Flickinger Ave" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2296" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Moon Shadow Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2297" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Wayne Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2294" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Valley Crest Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2278" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Gordy Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2279" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Clampett Way" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2280" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Rocky Water Ln" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2287" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Southport Ct" VHT7_text2[VHT7_text2.length] = "South San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2274" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Glen Hardy Ct" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2591" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Mcbride Loop" VHT2_text2[VHT2_text2.length] = "Willow Glen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2334" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Cape Hatteras Way" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2256" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Gregorich Dr" VHT4_text2[VHT4_text2.length] = "Santa Theresa" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2265" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Lamond Ct" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2266" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Sonnet Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2242" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Siena Ct" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2244" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Crystal Hollow Pl" VHT1_text2[VHT1_text2.length] = "East Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2241" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Anchorage Landing" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/Slide.aspx?hid=2240&title=20" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Elk Grove Landing" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2233" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Bellemeade St" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2230" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Ingrid Ct" VHT5_text2[VHT5_text2.length] = "Saratoga" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2227" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "George Blauer Pl" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2224" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Creighton Pl" VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2220" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Water Walk" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2216" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Montage Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2208" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Purcell Pl" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2205" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Ontario Cmn" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2202" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Holmes Ln" VHT5_text2[VHT5_text2.length] = "W San Jose" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2193" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Wodzienski Dr" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2198" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Knights Bridge Rd" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2192" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Tea Rose Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2191" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Northwest Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2187" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fairmeadow Way" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2176" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Apple Blossom Ln" VHT4_text2[VHT4_text2.length] = "Campbell" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2177" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Maroun Pl" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2169" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Eagle Point Landing" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2170" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Di Napoli Dr" VHT7_text2[VHT7_text2.length] = "W San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2152" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Poetry Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2151" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Feasel Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2146" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Aurora Ter" VHT3_text2[VHT3_text2.length] = "Fremont" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2145" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Wodzienski Dr" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2144" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "W Iowa Ave" VHT5_text2[VHT5_text2.length] = "Sunnyvale" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2141" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Reflections Way" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2140" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Sonador Cmns" VHT7_text2[VHT7_text2.length] = "W San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2139" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sierra Creek Way" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2137" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Cameron Cir" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2129" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "S Portal Ave" VHT3_text2[VHT3_text2.length] = "Cupertino" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2116" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mangrove Dr" VHT4_text2[VHT4_text2.length] = "All Other Areas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2107" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fumia Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2106" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Michelangelo Dr" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2102" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Stanton Way" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2101" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Castleton Dr" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2100" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Driftwood Ct" VHT2_text2[VHT2_text2.length] = "Sunnyvale" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2065" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Widen Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2066" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Myrna Ct" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2068" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Cortona Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2067" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Adolfo Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2043" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Auburn Way" VHT7_text2[VHT7_text2.length] = "W San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2031" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Capella Way" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/Slide.aspx?hid=2028&title=14" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "English Bay Ter" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/Slide.aspx?title=1&hid=2034" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Wasson Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2019" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Dahlia Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2109" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Vinifera Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1999" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Junipero Dr" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2001" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Pala Ranch Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=2000" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Shadow Dance Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1994" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Quince Ln" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1986" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Rainbow Pl" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1967" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Emerald Hills Cir" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1965" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Pavan Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1962" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Randall Ct" VHT6_text2[VHT6_text2.length] = "Union City" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1959" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Hollyview Dr" VHT7_text2[VHT7_text2.length] = "San Ramon"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1954" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "King Ct" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1953" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Shanghai Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1951" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Flickinger Way" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1949" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "George Blauer Pl" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1943" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Grand Canyon Dr" VHT5_text2[VHT5_text2.length] = "Union City" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1891" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Edelweiss Dr" VHT6_text2[VHT6_text2.length] = "Willow Glen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1890" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Coventry Cir" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1888" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "River Birch Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1886" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "N. Star Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1873" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Legend Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1869" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Camino Del Rey" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1868" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Cape York Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1870" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Manderston Dr" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1790" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "N. Star Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?title=0&hid=1791" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Coffeeberry Dr" VHT1_text2[VHT1_text2.length] = "Blossom Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1781" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Townsend Ave" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1782" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Jasmine Dr" VHT3_text2[VHT3_text2.length] = "Sunnyvale" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1775" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Metropolitan Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1770" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Bethany Ave" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1769" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Alegra Ter" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1765" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Via Campagna" VHT7_text2[VHT7_text2.length] = "Willow Glen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1764" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Pala Ranch Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1758" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Contemplation Pl" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1759" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Goody Ln" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1752" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Calle Del Prado" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1748" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Zeka Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1744" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Gordon Ave" VHT6_text2[VHT6_text2.length] = "W San Jose" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1743" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Las Palmas Way" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1721" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Glacier Bay Ter" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1710" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Seaside Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1711" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fairmeadow Way" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1705" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mckay Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1704" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Vanna Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1702" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Almond Dr" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1701" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Mayberry Ln" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1690" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ustilago Ct" VHT1_text2[VHT1_text2.length] = "San Ramon" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1696" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Tabu Ter" VHT2_text2[VHT2_text2.length] = "Fremont" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1695" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Donohue Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1686" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Homme Way" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/Slide.aspx?hid=1682&title=1" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Celebration Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1679" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Grand Teton Dr" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1680" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Greensboro Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1675" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Hemmingway Rd" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1674" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Northwest Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1669" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Holderman Dr" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1654" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Adolfo Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1650" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Sun Song" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1649" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Majestic Way" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1643" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Briarleaf Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1676" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Glistening Ct" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1644" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Woodruff Way" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1639" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Creek Point Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1638" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Berkshire Pl" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1641" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Hecker Ct" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1640" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Messina Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1636" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Ray M. Gutierrez Ln" VHT7_text2[VHT7_text2.length] = "Tracy"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1608" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ray M. Gutierrez Ln" VHT1_text2[VHT1_text2.length] = "Tracy" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1623" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Pietro Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1624" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Mandelay Pl" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1619" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Kobuk Valley Cmn" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1616" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Tea Rose Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1610" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Winston St" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1611" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Bellemeade St" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1608" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Charger Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1599" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Esprit Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1598" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Jacklin Ct" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1588" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Harefield Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1586" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Coraltree Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1585" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "El Monte Way" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1556" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Frost Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1328" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Myren Dr" VHT1_text2[VHT1_text2.length] = "Saratoga" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1531" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Perrin Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1582" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Debut Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1579" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Desmet Way" VHT4_text2[VHT4_text2.length] = "Willow Glen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1571" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Manzano Way" VHT5_text2[VHT5_text2.length] = "Sunnyvale" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1574" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Moncucco Way" VHT6_text2[VHT6_text2.length] = "East Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1575" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Rainview Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1572" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Greenford Ct" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1566" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Chihong Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1563" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Chen St" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1562" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Royalvale Way" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1561" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Florence Park Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1555" VHT6_type[VHT6_type.length] = "0" VHT6_text[VHT6_text.length] = "Salt Lake Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1554" VHT7_type[VHT7_type.length] = "0" VHT7_text[VHT7_text.length] = "Gordy Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1537" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Imagination Pl" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1538" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Sorrento Dr" VHT2_text2[VHT2_text2.length] = "Gilroy" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1622" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Emerald Hills Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1533" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Norton Sound Cmn" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1534" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "S. 24th St" VHT5_text2[VHT5_text2.length] = "East Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1535" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Mission Springs Cir" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1527" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Creighton Ct" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1514" VHT1_type[VHT1_type.length] = "0" VHT1_text[VHT1_text.length] = "Bellemeade St" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1511" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Mitton Ct" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1510" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Rio Vista Ave" VHT3_text2[VHT3_text2.length] = "W San Jose" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1509" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Queen Victoria Way" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1497" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Oyama Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1496" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Ashton Ln" VHT6_text2[VHT6_text2.length] = "South San Jose" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1495" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Majestic Way" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1487" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Place De Louis" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1484" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Vernazza Ave" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1557" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Star Jasmine Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1478" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Bridle Ridge Ct" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1475" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Tea Rose Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1465" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Roberts Ave" VHT6_text2[VHT6_text2.length] = "Fremont" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1461" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Leaftree Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1462" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Leaftree Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1458" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Chemin De Riviere" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1454" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Lylewood Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1453" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Gila Ct" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1371" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Clara Vista Ave" VHT5_text2[VHT5_text2.length] = "Santa Clara" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1350" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Vanna Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1418" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Flickinger Pl" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1400" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Urzi Dr" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1413" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Concho Ct" VHT2_text2[VHT2_text2.length] = "Fremont" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1443" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Mandelay Pl" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1428" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Cardona Way" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1427" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Winston Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1420" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Seaside Dr" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1417" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Washington Square Dr" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1419" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Wind Song" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1415" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Hammett Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1414" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Atrium Dr" VHT3_text2[VHT3_text2.length] = "Saratoga" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1406" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Minuet Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1397" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "La Crescent Loop" VHT5_text2[VHT5_text2.length] = "Central San Jose" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1398" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Ivy Canyon Ct" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1392" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Sajak Ave" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1389" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Anchorage Lndg" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1463" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Fire Walk" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1388" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fumia Pl" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1390" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Brisbane Ter" VHT4_text2[VHT4_text2.length] = "Sunnyvale" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1384" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Cedar Knoll Ct" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Heritage Park Cir" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1365" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Castle Knoll Dr" VHT7_text2[VHT7_text2.length] = "W San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1364" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Albany Cir" VHT1_text2[VHT1_text2.length] = "W San Jose" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1362" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Angus Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1344" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Bouquet Park Ln" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1354" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Brighton Cmn" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1356" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Kloetzel Ln" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1353" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Mayberry Ln" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1500" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Castleton Way" VHT7_text2[VHT7_text2.length] = "S