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

var hasajax = true;
var httpGetEvents;
 

function swapImg($obj,$iurl) {
    alert($obj);
    $obj.src = $iurl;
}


