// JavaScript Document
function writeImgTag(code){
	var cache = document.chatbox.chat_text.value;
	this.code = code;
	document.chatbox.chat_text.value = cache + " <img src='/images/smiley/" + code + ".gif'> ";
	document.chatbox.chat_text.focus();
}


// JavaScript Document
function writeBgTag(code){
	var cache = document.urlbox.upbg.value;
	this.code = code;
	document.urlbox.upbg.value =  "http://www.testriffic.com/images/bg/" + code + ".gif";
	document.urlbox.upbg.focus();
}

// JavaScript Document
function writeBgTag2(code){
	var cache = document.urlbox.upbg.value;
	this.code = code;
	document.urlbox.upbg2.value =  "http://www.testriffic.com/images/bg/" + code + ".gif";
	document.urlbox.upbg2.focus();
}



// JavaScript Document
function writeBgTagDef(code){
	var cache = document.urlbox.background_image.value;
	this.code = code;
	document.urlbox.background_image.value =  "http://www.testriffic.com/images/bg/" + code + ".gif";
	document.urlbox.background_image.focus();
}
