/***********************
*  Site Specific JS   *
************************/

//-- SPEEDLOADER "JS" --//
$(document).ready(function(){

  //MOVE
  //$('#slider').prependTo('body');
  $('header').prependTo('body');
  
  //Navigation
  $('.navbar').prependTo('.navbar-container');
  
  //Wrappers
  //$('body').wrapInner('<div class="wrapper" />');
  $('body').children().not('.scripts').wrapAll('<div id="wrapper" class="container-fluid" />');
  
  //Remove
  $('.default_header').remove();
  $('.default_footer').remove();
	
	//FAVICON
	$('<link id="favicon" type="image/x-icon" rel="shortcut icon" href="http://cdn.myld.com.au/2/396/corbett-earthmoving-pty-ltd_8b5c6e7bbc.png" />').appendTo('head');
	$('<link rel="shortcut icon" href="http://cdn.myld.com.au/2/396/corbett-earthmoving-pty-ltd_4e9b05a05d.ico" type="image/x-icon" />').appendTo('head');
	$('<link rel="icon" href="http://cdn.myld.com.au/2/396/corbett-earthmoving-pty-ltd_4e9b05a05d.ico" type="image/x-icon" />').appendTo('head');
    
  //404 PAGE
  $("#page-not-found div#error").wrap("<div class='container'>").wrap("<div class='row-fluid'>").wrap("<div class='span12'>");
	
  //********Windows IE8 and below popup*********//     	     		
	$("body").browserDetect( {     	
		name: "Corbett Earthmoving Pty Ltd",     
		logo: "http://cdn.myld.com.au/2/396/corbett-earthmoving-pty-ltd_a529337100.png",      
		phone: "02 6645 3560",     //optional
		fax: "02 6645 5063",      //optional
		email: "corbettearth@bigpond.com",      //optional
		address: "4 Ironbark Drive, Townsend NSW 2463",  //optional	
		ldprofile: "http://www.localdirectories.com.au"  
	});  
  
  if ($('body#gallery').is('*')) {
    if(jQuery.browser.mobile)
            {
               var myPhotoSwipe = $(".fancybox").photoSwipe({ enableMouseWheel: false , enableKeyboard: false });
            }
            else
            {
                /* Apply to single image */
                $("a.fancybox").fancybox();

                /* Apply fancybox to multiple items */
                $("a.fancybox[rel='gallery_group']").fancybox({
                    'transitionIn'    :    'elastic',
                    'transitionOut'    :    'elastic',
                    'speedIn'        :    600, 
                    'speedOut'        :    200 
                });
            }
    }

	//********Mobile Telephone*********//  
	mobileTel(+4127453560); //edit phone number

});
