// JavaScript Document<script language="javascript" type="text/javascript">
<!-- EVENTS -->
EVENTS = new Image();
EVENTS.src = "http://www.hatcore.com/images/HATCOREDOTCOM_02.jpg";

EVENTSROLL = new Image();
EVENTSROLL.src = "http://www.hatcore.com/images/HATCOREDOTCOMROLL_02.jpg";

<!-- PIX -->
PIX = new Image();
PIX.src = "http://www.hatcore.com/images/HATCOREDOTCOM_03.jpg";

PIXROLL = new Image();
PIXROLL.src = "http://www.hatcore.com/images/HATCOREDOTCOMROLL_03.jpg";

<!-- FAQ -->
FAQ = new Image();
FAQ.src = "http://www.hatcore.com/images/HATCOREDOTCOM_04.jpg";

FAQROLL = new Image();
FAQROLL.src = "http://www.hatcore.com/images/HATCOREDOTCOMROLL_04.jpg";

<!-- CONTACT US -->
CONTACTUS = new Image();
CONTACTUS.src = "http://www.hatcore.com/images/HATCOREDOTCOM_05.jpg";

CONTACTUSROLL = new Image();
CONTACTUSROLL.src = "http://www.hatcore.com/images/HATCOREDOTCOMROLL_05.jpg";


function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}

