// JavaScript Document


function swap(title,hotCold){ 
document.getElementById(title).src = "http://www.laptopbattle.com/images/buttons/" + title + "_" + hotCold + ".gif"; 
} 

function Swap(title,hotCold){ 
document.getElementById(title).src = "http://www.laptopbattle.com/images/prize/" + title + "_" + hotCold + ".gif"; 
} 
