<!--do not allow this page to be jacked by a frameset-->
if (parent.frames.length > 0) {
    parent.location.href = self.document.location;
}

<!--BEGIN THE PRELOADING OF IMAGES-->
<!--preload rollovers in the navigation-->
if (document.images) 
{
   img01 = new Image();
   img02 = new Image();
   img03 = new Image();
   img04 = new Image();
   img05 = new Image();
   img06 = new Image();
   img07 = new Image();
   img08 = new Image();
   
   img01.src = "/images/top_dark.png";
   img02.src = "/images/logo_dark.png";
   img03.src = "/images/brd_dark.jpg";
   img04.src = "/images/button_left_dark.png";
   img05.src = "/images/button_right_dark.png";
   img06.src = "/images/btm_dark.png";
   img07.src = "/images/brd_wide_dark.jpg";
   img08.src = "/images/btm_wide_dark.png";
}
<!--end the preloading of navigation rollovers-->
<!--END THE PRELOADING OF IMAGES-->
