<!--
        if (document.images) {            
        	
        imgs1on = new Image();    imgs1on.src = "/images/navigation/facebook-1.gif"; 
        imgs2on = new Image();    imgs2on.src = "/images/navigation/twitter-1.gif";  
	imgs3on = new Image();    imgs3on.src = "/images/navigation/rss-1.gif";  
        imgs4on = new Image();    imgs4on.src = "/images/navigation/share-1.gif";  
        
        imgs5on = new Image();    imgs5on.src = "/images/navigation/about-me-1.gif"; 
        imgs6on = new Image();    imgs6on.src = "/images/navigation/rants-and-raves-1.gif";  
	imgs7on = new Image();    imgs7on.src = "/images/navigation/my-projects-1.gif";  
        imgs8on = new Image();    imgs8on.src = "/images/navigation/drop-a-line-1.gif";  
        
        imgs9on = new Image();    imgs9on.src = "/ftg/my-top-5-fav-porn-stars/home-1.jpg"; 
        imgs10on = new Image();   imgs10on.src = "/ftg/the-pretty-reckless/home-1.jpg";  
	imgs11on = new Image();   imgs11on.src = "/ftg/my-top-5-dream-rides/home-1.jpg";  
        imgs12on = new Image();   imgs12on.src = "/ftg/kiss-me-love-me-bite-me/home-1.jpg";  
        imgs13on = new Image();   imgs13on.src = "/ftg/its-the-little-things/home-1.jpg"; 
        
        imgs14on = new Image();   imgs14on.src = "/images/callouts/001-1.jpg"; 
        imgs15on = new Image();   imgs15on.src = "/images/callouts/002-1.jpg";    
            
            
        imgs1off = new Image();   imgs1off.src = "/images/navigation/facebook-0.gif"; 
        imgs2off = new Image();   imgs2off.src = "/images/navigation/twitter-0.gif";  
	imgs3off = new Image();   imgs3off.src = "/images/navigation/rss-0.gif";  
        imgs4off = new Image();   imgs4off.src = "/images/navigation/share-0.gif";  
        
        imgs5off = new Image();   imgs5off.src = "/images/navigation/about-me-0.gif"; 
        imgs6off = new Image();   imgs6off.src = "/images/navigation/rants-and-raves-0.gif";  
	imgs7off = new Image();   imgs7off.src = "/images/navigation/my-projects-0.gif";  
        imgs8off = new Image();   imgs8off.src = "/images/navigation/drop-a-line-0.gif";  
        
        imgs9off = new Image();   imgs9off.src = "/ftg/my-top-5-fav-porn-stars/home-0.jpg"; 
        imgs10off = new Image();  imgs10off.src = "/ftg/the-pretty-reckless/home-0.jpg";  
	imgs11off = new Image();  imgs11off.src = "/ftg/my-top-5-dream-rides/home-0.jpg";  
        imgs12off = new Image();  imgs12off.src = "/ftg/kiss-me-love-me-bite-me/home-0.jpg";  
        imgs13off = new Image();  imgs13off.src = "/ftg/its-the-little-things/home-0.jpg"; 
        
        imgs14off = new Image();  imgs14off.src = "/images/callouts/001-0.jpg"; 
        imgs15off = new Image();  imgs15off.src = "/images/callouts/002-0.jpg";   
            
        }

    function imgsOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }

    function imgsOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");        
            }
    }

// -->

