
var str;
str=document.location.toString();


function getLinkClass(t) {
	if (str.indexOf(t)>-1) return "hotlink";
	return "link";
}
document.write("On Radiate<br>");

document.write("<a class="+getLinkClass("lpr04/hearsay.html")+" href=\"../lpr04/hearsay.html\">Hearsay magazine</a><br><br>");

document.write("On Hip to Hip<br>");
document.write("<a class="+getLinkClass("lpr03/hearsay.html")+" href=\"../lpr03/hearsay.html\">Hearsay magazine</a><br>");
document.write("<a class="+getLinkClass("lpr03/yeah_yeah_yeah.html")+" href=\"../lpr03/yeah_yeah_yeah.html\"> Yeah Yeah Yeah </a><br>");
document.write("<a class="+getLinkClass("lpr03/vin_scelsa.html")+" href=\"../lpr03/vin_scelsa.html\"> Vin Scelsa, \"Idiot's Delight\"</a><br>");
document.write("<a class="+getLinkClass("lpr03/time_out_ny.html")+" href=\"../lpr03/time_out_ny.html\"> Time Out New York </a><br>");
document.write("<a class="+getLinkClass("lpr03/new_york_times.html")+" href=\"../lpr03/new_york_times.html\"> The New York Times </a><br><br>");

document.write("On Illinois <br>");
document.write("<a class="+getLinkClass("lpr02/independent_film_channel.html")+" href=\"../lpr02/independent_film_channel.html\"> Independent Film Channel </a><br>");
document.write("<a class="+getLinkClass("lpr02/college_music_journal.html")+" href=\"../lpr02/college_music_journal.html\"> College Music Journal </a><br>");
document.write("<a class="+getLinkClass("lpr02/hearsay.html")+" href=\"../lpr02/hearsay.html\"> Hearsay magazine</a><br>");
document.write("<a class="+getLinkClass("lpr02/time_out_ny.html")+" href=\"../lpr02/time_out_ny.html\"> Time Out New York </a><br>");
document.write("<a class="+getLinkClass("lpr02/girlmedia.html")+" href=\"../lpr02/girlmedia.html\"> Girlmedia.com </a><br>");
document.write("<a class="+getLinkClass("lpr02/girlfriends.html")+" href=\"../lpr02/girlfriends.html\"> Girlfriends </a><br>");
document.write("<a class="+getLinkClass("lpr02/yeah_yeah_yeah.html")+" href=\"../lpr02/yeah_yeah_yeah.html\"> Yeah Yeah Yeah </a><br>");
document.write("<a class="+getLinkClass("lpr02/musicians_exchange.html")+" href=\"../lpr02/musicians_exchange.html\"> The Musician's Exchange </a><br>");
document.write("<a class="+getLinkClass("lpr02/phantom_tollboth.html")+" href=\"../lpr02/phantom_tollboth.html\"> The Phantom Tollbooth </a><br>");
document.write("<a class="+getLinkClass("lpr02/ny_blade.html")+" href=\"../lpr02/ny_blade.html\"> NY Blade </a><br>");
document.write("<a class="+getLinkClass("lpr02/hx_for_her.html")+" href=\"../lpr02/hx_for_her.html\"> HX for Her </a><br><br>");

document.write("On Gathering My Name <br>");
document.write("<a class="+getLinkClass("lpr01/musicians_exchange.html")+" href=\"../lpr01/musicians_exchange.html\"> The Musician's Exchange </a><br>");
document.write("<a class="+getLinkClass("lpr01/next_flash.html")+" href=\"../lpr01/next_flash.html\"> Next Flash </a><br>");
document.write("<a class="+getLinkClass("lpr01/soundviews.html")+" href=\"../lpr01/soundviews.html\"> SoundViews </a><br>");
document.write("<a class="+getLinkClass("lpr01/net.html")+" href=\"../lpr01/net.html\"> NET </a><br>");
document.write("<a class="+getLinkClass("lpr01/aquarian.html")+" href=\"../lpr01/aquarian.html\"> The Aquarian </a><br>");
document.write("<a class="+getLinkClass("lpr01/etcetera.html")+" href=\"../lpr01/etcetera.html\"> etcetera </a><br>");
document.write("<a class="+getLinkClass("lpr01/new_city_tip.html")+" href=\"../lpr01/new_city_tip.html\"> New City </a><br> <br>");

document.write("Performance Reviews and Critics Picks<br>");
document.write("<a class="+getLinkClass("performance/time_out_london.html")+" href=\"../performance/time_out_london.html\"> Time Out London </a><br>");
document.write("<a class="+getLinkClass("performance/citysearch.html")+" href=\"../performance/citysearch.html\"> Citysearch.com </a><br>");
document.write("<a class="+getLinkClass("performance/sidewalk.html")+" href=\"../performance/sidewalk.html\"> Sidewalk.com </a><br>");
document.write("<a class="+getLinkClass("performance/paper.html")+" href=\"../performance/paper.html\"> Paper magazine </a><br>");
document.write("<a class="+getLinkClass("performance/flying_shoes.html")+" href=\"../performance/flying_shoes.html\"> Flyin' Shoes Web Zine </a><br>");
document.write("<a class="+getLinkClass("performance/edinburgh_evening_news.html")+" href=\"../performance/edinburgh_evening_news.html\"> Edinburgh Evening News </a><br>");
document.write("<a class="+getLinkClass("performance/guardian.html")+" href=\"../performance/guardian.html\"> The Guardian </a><br>");
document.write("<a class="+getLinkClass("performance/times_metro.html")+" href=\"../performance/times_metro.html\"> The Times Metro London </a><br>");
document.write("<a class="+getLinkClass("performance/yorkshire_county_picks.html")+" href=\"../performance/yorkshire_county_picks.html\"> Yorkshire Press - Picks </a><br>");
document.write("<a class="+getLinkClass("performance/yorkshire_county_reviews.html")+" href=\"../performance/yorkshire_county_reviews.html\"> Yorkshire Press - Review</a><br>");
document.write("<a class="+getLinkClass("performance/list.html")+" href=\"../performance/list.html\"> The List: Edinburgh Events Guide </a><br>");
document.write("<a class="+getLinkClass("performance/next_big.html")+" href=\"../performance/next_big.html\"> The Next Big Thing </a><br> <br>");

document.write("Interviews<br>");
document.write("<a class="+getLinkClass("interviews/hearsay.html")+" href=\"../interviews/hearsay.html\"> Hearsay magazine</a><br>");
document.write("<a class="+getLinkClass("interviews/im_not.html")+" href=\"../interviews/im_not.html\"> I'm Not Waiting </a><br>");
document.write("<a class="+getLinkClass("interviews/chicago_outlines.html")+" href=\"../interviews/chicago_outlines.html\"> Chicago Outlines </a><br>");
document.write("<a class="+getLinkClass("interviews/evanston_review.html")+" href=\"../interviews/evanston_review.html\"> The Evanston Review </a><br>");
document.write("<a class="+getLinkClass("interviews/chicago_tribune.html")+" href=\"../interviews/chicago_tribune.html\"> The Chicago Tribune </a><br>");
