soundManager.debugMode = false;
soundManager.consoleOnly = false;
soundManager.url = '/lib/soundmanager/soundmanager2.swf'; // path to movie

soundManager.onload = function() {
			soundManager.createSound({
				 id:'panelChange',
				 url:'audio/slide1.mp3'
			});  
			soundManager.createSound({
				 id:'glassSlide',
				 url:'audio/shower_curtain.mp3'
			});  
			soundManager.createSound({
				 id:'nicePop',
				 url:'audio/bubble.mp3'
			}); 
			soundManager.createSound({
				 id:'closePop',
				 url:'audio/bubble.mp3'
			});
			soundManager.createSound({
				 id:'newMail',
				 url:'audio/new_mail.mp3'
			});		
			soundManager.createSound({
				 id:'buyItem',
				 url:'audio/buy_item.mp3'
			});
			soundManager.createSound({
				 id:'chooseAsset',
				 url:'audio/scissors.mp3'
			});		
			soundManager.createSound({
				 id:'typeWriter',
				 url:'audio/typewriter.mp3'
			});	
			soundManager.createSound({
				 id:'clothesSlide',
				 url:'audio/more_clothes_bttn(upVol)(2).mp3'
			});		
			soundManager.createSound({
				 id:'planePop',
				 url:'audio/plane_31.mp3'
			});	
			soundManager.createSound({
				 id:'applause',
				 url:'audio/applause.mp3'
			});
			soundManager.createSound({
				 id:'cameras',
				 url:'audio/cameraclicks.mp3'
			});			
			soundManager.createSound({
				 id:'cheering',
				 url:'audio/ooh_la_la.mp3'
			});	
			soundManager.createSound({
				 id:'traffic',
				 url:'audio/traffic.mp3'
			});	
			soundManager.createSound({
				 id:'planeRide',
				 url:'audio/planeride.mp3'
			});	
			soundManager.createSound({
				 id:'money',
				 url:'audio/money.mp3'
			});
			soundManager.createSound({
				 id:'girls_laughing',
				 url:'audio/giggles.mp3'
			});			
			soundManager.createSound({
				 id:'slurp',
				 url:'audio/slurping.mp3'
			});		
			soundManager.createSound({
				 id:'name',
				 url:'audio/eternal_love.mp3'
			});
			soundManager.createSound({
				id:'hohoho',
				url:'audio/hohoho.mp3'
			});
			
			soundManager.createSound({
			id: 'nysc_maddie' ,
      url: 'community/spec_contests/songwriters/Maddie_Georgi_Go.mp3'
      });

			soundManager.createSound( {
			id: 'nysc_aubrey' ,
      url: 'community/spec_contests/songwriters/Aubrey_Caswell_All_I_ve_Ever_Known.mp3'
      
      });

			soundManager.createSound( {
			id: 'nysc_ali' ,
      url: 'community/spec_contests/songwriters/Allison_Brustofski_Rewind.mp3'
      });
      

			soundManager._writeDebug('soundManager.onload() - your code executes here');
}
