function ContentsLink(strPrintWord){
	if(navigator.appVersion.charAt(0)>=4){
		document.write(strPrintWord);
	}
}
