

if (typeof document.getElementsByTagName != 'undefined') {
	var _scripts = document.getElementsByTagName ('SCRIPT');
	for (var _scriptNum = 0; _scriptNum < _scripts.length; _scriptNum++) {
		var
			_scriptPath = _scripts [_scriptNum].src
		;
		if (_scriptPath == null) continue;
		var
			_scriptRootRelPathLoc = _scriptPath.indexOf ('javascript/object_pr.js')
		;
		if (_scriptRootRelPathLoc != -1) {
			var _rootPath = _scriptPath.substr(0,_scriptPath.lastIndexOf('/',_scriptRootRelPathLoc) + 1);
			_imagesPath = _rootPath + 'images/';
			break;
		}
	}
}

_html = '<IMG SRC="[~IMG~]spacer.gif" WIDTH="2" HEIGHT="150">' +
	'<BR>' +
	'<IMG SRC="[~IMG~]subnav/subsline.gif" WIDTH="178" HEIGHT="1">' +
	'<P>' +
		'<IMG SRC="[~IMG~]spacer.gif" WIDTH="2" HEIGHT="2">' +
		'<IMG SRC="[~IMG~]subnav/pr_contacts.gif" WIDTH="136" HEIGHT="9">' +
	'</P>' +
 	'&nbsp;<IMG HEIGHT="6" WIDTH="4" SRC="[~IMG~]arrow.jpg" VSPACE="3">' +
	'<SPAN CLASS="graytext">&nbsp;&nbsp;Email: <a href="mailto:pr@beatnik.com">pr@beatnik.com</a></SPAN>' +
	'<BR>'
;

document.writeln(_html.replace(new RegExp('\\[\\~IMG\\~\\]','g'),_imagesPath));
