$(document).ready(function(){
	
	$(".ibutton").hover(
      function () {
        var id = $(this).attr("id");
        $(this).attr("src", "/doit/i/buttons/"+id+"-over.png");
      }, 
      function () {
        var id = $(this).attr("id");
        $(this).attr("src", "/doit/i/buttons/"+id+".png");
      });


	$("input[type='select']").css("border", "0");

});


function callConTagbutton(stURL){
	var gotoURL = stURL;
	var ebRand = Math.random()+ ' ';
	ebRand = ebRand * 1000000;
	PCImage = new Image(); 
	PCImage.src = "http://activity.serving-sys.com/Activity/Pipe.asp?ActivityID=8330&amp;rnd=" + ebRand;
	window.open(gotoURL);
}

function callConTaglink(id){
  var ebRand = Math.random()+ ' ';
	ebRand = ebRand * 1000000;
	PCImage = new Image(); 
	PCImage.src = "http://bs.serving-sys.com/BurstingPipe/ActivityServer.bs?cn=as&amp;ActivityID="+id+"&amp;rnd=" + ebRand;
}

