/*********************************************
 * Special Order bvba
 * (c) Ken Pimontel, ken at specialorder dot be
 * Purpose: Nelos header animatie
 *
 * NOTES
 *
 * DEPENDENCIES
 * jQ
 * 
 * TODO
 *
 * HISTORY
 * Laatste aanpassing <!-- hhmts start -->2009-02-23 11:08:36<!-- hhmts end -->
 * 090223 ADDED bg color nav
 * 090223 Set live
 *********************************************/

 $(document).ready(function() {
		
			$('#b1').cycle({
			    fx:     'turnUp',
			    speed:   300,
			    timeout: 12000,
			    pause:   0,
			    random: 1
			});
			
			$('#b2').cycle({
			    fx:     'turnUp',
			    speed:   300,
			    timeout: 36500,
			    pause:   0,
			    random: 1
			});
			
			$('#b3').cycle({
			    fx:     'turnUp',
			    speed:   300,
			    timeout: 47000,
			    pause:   0,
			    random: 1
			});
			
			$('#b5').cycle({
			    fx:     'turnUp',
			    speed:   300,
			    timeout: 29400,
			    pause:   0,
			    random: 1
			});
			
			$('#b6').cycle({
			    fx:     'turnUp',
			    speed:   300,
			    timeout: 46000,
			    pause:   0,
			    random: 1
			});
			
			$('#b7').cycle({
			    fx:     'turnUp',
			    speed:   300,
			    timeout: 87300,
			    pause:   0,
			    random: 1
			});
	
	      //  $('table').css({'background-color' : 'FF9900'});
                
	   

	
	    
		});


