/*************************************
*** ©°©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©´ ***
*** ©®  Powered By Ma.Hong.Tao  ©® ***
*** ©®  Last Modify 2007-11-12  ©® ***
*** ©¸©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¼ ***
*** ©°©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©´ ***
*** ©®mahongtao_2000@hotmail.com©® ***
*** ©¸©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¼ ***
*************************************/

document.write("<script type=");
document.write("'text/javascript' src=");
document.write("'/js/Main.js'></script>");

function changeValidateImg(len)
{
	if(!len)len=4;
	$('ValidateImg').src='/UC/verfiy.aspx?len='+len+'&ImgId='+ Math.random();
}
