// *********************************************************************************************************************
// name:		wherebase.js                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
// author:		Albert William Demello, III
// created:	20050905
// purpose:	write base tag {<base href="">} based on contents of the variable "BBlocation"
// *********************************************************************************************************************


// document.write("wherebase.js");
var _base;
var writeThis = new String();

if (_There == 1)
	{
	writeThis = ("<!--  	***********************************************************************	-->\n");
	writeThis += ("<!-- 	****************** On Line Base ************************************	-->\n");
	writeThis += (' 	<BASE href="http://www.nhaohpadband.com/">\n');
	writeThis += ("<!--  	***********************************************************************	-->\n");
	_base = new String("http://www.nhaohpadband.com/");
	}
//alert(writeThis);
document.write(writeThis);
document.writeln(" ");


// End of Script 
