$(function() {
		   
$('#homeimg1').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	random: 1
});

$('#homeimg2').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	12000,
	random: 1
});

$('#homeimg3').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	4000,
	random: 1
});

$('#homeimg4').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	20000,
	random: 1
});

$('#homeimg5').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	4000,
	random: 1
});

$('#homeimg6').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	8000,
	random: 1
});

$('#homeimg7').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	8000,
	random: 1
});

$('#homeimg8').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	random: 1
});

$('#homeimg9').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	12000,
	random: 1
});

$('#homeimg10').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	20000,
	random: 1
});

$('#homeimg11').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	20000,
	random: 1
});

$('#homeimg12').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	delay:	24000,
	random: 1
});

$('.gpics').cycle({ 
	fx:     'fade', 
    timeout:  11000,
	random: 1
});

});