<!--
    var Loaded = false;
    var LastImg0 = null;
    var LastImg1 = null;
    var LastImg2 = null;
    var img0, img1, img2, txt;
    
    function RollOn( image0 )
    {
     RollOn( image0, null, null );
    }
    
    function RollOn( image0, image1 )
    {
     RollOn( image0, image1, null );
    }
    
    function RollOn( image0, image1, image2 )
    {
     var rtrn = false;
     if( Loaded )
     {
      if( img0[ image0 ] )
      {
       LastImg0 = document.images[ image0 ].src;
       document.images[ image0 ].src = img0[ image0 ].src;
      }
      if( image1 && img1[ image0 ] )
      {
       LastImg1 = document.images[ image1 ].src;
       document.images[ image1 ].src = img1[ image0 ].src;
      }
      if( image2 && img2[ image0 ] )
      {
       LastImg2 = document.images[ image2 ].src;
       document.images[ image2 ].src = img2[ image0 ].src;
      }
      if( txt[ image0 ] )
      {
       window.status = txt[ image0 ];
       rtrn = true;
      }
     }
     return rtrn;
    }
    
    function RollOff( image0 )
    {
     RollOff( image0, null, null );
    }
    
    function RollOff( image0, image1 )
    {
      RollOff( image0, image1, null );
    }
    
    function RollOff( image0, image1, image2 )
    {
     var rtrn = false;
     if( Loaded )
     {
      if( LastImg0 )
      {
       document.images[ image0 ].src = LastImg0;
       LastImg0 = null;
      }
      if( LastImg1 )
      {
       document.images[ image1 ].src = LastImg1;
       LastImg1 = null;
      }
      if( LastImg2 )
      {
       document.images[ image2 ].src = LastImg2;
       LastImg2 = null;
      }
      if( txt[ "DEFAULT" ] )
      {
       window.status = txt[ "DEFAULT" ];
       rtrn = true;
      }
     }
     return rtrn;
    }
    
    function PageInit()
    {
     if( document.images )
     {
      img0 = new Array();
      img1 = new Array();
      img2 = new Array();
      txt = new Array();
      setTimeout( 'if( txt[ "DEFAULT" ] ) window.status = txt[ "DEFAULT" ]', 2000 );


      // EDIT BEGIN -- ROLLOVER DEFINITIONS

      txt[ "DEFAULT" ] = 'Starblood.org';      
      
      img0[ "NewsHome" ] = new Image();
      img0[ "NewsHome" ].src = '/images/nav_lvl2_news_home_on.gif';
      txt[ "NewsHome" ] = 'News Home';
      
      img0[ "NewsEvents" ] = new Image();
      img0[ "NewsEvents" ].src = '/images/nav_lvl2_news_events_on.gif';
      txt[ "NewsEvents" ] = 'Events';
      
      img0[ "NewsArchives" ] = new Image();
      img0[ "NewsArchives" ].src = '/images/nav_lvl2_news_archives_on.gif';
      txt[ "NewsArchives" ] = 'Archives';
      
      img0[ "InfoHome" ] = new Image();
      img0[ "InfoHome" ].src = '/images/nav_lvl2_info_home_on.gif';
      txt[ "InfoHome" ] = 'Information Home';
      
      img0[ "InfoFaq" ] = new Image();
      img0[ "InfoFaq" ].src = '/images/nav_lvl2_info_faq_on.gif';
      txt[ "InfoFaq" ] = 'FAQ';
      
      img0[ "InfoMembers" ] = new Image();
      img0[ "InfoMembers" ].src = '/images/nav_lvl2_info_members_on.gif';
      txt[ "InfoMembers" ] = 'Members';
      
      img0[ "InfoAli" ] = new Image();
      img0[ "InfoAli" ].src = '/images/nav_lvl2_info_alipage_on.gif';
      txt[ "InfoAli" ] = 'Ali\'s Page';
      
      img0[ "InfoLinks" ] = new Image();
      img0[ "InfoLinks" ].src = '/images/nav_lvl2_info_links_on.gif';
      txt[ "InfoLinks" ] = 'Links';
      
      img0[ "InfoMisc" ] = new Image();
      img0[ "InfoMisc" ].src = '/images/nav_lvl2_info_misc_on.gif';
      txt[ "InfoMisc" ] = 'Misc';
      
      img0[ "DiscogHome" ] = new Image();
      img0[ "DiscogHome" ].src = '/images/nav_lvl2_discog_home_on.gif';
      txt[ "DiscogHome" ] = 'Discography Home';
      
      img0[ "DiscogAlbums" ] = new Image();
      img0[ "DiscogAlbums" ].src = '/images/nav_lvl2_discog_albums_on.gif';
      txt[ "DiscogAlbums" ] = 'Albums';
      
      img0[ "DiscogSingles" ] = new Image();
      img0[ "DiscogSingles" ].src = '/images/nav_lvl2_discog_singles_on.gif';
      txt[ "DiscogSingles" ] = 'Singles';
      
      img0[ "DiscogComps" ] = new Image();
      img0[ "DiscogComps" ].src = '/images/nav_lvl2_discog_comps_on.gif';
      txt[ "DiscogComps" ] = 'Compilations';
      
      img0[ "DiscogVideos" ] = new Image();
      img0[ "DiscogVideos" ].src = '/images/nav_lvl2_discog_videos_on.gif';
      txt[ "DiscogVideos" ] = 'Videos';
      
      img0[ "DiscogSongs" ] = new Image();
      img0[ "DiscogSongs" ].src = '/images/nav_lvl2_discog_songs_on.gif';
      txt[ "DiscogSongs" ] = 'Songs';
      
      img0[ "DiscogMisc" ] = new Image();
      img0[ "DiscogMisc" ].src = '/images/nav_lvl2_discog_misc_on.gif';
      txt[ "DiscogMisc" ] = 'Misc';
      
      img0[ "MediaHome" ] = new Image();
      img0[ "MediaHome" ].src = '/images/nav_lvl2_media_home_on.gif';
      txt[ "MediaHome" ] = 'Media Coverage';
      
      img0[ "MediaInterviews" ] = new Image();
      img0[ "MediaInterviews" ].src = '/images/nav_lvl2_media_inter_on.gif';
      txt[ "MediaInterviews" ] = 'Interviews';
      
      img0[ "MediaReviews" ] = new Image();
      img0[ "MediaReviews" ].src = '/images/nav_lvl2_media_rev_on.gif';
      txt[ "MediaReviews" ] = 'Reviews';
      
      img0[ "MediaTV" ] = new Image();
      img0[ "MediaTV" ].src = '/images/nav_lvl2_media_tv_on.gif';
      txt[ "MediaTV" ] = 'Television';
      
      img0[ "MediaRadio" ] = new Image();
      img0[ "MediaRadio" ].src = '/images/nav_lvl2_media_radio_on.gif';
      txt[ "MediaRadio" ] = 'Radio';
      
      img0[ "MediaFilm" ] = new Image();
      img0[ "MediaFilm" ].src = '/images/nav_lvl2_media_film_on.gif';
      txt[ "MediaFilm" ] = 'Film';
      
      img0[ "MediaOther" ] = new Image();
      img0[ "MediaOther" ].src = '/images/nav_lvl2_media_other_on.gif';
      txt[ "MediaOther" ] = 'Other';
      
      img0[ "ImagesHome" ] = new Image();
      img0[ "ImagesHome" ].src = '/images/nav_lvl2_images_home_on.gif';
      txt[ "ImagesHome" ] = 'Images';
      
      img0[ "ImagesMP3s" ] = new Image();
      img0[ "ImagesMP3s" ].src = '/images/nav_lvl2_images_mp3s_on.gif';
      txt[ "ImagesMP3s" ] = 'MP3s';
      
      img0[ "InTheNightHome" ] = new Image();
      img0[ "InTheNightHome" ].src = '/images/nav_lvl2_inthenight_home_on.gif';
      txt[ "InTheNightHome" ] = 'In The Night';
      
      img0[ "InTheNightArchives" ] = new Image();
      img0[ "InTheNightArchives" ].src = '/images/nav_lvl2_inthenight_archives_on.gif';
      txt[ "InTheNightArchives" ] = 'Archives';
      
      img0[ "InTheNightHelp" ] = new Image();
      img0[ "InTheNightHelp" ].src = '/images/nav_lvl2_inthenight_help_on.gif';
      txt[ "InTheNightHelp" ] = 'Help';
      
      img0[ "ChatHome" ] = new Image();
      img0[ "ChatHome" ].src = '/images/nav_lvl2_chat_home_on.gif';
      txt[ "ChatHome" ] = 'Chat';
      
       img0[ "ChatFAQ" ] = new Image();
      img0[ "ChatFAQ" ].src = '/images/nav_lvl2_chat_faq_on.gif';
      txt[ "ChatFAQ" ] = 'Chat FAQ';

      // EDIT END -- ROLLOVER DEFINITIONS

      Loaded = true;
     }
    }
 //-->
