﻿
var LastChild = 0;

var strDomain = 'vnexpress.net'

if (typeof(PageHost) == 'undefined') var PageHost = '';

function AddHeader(Name, Header, Buttons, Symbol, AddChildTable)
{
	document.writeln('<div class="side-box-cont-1"><h3 class="menu-title-h"><img src="./images/weather-form-icon.gif" border="0" height="16" style="position: absolute;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TIN TH&#7900;I TI&#7870;T</h3><li style="LIST-STYLE-TYPE: none; font-size:5px;">&nbsp;</li></div>');
	document.writeln('<div class="categories">');
	if (typeof(AddChildTable)=='undefined')
	{
		document.writeln('<div class="categories5">');
		LastChild = 1;
	}
	else
	{
		LastChild = 0;
	}
	return true;
}

function AddFooter()
{
	if (LastChild)
	{
		document.writeln('</div></div></div>');
	}
	else
	{
		document.writeln('</div></div>');
	}
}
function Trim(iStr)
{
	while (iStr.charCodeAt(0) <= 32)
	{
		iStr=iStr.substr(1);
	}

	while (iStr.charCodeAt(iStr.length - 1) <= 32)
	{
		iStr=iStr.substr(0, iStr.length - 1);
	}

	return iStr;
}
