if (navigator.userAgent.indexOf("Netscape/7") > -1) {
	document.getElementById("js_nn7").src.match(/^\/|((..\/)*)/);
	document.write('<link rel="stylesheet" href="' + RegExp.lastMatch + 'common/css/nn7.css" type="text/css" media="screen, tv" />');
}