<!-- Hide script from old browsers

	if (top.location == self.location && parent.document.URL) {
		callingURL = parent.document.URL
		if (callingURL.indexOf('?') != -1) {
			linkURL = callingURL.substring(callingURL.indexOf('?')+1,callingURL.length)
		}
	}

	document.writeln('<noframes>')


	// End hiding script from old browsers -->
