


var timer;





jQuery(function( $ ){

function Cloud(sc,speed,start){



 $(sc).animate({ left: start }, 0);



$(sc).animate({ left: '2000' }, speed, 'linear', function() {

	  $(sc).animate({ left: '-=2400' }, 0, function() {

	Cloud(sc, speed, start);	

  });

		

  });

}				


jQuery.each(jQuery.browser, function(i, val) {

   if($.browser.msie){

      Cufon.replace('h1');
      Cufon.replace('h2');
   }else{


   }

 });

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
$('body').css("background-image","none");
}

$('.contactus').click(function(){
$('html, body').animate({
scrollTop: $("#module_bottom").offset().top
}, 1000);
});

/*Cloud('.scrollableArea .layers#layer01 img', 60000, -400);

Cloud('.scrollableArea .layers#layer02 img', 90000, -600);

Cloud('.scrollableArea .layers#layer03 img', 120000, -500);*/

});


jQuery.noConflict();






	

 

 

