                Cufon.replace('h1');
                Cufon.replace('#nav ul#navMenu li a',{hover:true,hoverables:{a:true}});
                
                $(document).ready(function(){

                        $('#project').change(function(){
                                window.location = this.value;        
                        });
                        
                        // Set linked images with no defined rel attribute to open with Shadowbox overlay
                        $('a[href*=jpg],a[href*=JPG],a[href*=gif],a[href*=png]').each(function(){
                                if($(this).attr('rel') == undefined) {$(this).attr('rel','lightbox[blog]');}       
                        });

                        $.noConflict();                      
                        
                });
                
                AudioPlayer.setup("/gdresources/webscripts/audio-player/player.swf", {  
                width: 220,  
                initialvolume: 100,  
                transparentpagebg: "no",  
                left: "000000",  
                lefticon: "FFFFFF",
                animation: "no"
                });
                

             
