// JavaScript Document
function GoToHome(strURL) {
	window.location.href="http://www.recyclebag.asia/"+strURL;
}
