<!--//
var ads = new Array("<a href=\"http://www.beechmountainchamber.com/lodging/lodges.htm\"><img src=\"/mediakit/beech_tda.jpg\" width=133 height=60 border=\"0\"></a><br>","<a href=\"http://www.mrbeech.com\"><img src=\"/mediakit/charlies.jpg\" width=133 height=60 border=\"0\"></a><br>","<a href=\"http://www.doerivergorge.com/\"><img src=\"/mediakit/doeriver.jpg\" width=133 height=60 border=\"0\"></a><br>","<a href=\"http://pinnacleinn.com/\"><img src=\"/mediakit/pinnacleinn.jpg\" width=133 height=60 border=\"0\"></a><br>","<a href=\"http://www.aandwrentals.com/\"><img src=\"/mediakit/aandw.jpg\" width=133 height=60 border=\"0\"></a><br>","<a href=\"http://www.archersinn.com/\"><img src=\"/mediakit/archersinn.jpg\" width=133 height=60 border=\"0\"></a><br>");
var rand = new Array();
for(z=0;z<ads.length;z++){
rand.push(Number(1000000+(Math.floor(Math.random()*10000))+"."+(z+1)));
}
rand = rand.sort();
document.write("<table width=100% cellpadding=0 cellspacing=0 border=0><tr>");
document.write("<a href=\"http://www.beechalpen.com\"><img src=\"/mediakit/alpen_v.jpg\" width=133 height=120 border=\"0\"></a><br>");
for(z=0;z<4;z++){
var num = String(rand[z]).split(".")[1];
document.write(ads[Number(num)-1]);
}
document.write("</tr></table>");
//-->
