jQuery(document).ready(function($) {



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

   if($.browser.msie){

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

   }

 });

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);
});



});

$.noConflict();








	

 

 


