<!--
var n3 = false;
image69       = new Image();
image69.src   = "AudrenaWhatsHot/WhatsHotCostu_off_35.jpg";
image69on     = new Image();
image69on.src = "AudrenaWhatsHot/WhatsHotCostu_on_35.jpg"

image70       = new Image();
image70.src   = "AudrenaWhatsHot/WhatsHotCostu_off_56.jpg";
image70on     = new Image();
image70on.src = "AudrenaWhatsHot/WhatsHotCostu_on_56.jpg"

image71       = new Image();
image71.src   = "AudrenaWhatsHot/WhatsHotCostu_off_59.jpg";
image71on     = new Image();
image71on.src = "AudrenaWhatsHot/WhatsHotCostu_on_59.jpg"

image72       = new Image();
image72.src   = "AudrenaWhatsHot/WhatsHotCostu_off_62.jpg";
image72on     = new Image();
image72on.src = "AudrenaWhatsHot/WhatsHotCostu_on_62.jpg"

image73       = new Image();
image73.src   = "AudrenaWhatsHot/WhatsHotCostu_off_101.jpg";
image73on     = new Image();
image73on.src = "AudrenaWhatsHot/WhatsHotCostu_on_101.jpg"

image74       = new Image();
image74.src   = "AudrenaWhatsHot/WhatsHotCostu_off_104.jpg";
image74on     = new Image();
image74on.src = "AudrenaWhatsHot/WhatsHotCostu_on_104.jpg"

function on3(name)
{
    document[name].src = eval(name + "on.src");
}

function off3(name)
{
    document[name].src = eval(name + ".src");
}

n3 = true;
function on(name)
{
   if (n3)
      on3(name);
}

function off(name)
{
   if (n3)
      off3(name);
}
//-->
