var rancon = new Array();

rancon[0] = "Call us for Exclusive properties and ski or golf vacations in Whistler.";
rancon[12] = "We offer upscale service and luxury homes in Whistler.";
rancon[2] = "Your luxury accommodation specialists in Whistler Blackcomb.";
rancon[3] = "Call us for upscale service and luxury Whistler homes.";
rancon[10] = "We offer exclusive Whistler accommodation properties for Whitsler golf vacations and ski trips.";
rancon[5] = "High end homes and executive Whistler property rentals accommodating ski and golf vacations.";
rancon[11] = "Luxry rental homes at reasonable rates in Whistler.";
rancon[7] = "Exclusive Whistler properties for your vacation acccommodation.";
rancon[8] = "'We had a great time up at Whistler in your luxury accommodations.  I will keep this in mind for future trips to Whistler BC!'";
rancon[9] = "'We had a terrific time; wonderful place and great memories.  Thanks for all of your help with our Whistler Blackcomb accommodation.'";
rancon[4] = "'We loved your Whistler ski accommodation and want to find mountain accommodations on Blackcomb next year.'";
rancon[6] = "'Thank you for helping us organize and find the right luxury accommodation in Whistler for our annual golf trip.  We’ll be back next winter.'";
rancon[1] = "'Your introductory learn to ski package with in the luxury Blackcomb accommodation was amazing - can't wait to try your Whistler golf vacation package this summer.'";


var rannum = Math.floor(Math.random()*rancon.length);





var ranfeat = new Array();

ranfeat[0] = "<a href='sunridge.html' class='feat'>Feature Property - Sunridge</a>";
ranfeat[1] = "<a href='chamois.html' class='feat'>Feature Property - Le Chamois</a>";
ranfeat[2] = "<a href='gables61.html' class='feat'>Feature Property - Gables 61</a>";
ranfeat[3] = "<a href='montebello4849.html' class='feat'>Feature Property - Montebello 4849</a>";
ranfeat[4] = "<a href='montebello4825.html' class='feat'>Feature Property - Montebello 4825</a>";

var rannum = Math.floor(Math.random()*ranfeat.length);


var imgArray = new Array();

imgArray[0] = "<img src='_assets/media/featureImages/sunRidge1.jpg' />";
imgArray[1] = "<img src='_assets/media/featureImages/lechamois.jpg' />";
imgArray[2] = "<img src='_assets/media/featureImages/living.jpg' />";
imgArray[3] = "<img src='_assets/media/featureImages/montebello4849.jpg' />";
imgArray[4] = "<img src='_assets/media/featureImages/montebello4825.jpg' />";

var rannum = Math.floor(Math.random()*imgArray.length);
