/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function precharger_image(url)
{
    var img = new Image();
    img.src = url;
    return img;
}