var tailJS = new Array();

tailJS["enterQueryString"] = "Please enter query string";
tailJS["typeTheCode"] = "Please type the code shown in this image";
tailJS["typeTheCodeError"] = "The code you have typed does not match the image. Please try again.";
tailJS["productAddedToCart"] = "Product has been added to your shopping cart";
tailJS["notCopy"] = "you can not copy";
tailJS["forumAddNewMsgForm1"] = "Please enter a title";
tailJS["forumAddNewMsgForm2"] = "Please enter your email";

/* ---------------------------------------------------------------- */
/* commonEncode														*/
/* ---------------------------------------------------------------- */
function commonEncode (text)
{
	return text;
}

/* ---------------------------------------------------------------- */
/* commonDecode														*/
/* ---------------------------------------------------------------- */
function commonDecode (text)
{
	return text;
}

