<!--
function getClip(whatPage){
	switch(whatPage){
		case "pi":
			window.location.href="press.htm";
			break;
		case "apr":
			window.location.href="alternative_press.htm";
			break;
		case "ct":
			window.location.href="chicagotribune.htm";
			break;
		case "cp":
			window.location.href="citypaper.htm";
			break;
		case "cp2":
			window.location.href="citypaper2.htm";
			break;
		case "sub":
			window.location.href="subway.htm";
			break;
	}
}
//-->
