//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] = 1283; OTW1_link[1] = 0; OTW1_link[2] = 1288; OTW1_link[3] = 0; OTW1_text[0] = "Edelweiss Dr"; OTW1_text2[0] = "Willow Glen"; OTW1_text[1] = "No Property"; OTW1_text2[1] = " "; OTW1_text[2] = "Flickinger Way"; OTW1_text2[2] = "North Valley"; 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] = 1280; OTW2_link[1] = 0; OTW2_link[2] = 1287; OTW2_link[3] = 0; OTW2_text[0] = "N. Star Cir"; OTW2_text2[0] = "North Valley"; OTW2_text[1] = "No Property"; OTW2_text2[1] = " "; OTW2_text[2] = "Auburn Way"; OTW2_text2[2] = "W San Jose"; 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] = 1278; OTW3_link[1] = 0; OTW3_link[2] = 1286; OTW3_link[3] = 0; OTW3_text[0] = "Coffeeberry Dr"; OTW3_text2[0] = "Blossom Valley"; OTW3_text[1] = "No Property"; OTW3_text2[1] = " "; OTW3_text[2] = "Shanghai Cir"; OTW3_text2[2] = "North Valley"; 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] = 1277; OTW4_link[1] = 0; OTW4_link[2] = 1285; OTW4_link[3] = 0; OTW4_text[0] = "Camino Del Rey"; OTW4_text2[0] = "North Valley"; OTW4_text[1] = "No Property"; OTW4_text2[1] = " "; OTW4_text[2] = "Emerald Hills Cir"; 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] = 1276; OTW5_link[1] = 0; OTW5_link[2] = 1284; OTW5_link[3] = 0; OTW5_text[0] = "Racine Pl"; OTW5_text2[0] = "South San Jose"; OTW5_text[1] = "No Property"; OTW5_text2[1] = " "; OTW5_text[2] = "Grand Canyon Dr"; OTW5_text2[2] = "Union City"; 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] = 1274; OTW6_link[1] = 0; OTW6_link[2] = 1281; OTW6_link[3] = 0; OTW6_text[0] = "N. Star Cir"; OTW6_text2[0] = "North Valley"; OTW6_text[1] = "No Property"; OTW6_text2[1] = " "; OTW6_text[2] = "George Blauer Pl"; OTW6_text2[2] = "Evergreen"; 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] = 1270; OTW7_link[1] = 0; OTW7_link[2] = 1279; OTW7_link[3] = 0; OTW7_text[0] = "Townsend Ave"; OTW7_text2[0] = "North Valley"; OTW7_text[1] = "No Property"; OTW7_text2[1] = " "; OTW7_text[2] = "Adolfo Dr"; OTW7_text2[2] = "North Valley"; 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/VT.aspx?hid=1891" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Edelweiss Dr" VHT1_text2[VHT1_text2.length] = "Willow Glen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1890" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Coventry Cir" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1888" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "River Birch Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1886" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "N. Star Cir" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1873" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Legend Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1869" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Camino Del Rey" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1868" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Cape York Pl" VHT7_text2[VHT7_text2.length] = "North Valley"//mod = 64 //int = 3 //in if statement mod = 64 //in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1870" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Manderston Dr" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1790" 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?title=0&hid=1791" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Coffeeberry Dr" VHT3_text2[VHT3_text2.length] = "Blossom Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1781" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Townsend Ave" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1782" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Jasmine Dr" VHT5_text2[VHT5_text2.length] = "Sunnyvale" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1775" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Metropolitan Dr" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1770" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Bethany Ave" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1769" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Alegra Ter" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1765" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Via Campagna" VHT2_text2[VHT2_text2.length] = "Willow Glen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1764" 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=1758" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Contemplation Pl" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1759" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Goody Ln" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1752" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Calle Del Prado" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1748" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Zeka Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1744" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Gordon Ave" VHT1_text2[VHT1_text2.length] = "W San Jose" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1743" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Las Palmas Way" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1721" 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=1710" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Seaside Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1711" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fairmeadow Way" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1705" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Mckay Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1704" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Vanna Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1702" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Almond Dr" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1701" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Mayberry Ln" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1690" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Ustilago Ct" VHT3_text2[VHT3_text2.length] = "San Ramon" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1696" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Tabu Ter" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1695" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Donohue Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1686" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Homme Way" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/Slide.aspx?hid=1682&title=1" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Celebration Dr" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1679" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Grand Teton Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1680" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Greensboro Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1675" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Hemmingway Rd" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1674" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Northwest Cir" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1669" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Holderman Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1654" 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=1650" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Sun Song" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1649" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Majestic Way" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1643" 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=1676" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Glistening Ct" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1644" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Woodruff Way" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1639" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Creek Point Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1638" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Berkshire Pl" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1641" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Hecker Ct" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1640" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Messina Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1636" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Ray M. Gutierrez Ln" VHT2_text2[VHT2_text2.length] = "Tracy" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1608" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Ray M. Gutierrez Ln" VHT3_text2[VHT3_text2.length] = "Tracy" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1623" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Pietro Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1624" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Mandelay Pl" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1619" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Kobuk Valley Cmn" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1616" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Tea Rose Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1610" 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/VT.aspx?hid=1611" 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=1608" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Charger Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1599" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Esprit Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1598" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Jacklin Ct" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1588" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Harefield Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1586" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Coraltree Pl" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1585" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "El Monte Way" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1556" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Frost Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1328" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Myren Dr" VHT3_text2[VHT3_text2.length] = "Saratoga" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1531" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Perrin Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1582" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Debut Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1579" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Desmet Way" VHT6_text2[VHT6_text2.length] = "Willow Glen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1571" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Manzano Way" VHT7_text2[VHT7_text2.length] = "Sunnyvale"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1574" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Moncucco Way" VHT1_text2[VHT1_text2.length] = "East Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1575" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Rainview Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1572" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Greenford Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1566" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Chihong Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1563" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Chen St" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1562" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Royalvale Way" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1561" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Florence Park Dr" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1555" VHT1_type[VHT1_type.length] = "0" VHT1_text[VHT1_text.length] = "Salt Lake Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1554" VHT2_type[VHT2_type.length] = "0" VHT2_text[VHT2_text.length] = "Gordy Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1537" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Imagination Pl" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1538" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sorrento Dr" VHT4_text2[VHT4_text2.length] = "Gilroy" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1622" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Emerald Hills Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1533" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Norton Sound Cmn" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1534" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "S. 24th St" VHT7_text2[VHT7_text2.length] = "East Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1535" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Mission Springs Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1527" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Creighton Ct" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1514" VHT3_type[VHT3_type.length] = "0" VHT3_text[VHT3_text.length] = "Bellemeade St" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1511" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mitton Ct" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1510" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Rio Vista Ave" VHT5_text2[VHT5_text2.length] = "W San Jose" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1509" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Queen Victoria Way" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1497" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Oyama Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1496" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ashton Ln" VHT1_text2[VHT1_text2.length] = "South San Jose" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1495" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Majestic Way" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1487" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Place De Louis" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1484" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Vernazza Ave" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1557" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Star Jasmine Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1478" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Bridle Ridge Ct" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1475" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Tea Rose Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1465" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Roberts Ave" VHT1_text2[VHT1_text2.length] = "Fremont" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1461" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Leaftree Ct" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1462" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Leaftree Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1458" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Chemin De Riviere" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1454" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Lylewood Ct" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1453" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Gila Ct" VHT6_text2[VHT6_text2.length] = "Fremont" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1371" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Clara Vista Ave" VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1350" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Vanna Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1418" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Flickinger Pl" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1400" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Urzi Dr" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1413" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Concho Ct" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1443" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Mandelay Pl" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1428" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Cardona Way" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1427" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Winston Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1420" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Seaside Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1417" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Washington Square Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1419" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Wind Song" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1415" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Hammett Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1414" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Atrium Dr" VHT5_text2[VHT5_text2.length] = "Saratoga" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1406" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Minuet Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1397" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "La Crescent Loop" VHT7_text2[VHT7_text2.length] = "Central San Jose"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1398" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ivy Canyon Ct" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1392" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Sajak Ave" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1389" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Anchorage Lndg" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1463" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Fire Walk" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1388" 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=1390" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Brisbane Ter" VHT6_text2[VHT6_text2.length] = "Sunnyvale" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1384" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Cedar Knoll Ct" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Heritage Park Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1365" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Castle Knoll Dr" VHT2_text2[VHT2_text2.length] = "W San Jose" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1364" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Albany Cir" VHT3_text2[VHT3_text2.length] = "W San Jose" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1362" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Angus Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1344" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Bouquet Park Ln" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1354" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Brighton Cmn" VHT6_text2[VHT6_text2.length] = "Fremont" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1356" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Kloetzel Ln" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1353" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Mayberry Ln" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1500" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Castleton Way" VHT2_text2[VHT2_text2.length] = "Sunnyvale" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1337" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Cecil Ave" VHT3_text2[VHT3_text2.length] = "W San Jose" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1339" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Ronco Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1334" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Mckenzie Pl" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1329" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Indigo Oak Ln" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1330" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Deedham Dr" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1587" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Timberpine Ave" VHT1_text2[VHT1_text2.length] = "Sunnyvale" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1317" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Minuet Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1316" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Mayberry Ln" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1308" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Adeline Ave" VHT4_text2[VHT4_text2.length] = "Willow Glen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1309" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Rathmore Ln" VHT5_text2[VHT5_text2.length] = "Mountain View" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1300" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Fumia Pl" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1287" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Emerald Isle Ln" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1288" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "La Costa Way" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1271" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Issac Ct" VHT2_text2[VHT2_text2.length] = "Blossom Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1272" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Ivy Canyon Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1266" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Four Oaks Rd" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1258" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Cedardale Dr" VHT5_text2[VHT5_text2.length] = "East Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1257" 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=1255" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Marquetry Ct" VHT7_text2[VHT7_text2.length] = "East Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1253" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Lisbon Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1250" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Montcourse Ln" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1251" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Paseo Refugio" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1246" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Jacklin Ct" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1245" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Mandel Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1237" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Lenark Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1236" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Timber Creek Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1231" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Hilton St" VHT1_text2[VHT1_text2.length] = "Redwood City" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1240" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Crater Lake Ave" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1227" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Glen Hardy Ct" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1226" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Alexandria Ln" VHT4_text2[VHT4_text2.length] = "W San Jose" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1220" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Minuet Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1218" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Carracci Ln" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1212" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Jonesport Ave" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1213" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Woodcraft Ct" VHT1_text2[VHT1_text2.length] = "East Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1211" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Will Rogers Dr" VHT2_text2[VHT2_text2.length] = "W San Jose" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1210" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Woodranch Rd" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1207" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Saratoga Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1202" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Parkmeadow Pl" VHT5_text2[VHT5_text2.length] = "Alameda Co" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1198" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Heath St" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1199" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Louvre Ave" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1187" 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/VT.aspx?hid=1186" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Indigo Oak Ln" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1173" 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=1165" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Farmhouse Ct" VHT4_text2[VHT4_text2.length] = "Blossom Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1160" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Amaro Ln" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1155" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Batten Way" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1153" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Morning Star Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1145" 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=1142" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Hong Kong Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1144" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Pietro Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1147" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Fordham Dr" VHT4_text2[VHT4_text2.length] = "Santa Clara" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1146" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fern Pine Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1150" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Lac Bleu Ct" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1136" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Craftsman Ct" VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1132" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Amaro Ln" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1130" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Bluewood Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1125" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Towne Dr" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1124" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Cour De Jeune" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1123" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Jason Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1122" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Albany Cir" VHT6_text2[VHT6_text2.length] = "Cupertino" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1117" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Acapulco Dr" VHT7_text2[VHT7_text2.length] = "Santa Clara"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1114" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ivy Glen Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1100" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Sierra Village Pl" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1101" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Wind Walk" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1098" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Piazza Way" VHT4_text2[VHT4_text2.length] = "Santa Clara" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1094" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Oliver Dr" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1095" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Moorings Ct" VHT6_text2[VHT6_text2.length] = "South San Jose" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1080'" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Briarberry Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1082" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Tobin Cr." VHT1_text2[VHT1_text2.length] = "Santa Clara" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1074" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Rosebriar Way" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1076" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Tantallon Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1075" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Legend Ln" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1073" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Shadow Dance Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1071" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Sierra Creek Way" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1070" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Starlite Dr" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1069" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Goldentree Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1068" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Sierra Rd" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1065" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Gianera St" VHT3_text2[VHT3_text2.length] = "Santa Clara" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1064" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "S. Blaney Ave" VHT4_text2[VHT4_text2.length] = "Cupertino" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1060" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Rue Avati" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1061" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Goody Ln" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1038" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Cameo Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1053" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Mayberry Ln" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1051" 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=1052" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Wayne Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1054" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Grey Cliffs Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1035" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Angus Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1041" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Sajak Ave" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1040" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Formosa Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1045" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Louvre Ave" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1042" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "E. Estates Dr" VHT2_text2[VHT2_text2.length] = "Cupertino" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1044" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Glenprosen Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1044" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Crystal Creek Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1046" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Parkmont Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1028" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Briarcrest Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1029" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Four Oaks Rd" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1019" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Los Positos Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1023" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Maroun Pl" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1024" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Parkview Green Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1022" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Lefont Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1017" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Goose Pointe Cmn" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1018" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Stardust Way" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1011" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fairmeadow Way" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=1012" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Deluca Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=999" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "S. San Tomas Aquino Rd" VHT2_text2[VHT2_text2.length] = "Campbell" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=987" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Dempsey Rd" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=986" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Cuesta Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=981" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Jasmine Cir" VHT5_text2[VHT5_text2.length] = "Evergreen" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=976" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "California St" VHT6_text2[VHT6_text2.length] = "Mountain View" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=977" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Cour De Jeune" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=969" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Angus Dr" VHT1_text2[VHT1_text2.length] = "Milpitas" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=968" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Four Oaks Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=964" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Isadora" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=954" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Jacklin Ct" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=955" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Morning Star Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=956" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Briarleaf Cir" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=957" 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=958" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Princess Margaret Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=948" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "La Crescent Lp." VHT2_text2[VHT2_text2.length] = "Central San Jose" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=945" 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=946" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Ridgecliff Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=932" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Coventry Way" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=933" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Fumia Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=935" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Crater Ln" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=934" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Alveswood Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=925" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Tassasara Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=924" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Anchorage Lndg" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=920" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Garvey Pl" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=910" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Sageland Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=909" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Crystal Creek Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=908" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Commodore Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=907" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Baton Rouge Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=911" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Carnavon Way" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=912" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fountainbleu Ct" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=904" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Danby Ave" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=900" 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/VT.aspx?hid=896" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Anjou Creek Cir" VHT6_text2[VHT6_text2.length] = "Almaden Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=895" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Blue Rock Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=894" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Easton Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=893" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Fumia Pl" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=892" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Westridge Dr" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=884" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Alveswood Cir" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=883" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Wayne Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=882" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Imperial Ave" VHT6_text2[VHT6_text2.length] = "Cupertino" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=871" VHT7_type[VHT7_type.length] = "0" VHT7_text[VHT7_text.length] = "Kenai Cmn" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=873" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sierra Village Pl" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=870" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Meadowland Dr" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=864" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Japaul Ln" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=862" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Fumia Pl" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=861" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fumia Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=867" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "De Foe Dr" VHT6_text2[VHT6_text2.length] = "Cupertino" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=863" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Yerba Cliff" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=865" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Dahlia Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=866" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Stanton Way" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=850" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Barrymore Cmn" VHT3_text2[VHT3_text2.length] = "Fremont" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=848" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Las Palmas Way" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=849" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Tanaka Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=842" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Saturn Ter" VHT6_text2[VHT6_text2.length] = "Sunnyvale" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=837" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Colby Ave" VHT7_text2[VHT7_text2.length] = "Cupertino"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=804" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Chateau Du Lac" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=840" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Mission Springs Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=839" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Primo Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=838" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "New Bedford Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=841" 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=826" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Heavenly Pl" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=825" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Goldenlake" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=824" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Ivy Glen Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=823" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Hostetter Rd" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=813" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Santa Teresa Dr" VHT3_text2[VHT3_text2.length] = "Cupertino" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=815" 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=807" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Almaden Rd" VHT5_text2[VHT5_text2.length] = "South San Jose" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=803" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Linda Ann Pl" VHT6_text2[VHT6_text2.length] = "Cupertino" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=805" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Town Square Dr" VHT7_text2[VHT7_text2.length] = "Mountain View"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=790" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Albany Cmn, #t" VHT1_text2[VHT1_text2.length] = "Fremont" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=791" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Brookhollow Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=790" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Albany Cir" VHT3_text2[VHT3_text2.length] = "Cupertino" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=786" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Montage" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Emerald Hills Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=788" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Alta Mira Dr #a" VHT6_text2[VHT6_text2.length] = "Santa Clara" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=785" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Emerald Hills Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=775" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sagewood Ln" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=755" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Hermocilla Way" VHT2_text2[VHT2_text2.length] = "East Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=755" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Marjoram Loop" VHT3_text2[VHT3_text2.length] = "Union City" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=763" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sunsprite Dr" VHT4_text2[VHT4_text2.length] = "Union City" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=772" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Sandhurst Dr" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=757" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Elk Grove Lndg" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=758" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fairweather Lake Cmn" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=756" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "N. Star Pl" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=759" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Sheri Ann Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=752" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Cleo Springs Ct" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=739" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Cameron Cir" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=736" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Sajak Ave" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=735" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Rue Avati" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=738" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Wayne Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = " http://www.baytour.com/NVt/VT.aspx?hid=730" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Timber Creek Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=733" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Alveswood Cir" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=723" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Torrey Pine Ln" VHT3_text2[VHT3_text2.length] = "Union City" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=729" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Hedgestone Ct" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=728" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Valley Quail Cir" VHT5_text2[VHT5_text2.length] = "Almaden Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=734" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Canyon Heights Dr" VHT6_text2[VHT6_text2.length] = "Fremont" VHT7_link[VHT7_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=724" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Meadowland Dr" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=722" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Poppy Way" VHT1_text2[VHT1_text2.length] = "Cupertino" VHT2_link[VHT2_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=721" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Deluca Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=720" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Fumia Dr" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.baytour.com/NVt/VT.aspx?hid=715" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sandburg Dr" VHT4_text2[VHT4_text2.length] = "Union City" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/Frankliu/Timber/Front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Timber Creek Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = " http://www.baytour.com/vt/Frankliu/SanLucas/Front.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "San Lucas Way" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.baytour.com/vt/simonkiang/toyon/Front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Toyon Ln" VHT7_text2[VHT7_text2.length] = "Union City"//in for loop VHT1_link[VHT1_link.length] = "" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Glenprosen Ct" VHT1_text2[VHT1_text2.length] = "Evergreen" VHT2_link[VHT2_link.length] = "http://www.svrt.net/internet/vt/glenprosen/new_VT.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Glenprosen Ct" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/vt/frankliu/Glenmoor/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Glenmoor Cir" VHT3_text2[VHT3_text2.length] = "Milpitas" VHT4_link[VHT4_link.length] = "http://www.baytour.com/vt/frankliu/tanaka/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Tanaka Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/frankliu/fanwood/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fanwood Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/vt/frankliu/Pinard/front.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Pinard St" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/vt/frankliu/Tiani/front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Tiani Ct" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/vt/SimonKiang/Arroyo/front.html" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Arroyo Dr" VHT1_text2[VHT1_text2.length] = "Union City" VHT2_link[VHT2_link.length] = "http://www.baytour.com/vt/Frankliu/Kirkland/Front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Kirkland Ave" VHT2_text2[VHT2_text2.length] = "South San Jose" VHT3_link[VHT3_link.length] = "http://www.baytour.com/vt/frankliu/abigail/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Abigail Ln" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://www.baytour.com/vt/Frankliu/Geist/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Geist Ct (land For Sale)" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/SimonKiang/515Torrey/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Torrey Pine" VHT5_text2[VHT5_text2.length] = "Union City" VHT6_link[VHT6_link.length] = "http://www.baytour.com/vt/simonkiang/468Torrey/Front.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Torrey Pine Ln" VHT6_text2[VHT6_text2.length] = "Union City" VHT7_link[VHT7_link.length] = "http://www.baytour.com/vt/SimonKiang/Tulare/front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Tulare Hill Dr" VHT7_text2[VHT7_text2.length] = "Santa Theresa"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/vt/frankliu/winkson/front.html" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Wilkinson Ave" VHT1_text2[VHT1_text2.length] = "Cupertino" VHT2_link[VHT2_link.length] = "http://www.baytour.com/vt/SandraLin/Enchantment/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Enchantment Pl" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.baytour.com/vt/SimonKiang/CalleLolita/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Calle Lolita" VHT3_text2[VHT3_text2.length] = "Los Gatos" VHT4_link[VHT4_link.length] = "http://www.baytour.com/vt/frankliu/Hillview/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "N. Hillview Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/SimonKiang/Pond/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Pond Dr" VHT5_text2[VHT5_text2.length] = "Fremont" VHT6_link[VHT6_link.length] = "http://www.baytour.com/vt/frankliu/rioverde/front.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Rio Verde Pl" VHT6_text2[VHT6_text2.length] = "Milpitas" VHT7_link[VHT7_link.length] = "http://www.baytour.com/Vt/Frankliu/Fumia/Front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fumia Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/vt/Frankliu/Imagination/front.html" 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/vt/frankliu/GilChrist/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Gilchrist Walkway" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/vt/frankliu/miner/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Miner Pl" VHT3_text2[VHT3_text2.length] = "Cupertino" VHT4_link[VHT4_link.length] = "http://www.baytour.com/vt/frankliu/Pantalis/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Pantalis Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/frankliu/messina/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Messina Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/vt/frankliu/charing/front.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Charing Cross Ln" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/vt/Frankliu/Maroun/front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Maroun Pl" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/vt/FrankLiu/MorningStar/Front.html" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Morning Star Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/vt/FrankLiu/lakeside/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Lakeside Dr" VHT2_text2[VHT2_text2.length] = "Evergreen" VHT3_link[VHT3_link.length] = "http://www.baytour.com/vt/FrankLiu/dresser/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Dresser Ct" VHT3_text2[VHT3_text2.length] = "Campbell" VHT4_link[VHT4_link.length] = "http://www.baytour.com/vt/FrankLiu/Mosher/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mosher Dr" VHT4_text2[VHT4_text2.length] = "Evergreen" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/FrankLiu/RockWay/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Rockway Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://www.baytour.com/vt/FrankLiu/wodzienski/front.html" 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/vt/FrankLiu/Wilson/front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Wilson Ave" VHT7_text2[VHT7_text2.length] = "Sunnyvale"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/vt/FrankLiu/Murphy/front.html" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Murphy Ave" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.baytour.com/vt/FrankLiu/Hemming/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Hemmingway Rd" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://www.baytour.com/vt/FrankLiu/PinePass/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Pine Pass Ter" VHT3_text2[VHT3_text2.length] = "Sunnyvale" VHT4_link[VHT4_link.length] = "http://www.baytour.com/vt/FrankLiu/RainWalk/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Rain Walk" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://www.baytour.com/vt/FrankLiu/spoonBill/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Spoonbill Way" VHT5_text2[VHT5_text2.length] = "Sunnyvale" VHT6_link[VHT6_link.length] = "http://www.baytour.com/vt/FrankLiu/adams/front.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Adams Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.baytour.com/vt/FrankLiu/Wayne/front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Wayne Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://www.baytour.com/vt/FrankLiu/RiverBirch/front.html" 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/vt/FrankLiu/BraeBridge/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Braebridge Rd" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://media.homestore.com/HE975GWG.htm" 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://media.homestore.com/HZANVT3T.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Cliff Swallow Ct" VHT4_text2[VHT4_text2.length] = "Brisbane" VHT5_link[VHT5_link.length] = "http://media.homestore.com/HKDSUCAC.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Rockrose Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HTELTSJS.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Sangiovese Pl" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://www.seeitbuyit.com/vtour.html?8529" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Mahogany Ln" VHT7_text2[VHT7_text2.length] = "Union City"//in for loop VHT1_link[VHT1_link.length] = "http://www.ouhome.com/virtualTour/simon/willow/front.html" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Willow Ln" VHT1_text2[VHT1_text2.length] = "Union City" VHT2_link[VHT2_link.length] = "http://www.ouhome.com/VirtualTour/simon/123Cascade/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Cascades Cir" VHT2_text2[VHT2_text2.length] = "Union City" VHT3_link[VHT3_link.length] = "http://media.homestore.com/HVQ9RLDL.htm" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Wodzienski Dr" VHT3_text2[VHT3_text2.length] = "Evergreen" VHT4_link[VHT4_link.length] = "http://media.homestore.com/HJSKK464.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Mission Springs Cir" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://media.homestore.com/H9CVD7Z7.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Harefield Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/H7W4BT3T.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Fairway Entrance Dr" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HGXHWCAC.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Heritage Park Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/HN6PTSJS.htm" 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.ouhome.com/virtualtour/simon/arroy/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Arroyo Dr" VHT2_text2[VHT2_text2.length] = "Union City" VHT3_link[VHT3_link.length] = "http://www.ouhome.com/virtualTour/simon/maple/front.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Red Maple St" VHT3_text2[VHT3_text2.length] = "Union City" VHT4_link[VHT4_link.length] = "http://media.homestore.com/HMJUMETE.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Lundy Ter" VHT4_text2[VHT4_text2.length] = "Fremont" VHT5_link[VHT5_link.length] = "http://media.homestore.com/HZCQ5PEP.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Dionne Way" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HHQP5QUQ.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Eucalyptus Ter" VHT6_text2[VHT6_text2.length] = "Fremont" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HTHXJ5M5.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Creekpoint Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/HSA8BT3T.htm" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Creek Point Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.ouhome.com/virtualTour/simon/winflower/front.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Windflower Ln" VHT2_text2[VHT2_text2.length] = "Union City" VHT3_link[VHT3_link.length] = "http://media.homestore.com/HWB9FZNZ.htm" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Weldon Ln" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.ouhome.com/virtualTour/simon/red/front.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Red Cedar" VHT4_text2[VHT4_text2.length] = "Union City" VHT5_link[VHT5_link.length] = "http://media.homestore.com/HZCZWBLB.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Robalo Ct" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HRM7HMCM.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Fairway Green Cir" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://www.ouhome.com/virtualTour/simon/sanjuan/front.html" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "San Juan Ct" VHT7_text2[VHT7_text2.length] = "Alameda Co"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/HGHTHMCM.htm" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Cape Aston Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://media.homestore.com/HDJYJ6X6.htm" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Spirit Walk" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://media.homestore.com/H2RHL858.htm" 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://media.homestore.com/HDGHD5M5.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Rainbow Dr" VHT4_text2[VHT4_text2.length] = "Cupertino" VHT5_link[VHT5_link.length] = "http://www.ouhome.com/virtualtour/Simon/front.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Torrey Pine Ln" VHT5_text2[VHT5_text2.length] = "Union City" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HC8FJ6X6.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Arroyo Dr" VHT6_text2[VHT6_text2.length] = "Alameda Co" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HBBXCT3T.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Gordy Dr" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/HP6CV949.htm" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Mission Springs Cir" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://media.homestore.com/HFKBL858.htm" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Ocean Cape Cmn" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://media.homestore.com/HRVZZURU.htm" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Camacho Way" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://media.homestore.com/HMJ6CT3T.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Eggers Dr" VHT4_text2[VHT4_text2.length] = "Alameda Co" VHT5_link[VHT5_link.length] = "http://media.homestore.com/HEPAJ6X6.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "N Blaney Ave" VHT5_text2[VHT5_text2.length] = "Cupertino" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HDGXL858.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Fumia Ct" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://media.homestore.com/H2ZYNT3T.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Fargate Cir" VHT7_text2[VHT7_text2.length] = "North Valley"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/HU7F6URU.htm" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Notting Hill Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://media.homestore.com/H3UQA858.htm" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Glen Heather Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://media.homestore.com/H5ZDXR9R.htm" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Tea Rose Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://media.homestore.com/HKLD6URU.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Meadowland Dr" VHT4_text2[VHT4_text2.length] = "Milpitas" VHT5_link[VHT5_link.length] = "http://media.homestore.com/HNNDC282.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Mignon Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HDNTPBLB.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Sterling Landing" VHT6_text2[VHT6_text2.length] = "North Valley" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HNGDA858.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Spirit Walk" VHT7_text2[VHT7_text2.length] = "Milpitas"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/H357B949.htm" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Parkmont Dr" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://media.homestore.com/HMXUESJS.htm" 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://media.homestore.com/HFP4B373.htm" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Le Fevre Dr" VHT3_text2[VHT3_text2.length] = "Cambrian" VHT4_link[VHT4_link.length] = "http://media.homestore.com/HQS5DMCM.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Littleton Dr" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://www.svrt.net/internet/vt/fairwaygreen1551/new_VT.html" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Fairway Green Cir" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HK3GKZNZ.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Stevens Ln" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HKTDTHPH.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Place Du Jardin" VHT7_text2[VHT7_text2.length] = "Evergreen"//in for loop VHT1_link[VHT1_link.length] = "http://media.homestore.com/HBBXGVSV.htm" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Gillian Way" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://www.svresultsteam2.com/vt/spiritwalk/new_VT.html" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Spirit Walk" VHT2_text2[VHT2_text2.length] = "Milpitas" VHT3_link[VHT3_link.length] = "http://www.svrt.net/internet/vt/parkview/new_VT.html" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Parkview Green Cir" VHT3_text2[VHT3_text2.length] = "North Valley" VHT4_link[VHT4_link.length] = "http://www.svrt.net/internet/vt/sonnet_1840/new_VT.html" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Sonnet Ct" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://media.homestore.com/H3DNRFQF.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Tanaka Dr" VHT5_text2[VHT5_text2.length] = "North Valley" VHT6_link[VHT6_link.length] = "http://media.homestore.com/HRXF4ETE.htm" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Latimer Cir" VHT6_text2[VHT6_text2.length] = "Campbell" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HS6F2QUQ.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Starglo Pl" VHT7_text2[VHT7_text2.length] = "North Valley"//past for loop: modcount: 65 mod:64//int = 3 VHT1_link[VHT1_link.length] = "http://www.svrt.net/internet/vt/sonnet_1840/new_VT.html" VHT1_type[VHT1_type.length] = "1" VHT1_text[VHT1_text.length] = "Sonnet Ct" VHT1_text2[VHT1_text2.length] = "North Valley" VHT2_link[VHT2_link.length] = "http://media.homestore.com/H3DNRFQF.htm" VHT2_type[VHT2_type.length] = "1" VHT2_text[VHT2_text.length] = "Tanaka Dr" VHT2_text2[VHT2_text2.length] = "North Valley" VHT3_link[VHT3_link.length] = "http://media.homestore.com/HRXF4ETE.htm" VHT3_type[VHT3_type.length] = "1" VHT3_text[VHT3_text.length] = "Latimer Cir" VHT3_text2[VHT3_text2.length] = "Campbell" VHT4_link[VHT4_link.length] = "http://media.homestore.com/HS6F2QUQ.htm" VHT4_type[VHT4_type.length] = "1" VHT4_text[VHT4_text.length] = "Starglo Pl" VHT4_text2[VHT4_text2.length] = "North Valley" VHT5_link[VHT5_link.length] = "http://media.homestore.com/HVBR8URU.htm" VHT5_type[VHT5_type.length] = "1" VHT5_text[VHT5_text.length] = "Jacklin Cir" VHT5_text2[VHT5_text2.length] = "Milpitas" VHT6_link[VHT6_link.length] = "http://www.svrt.net/internet/vt/glenprosen/new_VT.html" VHT6_type[VHT6_type.length] = "1" VHT6_text[VHT6_text.length] = "Glenprosen Ct" VHT6_text2[VHT6_text2.length] = "Evergreen" VHT7_link[VHT7_link.length] = "http://media.homestore.com/HH324URU.htm" VHT7_type[VHT7_type.length] = "1" VHT7_text[VHT7_text.length] = "Elkwood Dr" VHT7_text2[VHT7_text2.length] = "Milpitas" var VHT1 = new ImageCycle('VHT1', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); var VHT2 = new ImageCycle('VHT2', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); var VHT3 = new ImageCycle('VHT3', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); var VHT4 = new ImageCycle('VHT4', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); var VHT5 = new ImageCycle('VHT5', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); var VHT6 = new ImageCycle('VHT6', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', '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', 'http://svrt.net/images/sjnv/houses/default_thumb_100.jpg'); var VHT7 = new ImageCycle('VHT7', '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', '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', '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', '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', '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', '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', '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', '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_1