$(document).ready(function() {
                  if($.browser.mozilla){
                  $('video').html("<source src='indexAssets/RHLogo-iPhone.ogv' type='video/ogg' />");
                  }
                  $('.img1').click(function(){
                                   document.location.href = 'http://www.renderinghouse.com/pages/residential/';
                                   });
                  $('.img3').click(function(){
                                   document.location.href = 'http://www.renderinghouse.com/pages/commercial/';
                                   });
                  $('.img2').click(function(){
                                   /*alert('Coming Soon. Please check back later.');*/
                                   document.location.href = 'http://www.renderinghouse.com/pages/industrial/';
                                   });
                  $('.img4').click(function(){
                                   var answer = confirm("We are about to take you to www.jmcswainstudios.com for hand-painted watercolors by Rendering House's founder Jeff McSwain. Do you want to continue?");
                                   if (answer){
                                   document.location.href = 'http://www.jmcswainstudios.com';
                                   }else{
                                   
                                   }
                                   
                                   });
});
