function confirmMediaSite() {
	
	var confStr = "In an effort to ensure that all guidelines set by US Copyright law and applicable WVU policies are being followed, the WVU Libraries make access to digital information as secure as possible.   Users must logon first at the WVU Libraries eReserves page with their own username/password and the class username/password.  Then, log on a second time for streaming video, with class username +password (as one word) and class password.  The information should be transferred automatically; just click \"Sign on\" at the next screen.";
	
	if(confirm(confStr)) {
		return(true);
	}

	return(false);
}