// 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/bistroroca.gif";
note1s[2] = "http://www.blueridgevacations.com/media/notes/bistroroca.gif";
note1s[3] = "http://www.blueridgevacations.com/media/notes/bistroroca.gif";
var note1 = note1s[randnote1];

note1links = new Array;
note1links[1] = "http://www.bistroroca.com/"; // EXP 0/0/00"
note1links[2] = "http://www.bistroroca.com/"; // EXP 0/0/00"
note1links[3] = "http://www.bistroroca.com/"; // EXP 0/0/00"
var note1link = note1links[randnote1];

note1tags = new Array;
note1tags[1] = "Bistro Roca Restaurant Blowing Rock NC";
note1tags[2] = "Bistro Roca Restaurant Blowing Rock NC";
note1tags[3] = "Bistro Roca Restaurant Blowing Rock 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/manorhouserestaurant.gif";
note2s[2] = "http://www.blueridgevacations.com/media/notes/manorhouserestaurant.gif";
note2s[3] = "http://www.blueridgevacations.com/media/notes/manorhouserestaurant.gif";
var note2 = note2s[randnote2];

note2links = new Array;
note2links[1] = "http://www.chetola.com/restaurants.html"; // EXP 0/0/00"
note2links[2] = "http://www.chetola.com/restaurants.html"; // EXP 0/0/00"
note2links[3] = "http://www.chetola.com/restaurants.html"; // EXP 0/0/00"
var note2link = note2links[randnote2];

note2tags = new Array;
note2tags[1] = "The Manor House Restaurant at Chetola Resort Blowing Rock NC";
note2tags[2] = "The Manor House Restaurant at Chetola Resort Blowing Rock NC";
note2tags[3] = "The Manor House Restaurant at Chetola Resort 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/knightsonmain1.gif";
note3s[2] = "http://www.blueridgevacations.com/media/notes/knightsonmain2.gif";
note3s[3] = "http://www.blueridgevacations.com/media/notes/knightsonmain3.gif";
var note3 = note3s[randnote3];

note3links = new Array;
note3links[1] = "http://www.knightsonmainrestaurant.com/"; // EXP 0/0/00"
note3links[2] = "http://www.knightsonmainrestaurant.com/"; // EXP 0/0/00"
note3links[3] = "http://www.knightsonmainrestaurant.com/"; // EXP 0/0/00"
var note3link = note3links[randnote3];

note3tags = new Array;
note3tags[1] = "Knights on Main Family Restaurant Blowing Rock NC";
note3tags[2] = "Knights on Main Family Restaurant Blowing Rock NC";
note3tags[3] = "Knights on Main Family Restaurant Blowing Rock NC";
var note3tag = note3tags[randnote3];


