function setsmile(what)
{
	document.webForm.download.value = "";
	document.webForm.download.value = document.webForm.elements.download.value+" "+what;
	document.webForm.download.focus();
}
function seta(what)
{
	document.webForm.article.value = "";
	document.webForm.article.value = document.webForm.elements.article.value+" "+what;
	document.webForm.article.focus();
}
function market(what)
{
	document.webForm.market.value = "";
	document.webForm.market.value = document.webForm.elements.market.value+" "+what;
	document.webForm.market.focus();
}
function live(what)
{
	document.webForm.live.value = "";
	document.webForm.live.value = document.webForm.elements.live.value+" "+what;
	document.webForm.live.focus();
}
function news2(what)
{
	document.webForm.dailynews.value = "";
	document.webForm.dailynews.value = document.webForm.elements.dailynews.value+" "+what;
	document.webForm.dailynews.focus();
}
function dailynews_run(what)
{
	document.webForm.dailynews_run.value = "";
	document.webForm.dailynews_run.value = document.webForm.elements.dailynews_run.value+" "+what;
	document.webForm.dailynews_run.focus();
}
function mcot(what)
{
	document.webForm.mcot.value = "";
	document.webForm.mcot.value = document.webForm.elements.mcot.value+" "+what;
	document.webForm.mcot.focus();
}
function nipa(what)
{
	document.T.nipa.value = "";
	document.T.nipa.value = document.T.elements.nipa.value+" "+what;
	document.T.nipa.focus();
}
function tr(what)
{
	document.webForm.tr.value = "";
	document.webForm.tr.value = document.webForm.elements.tr.value+" "+what;
	document.webForm.tr.focus();
}
function phone(what)
{
	document.webForm.phone.value = "";
	document.webForm.phone.value = document.webForm.elements.phone.value+" "+what;
	document.webForm.phone.focus();
}
function itv(what)
{
	document.webForm.itv.value = "";
	document.webForm.itv.value = document.webForm.elements.itv.value+" "+what;
	document.webForm.itv.focus();
}
function rssthai(what)
{
	document.webForm.rssthai.value = "";
	document.webForm.rssthai.value = document.webForm.elements.rssthai.value+" "+what;
	document.webForm.rssthai.focus();
}
