<!-- Begin

// NOTE: If you use a ' add a slash before it like this \' -->

var strCopyRight;
strCopyRight =	'<span class ="copyright">' +
								'<a href="' + dom + 'privacy.htm" target="_top">Privacy Policy</a>' +
								'<br>' +
								'Official Marine Forces Reserve Website' +
								'</span>' +
								'<br>';

document.write(strCopyRight);

//  End -->