Beautiful Homestay in North Vancouver, Property #: 1085
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Lions Gate Hospital | | City : North Vancouver, BC | | Rent : CAD $830/month |
| ';
arrTitles[1] = '"Lovely" Homestay in North Vancouver, Property #: 1069
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Near the Capilano River Regional Park | | City : North Vancouver, BC | | Rent : CAD $850/month |
| ';
arrTitles[2] = 'Friendly and Comfortable Homestay in Vancouver, Property #: 1082
 | | Minimum Stay : 2 weeks | | Languages Spoken at Home : English | | Location : Kingsgate Mall | | City : Vancouver, BC | | Rent : CAD $880/month |
| ';
arrTitles[3] = 'PENTHOUSE HOMESTAY, Property #: 1067
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Cambie street @ W 16th Ave. | | City : vancouver, BC | | Rent : CAD $840/month |
| ';
arrTitles[4] = 'Beautiful and Comfortable Homestay in Richmond, Property #: 1080
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Burkeville Park | | City : Richmond, BC | | Rent : CAD $790/month |
| ';
arrTitles[5] = 'Beautiful Homestay in Burnaby, Property #: 1083
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : Burnaby Mountain Golf Course | | City : Burnaby, BC | | Rent : CAD $880/month |
| ';
arrTitles[6] = 'Lovely House in North Vancouver, Property #: 1068
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Lynn Valley Road @ 29th street | | City : North Vancouver, BC | | Rent : CAD $850/month |
| ';
arrTitles[7] = 'Beautiful Homestay in North Vancouver, Property #: 1070
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Near the Lynn Canyon Park | | City : North Vancouver, BC | | Rent : CAD $800/month |
| ';
arrTitles[8] = 'Peaceful Canada Homestay with ocean view, Property #: 1072
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : East Wickenden Park and Myrtle Park | | City : North Vancouver, BC | | Rent : CAD $750/month |
| ';
arrTitles[9] = 'Lovely House in North Vancouver, Property #: 1073
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Lynn Valley Centre | | City : North Vancouver, BC | | Rent : CAD $780/month |
| ';
arrTitles[10] = 'Comfortable and kind homestay, Property #: 1074
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : Skeena St.@ E 25th Ave | | City : Vancouver, BC | | Rent : CAD $830/month |
| ';
arrTitles[11] = 'Peaceful Canada Homestay, Property #: 1075
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : Fraserview Mennonite Brethren Church | | City : Richmond, BC | | Rent : CAD $800/month |
| ';
arrTitles[12] = 'Clean Homestay in vancouver, Property #: 1076
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : Memorial South Park | | City : Vancouver, BC | | Rent : CAD $810/month |
| ';
arrTitles[13] = 'Clean and peaceful Homestay in Burnaby, Property #: 1077
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : Edmons Street @ Griffiths Dr | | City : Burnaby, BC | | Rent : CAD $820/month |
| ';
arrTitles[14] = 'Clean and friendly Homestay in Vancouver, Property #: 1078
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : East 13th Ave @ Prince Albert St | | City : Vancouver, BC | | Rent : CAD $800/month |
| ';
arrTitles[15] = 'Friendly and Clean House in Vancouver, Property #: 1081
 | | Minimum Stay : 1 week | | Languages Spoken at Home : English | | Location : Renfrew St. @ East 6th Ave | | City : Vancouver, BC | | Rent : CAD $800/month |
| ';
arrTitles[16] = 'Comfortable and kind homestay, Property #: 1084
 | | Minimum Stay : 1 month | | Languages Spoken at Home : English | | Location : East 41th Ave @ Bruce St | | City : Vancouver, BC | | Rent : CAD $830/month |
| ';
}
var m_iInterval;
var m_Height;
//window.onload = wl;
var iScroll=0;
var arrTitles;
var arrCursor = 0;
var arrMax;
window.onload=wl;
function wl() {
m_iInterval = setInterval(ontimer, 10);
var base = document.getElementById("jump_base");
m_Height = base.offsetHeight;
var divi = parseInt(m_Height/5);
m_Height = divi*5;
var td1 = document.getElementById("td1");
var td2 = document.getElementById("td2");
var td3 = document.getElementById("td3");
td1.height = m_Height-5;
td2.height = m_Height-5;
td3.height = m_Height-5;
arrTitles = new Array();
setupLinks();
arrMax = arrTitles.length-1;
setLink();
}
function setLink() {
var ilink = document.getElementById("jump_link");
ilink.innerHTML = arrTitles[arrCursor];
//ilink.href = arrLinks[arrCursor];
}
function ontimer() {
var base = document.getElementById("jump_base");
iScroll+=5;
if (iScroll>(m_Height*2)) {
iScroll=0;
arrCursor++;
if (arrCursor>arrMax)
arrCursor=0;
setLink();
}
if (iScroll==m_Height) {
pause();
m_iInterval = setTimeout(resume, 4000);
}
base.scrollTop=iScroll;
}
function pause() {
clearInterval(m_iInterval);
}
function resume() {
m_iInterval = setInterval(ontimer, 10);
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|