// Note 1 Active
var note1number = 3;
var randomnote1 = Math.random();
var randnote1 = Math.round( (note1number-1) * randomnote1) + 1;

note1s = new Array;
note1s[1] = "http://www.blueridgevacations.com/media/notes/maplelodge.gif";
note1s[2] = "http://www.blueridgevacations.com/media/notes/bestboonecabins.gif";
note1s[3] = "http://www.blueridgevacations.com/media/notes/hiddencreekcabins.gif";
var note1 = note1s[randnote1];

note1links = new Array;
note1links[1] = "http://www.maplelodge.net/"; // EXP 6/1/11
note1links[2] = "http://www.bestboonecabins.com/"; // EXP 8/1/10
note1links[3] = "http://www.hiddencreekcabins.com/"; // EXP 2/1/11
var note1link = note1links[randnote1];

note1tags = new Array;
note1tags[1] = "Blowing Rock Maple Lodge Bed and Breakfast Blowing Rock NC";
note1tags[2] = "Best Boone Cabins Boone NC Log Cabin Rentals";
note1tags[3] = "Hidden Creek Cabins Bryson City and Cherokee NC";
var note1tag = note1tags[randnote1];


// Note 2 Active
var note2number = 3;
var randomnote2 = Math.random();
var randnote2 = Math.round( (note2number-1) * randomnote2) + 1;

note2s = new Array;
note2s[1] = "http://www.blueridgevacations.com/media/notes/deanslogcabinrentals1.gif";
note2s[2] = "http://www.blueridgevacations.com/media/notes/deanslogcabinrentals2.gif";
note2s[3] = "http://www.blueridgevacations.com/media/notes/deanslogcabinrentals3.gif";
var note2 = note2s[randnote2];

note2links = new Array;
note2links[1] = "http://www.adnlogcabinrentals.com/abundantlife.html"; // EXP 4/1/11
note2links[2] = "http://www.adnlogcabinrentals.com/attaboynicks.html"; // EXP 4/1/11
note2links[3] = "http://www.adnlogcabinrentals.com/abbysplace.html"; // EXP 4/1/11
var note2link = note2links[randnote2];

note2tags = new Array;
note2tags[1] = "Log Cabin Rentals Boone NC Blowing Rock NC";
note2tags[2] = "Log Cabin Rentals Boone NC Blowing Rock NC";
note2tags[3] = "Log Cabin Rentals Boone NC Blowing Rock NC";
var note2tag = note2tags[randnote2];


// Note 3 Active
var note3number = 3;
var randomnote3 = Math.random();
var randnote3 = Math.round( (note3number-1) * randomnote3) + 1;

note3s = new Array;
note3s[1] = "http://www.blueridgevacations.com/media/notes/boonecabins.gif";
note3s[2] = "http://www.blueridgevacations.com/media/notes/nccabinfever.gif";
note3s[3] = "http://www.blueridgevacations.com/media/notes/appalachian.gif";
var note3 = note3s[randnote3];

note3links = new Array;
note3links[1] = "http://www.boonecabins.com/"; // EXP 7/1/11
note3links[2] = "http://www.nccabinfever.com/"; // EXP 3/1/11
note3links[3] = "http://www.appalachianlogcabin.com/"; // EXP 11/1/10
var note3link = note3links[randnote3];

note3tags = new Array;
note3tags[1] = "Boone Cabin Rentals Boone NC";
note3tags[2] = "North Carolina Cabin Fever Cabin Rentals Boone NC";
note3tags[3] = "Appalachian Log Cabin Rentals Boone NC";
var note3tag = note3tags[randnote3];