/*

 *	jQuery Innerfade

 *  

*/



jQuery.noConflict();	

jQuery(document).ready(function(){  	

	jQuery('#laptopimg').innerfade({

		animationtype: 'fade', 

		speed: 'slow',

		timeout: 4000,

		type: 'random',

		containerheight: '150px'

	});	

});


