var locate = window.location
document.flash.varz.value = locate

var text = document.flash.varz.value

function delineate(str){

	theleft = str.indexOf("=") + 1;
	theright = str.lastIndexOf("&");
	return(str.substring(theleft, theright));
}

lookLink = delineate(text);


var link = '&nbsp;&nbsp;&nbsp;&nbsp;<a class="footlink" onClick="self.close();" href="'+lookLink+'_look.html" target="main">See all activities & interviews</a>';


document.write(link); 