var urlVar=window.location.search;
if (urlVar.indexOf('fsWritten') == -1 && parent == self) {
	if (urlVar.length == 0)
		var bodyFrame=window.location.href+"?fsWritten=true";
	else
		var bodyFrame=window.location.href+"&fsWritten=true";
	document.write(
	'<frameset rows="40,*" frameborder="NO" border="0" framespacing="0">',
	'<frame src="head.cfm" name="topFrame" scrolling="NO" noresize >',
	'<frame src="'+bodyFrame+'" name="mainFrame" scrolling="auto">',
	'</frameset>'
	);
}
