if (document.images) {
    djBlueMoonButtonup       = new Image();
    djBlueMoonButtonup.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/blueMoonShowIconGreyScale.png" ;
    djBlueMoonButtondown     = new Image() ;
    djBlueMoonButtondown.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/blueMoonShowIcon.png" ;    
    
    djBlueMoonButton2up       = new Image();
    djBlueMoonButton2up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/blueMoonShowIconGreyScale.png" ;
    djBlueMoonButton2down     = new Image() ;
    djBlueMoonButton2down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/blueMoonShowIcon.png" ;    
    
    djGomezDaveButton1up       = new Image();
    djGomezDaveButton1up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIconGreyScale.png" ;
    djGomezDaveButton1down     = new Image() ;
    djGomezDaveButton1down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIcon.png" ;   

    djGomezDaveButton2up       = new Image();
    djGomezDaveButton2up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIconGreyScale.png" ;
    djGomezDaveButton2down     = new Image() ;
    djGomezDaveButton2down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIcon.png" ;   

    djGomezDaveButton3up       = new Image();
    djGomezDaveButton3up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIconGreyScale.png" ;
    djGomezDaveButton3down     = new Image() ;
    djGomezDaveButton3down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIcon.png" ;   
    
    djGomezDaveButton4up       = new Image();
    djGomezDaveButton4up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIconGreyScale.png" ;
    djGomezDaveButton4down     = new Image() ;
    djGomezDaveButton4down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIcon.png" ;                    
    
    djGomezDaveButton5up       = new Image();
    djGomezDaveButton5up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIconGreyScale.png" ;
    djGomezDaveButton5down     = new Image() ;
    djGomezDaveButton5down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/djGomezDaveShowIcon.png" ;                        
    
    soundcheckButtonup       = new Image();
    soundcheckButtonup.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/soundcheckShowIconGreyScale.png" ;
    soundcheckButtondown     = new Image() ;
    soundcheckButtondown.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/soundcheckShowIcon.png" ;                            
    
    soundcheckButton2up       = new Image();
    soundcheckButton2up.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/soundcheckShowIconGreyScale.png" ;
    soundcheckButton2down     = new Image() ;
    soundcheckButton2down.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/soundcheckShowIcon.png" ;                                
    
    twitterConnectbuttonup       = new Image();
    twitterConnectbuttonup.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/twitterConnectSidebar1.gif" ;
    twitterConnectbuttondown     = new Image() ;
    twitterConnectbuttondown.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/twitterConnectSidebar2.gif" ;                                    

    facebookConnectbuttonup       = new Image();
    facebookConnectbuttonup.src   = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/facebookConnectSidebar1.gif" ;
    facebookConnectbuttondown     = new Image() ;
    facebookConnectbuttondown.src = "http://www.bluemooncaferadio.com/tk99/wp-content/themes/tk99_custom/images/facebookConnectSidebar2.gif" ;                                    

}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
    
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
