document.write('<form name="searchForm" method="get" action="http://www.wqed.org/mag/search.php"><table border="0" cellspacing="0" cellpadding="2"><tr><td><input class="smallsearchtext" name="q" type="text" onFocus="document.searchForm.q.value=\'\';" value="Search Pgh Magazine"></td><td><input type="image" src="http://www.wqed.org/img/go_btn.gif" title="Go" height="22" width="22" vspace="4" hspace="0" align="bottom"></td></tr></table></form><br>');

var URL = unescape(location.href)
var leftNavArray=new Array();
leftNavArray[0] = Array("http://www.wqed.org/mag/index.php", "This Month's Issue");
leftNavArray[1] = Array("http://www.wqed.org/mag/archives/index.php", "Past Issues");
leftNavArray[2] = Array("http://www.wqed.org/mag/cityguide/dining_00.php", "Dining Guide");
leftNavArray[3] = Array("http://www.wqed.org/mag/columns/dish/", "Restaurant Reviews");
leftNavArray[4] = Array("http://www.wqed.org/mag/arts-leisure/", "Arts+Leisure");
leftNavArray[5] = Array("http://www.wqed.org/mag/columns/cook/", "Chris Fennimore");
leftNavArray[6] = Array("http://www.wqed.org/mag/sebak.php", "Rick Sebak");
leftNavArray[7] = Array("http://www.wqed.org/mag/healthy_living.php", "Healthy Living");
leftNavArray[8] = Array("http://www.wqed.org/mag/pittgirl.php", "PittGirl");
leftNavArray[9] = Array("http://www.wqed.org/mag/archives/weekend.php", "PM Weekend");
leftNavArray[10] = Array("http://www.wqed.org/mag/archives/eat-street.php", "Eat Street");
leftNavArray[11] = Array("http://www.wqed.org/mag/foodforthought/", "Food For Thought");
leftNavArray[12] = Array("http://pittsburghmagazine.resortscape.com/", "Vacation Homes");
leftNavArray[13] = Array("http://www.wqed.org/mag/pittsburgh-five-star-wealth-managers.php", "2009 Wealth Managers");
leftNavArray[14] = Array("http://www.wqed.org/mag/features/0509/top-pittsburgh-doctors.php", "Top Doctors");
leftNavArray[15] = Array("http://www.wqed.org/mag/lawyers/index.php", "Pittsburgh Lawyers");
leftNavArray[16] = Array("http://www.wqed.org/mag/features/0809/top_dentists.php", "Top Dentists");

for(i=0;i<leftNavArray.length;i++){
    if(leftNavArray[i][0] == URL){
    document.write('<li><a href ="'+ leftNavArray[i][0] +'" class="leftnavselected">' + leftNavArray[i][1] + '<\/a><\/li>');
    } else {
    document.write('<li><a href ="'+ leftNavArray[i][0] +'">' + leftNavArray[i][1] + '<\/a><\/li>');
    }
}


document.write('</ul><a href="http://www.wqed.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'wqedlogo\',\'\',\'/mag/img/2009/qed_on.jpg\',1)"><img src="/mag/img/2009/qed_off.jpg" border="0" vspace="2" hspace="5" align="middle" name="wqedlogo"></a><br>');
