if (navigator.userAgent.indexOf("Opera")!=-1) {
	document.write("<link rel=\"stylesheet\" href=\"http://www.libraries.wvu.edu/css/opera.css\" type=\"text/css\" />");
}

if (navigator.appVersion.indexOf("Win")!=-1 && navigator.userAgent.indexOf("Opera")!=-1) {
	document.write("<link rel=\"stylesheet\" href=\"http://www.libraries.wvu.edu/css/operaWindows.css\" type=\"text/css\" />");
}