// 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/blowing-rock-vacations.gif";
note1s[2] = "http://www.blueridgevacations.com/media/notes/blowing-rock-vacations.gif";
note1s[3] = "http://www.blueridgevacations.com/media/notes/blowing-rock-vacations.gif";
var note1 = note1s[randnote1];

note1links = new Array;
note1links[1] = "http://www.blowingrockvacations.com/";
note1links[2] = "http://www.blowingrockvacations.com/";
note1links[3] = "http://www.blowingrockvacations.com/";
var note1link = note1links[randnote1];

note1tags = new Array;
note1tags[1] = "Blowing Rock NC Vacations";
note1tags[2] = "Blowing Rock NC Vacations";
note1tags[3] = "Blowing Rock NC Vacations";
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/great-smoky-vacations.gif";
note2s[2] = "http://www.blueridgevacations.com/media/notes/great-smoky-vacations.gif";
note2s[3] = "http://www.blueridgevacations.com/media/notes/great-smoky-vacations.gif";
var note2 = note2s[randnote2];

note2links = new Array;
note2links[1] = "http://www.greatsmokyvacations.com/";
note2links[2] = "http://www.greatsmokyvacations.com/";
note2links[3] = "http://www.greatsmokyvacations.com/";
var note2link = note2links[randnote2];

note2tags = new Array;
note2tags[1] = "Smoky Mountain Vacations";
note2tags[2] = "Smoky Mountain Vacations";
note2tags[3] = "Smoky Mountain Vacations";
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/outer-banks-vacations.gif";
note3s[2] = "http://www.blueridgevacations.com/media/notes/outer-banks-vacations.gif";
note3s[3] = "http://www.blueridgevacations.com/media/notes/outer-banks-vacations.gif";
var note3 = note3s[randnote3];

note3links = new Array;
note3links[1] = "http://www.outerbanksvacations.us/";
note3links[2] = "http://www.outerbanksvacations.us/";
note3links[3] = "http://www.outerbanksvacations.us/";
var note3link = note3links[randnote3];

note3tags = new Array;
note3tags[1] = "Outer Banks Vacations";
note3tags[2] = "Outer Banks Vacations";
note3tags[3] = "Outer Banks Vacations";
var note3tag = note3tags[randnote3];
