﻿function GetCheckCode(o,url)
{
    o.src = url + "?t=" + Math.random();
}