function redirect(link) {
	switch(link)
	{
	case 1:
	  location.href="introduction.asp";
	  break;
	case 2:
	  location.href="index.asp";
	  break;
	case 3:
	  location.href="http://bible360.net/email/email_forward_men2009.php";
	  break;
	case 4:
	  window.open('20091128poster.png','','');
	  break;
	case 5:
	  window.open('20091128form.pdf','','');
	  break;	  
	default:
	  location.href="application.asp";
	}
}