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

// Custom JavaScript Document
 
$(document).ready(function(){  
 

//nav
  $(".nav").appendTo("#mymenu");
  $(".navbar.main-nav:first").remove()
  $("#logo:first").remove(); 
  
  //header
  $("#myheader").prependTo("body"); 
  
  //favicon
  $('<link id="favicon" type="image/x-icon" rel="shortcut icon" href="http://cdn.myld.com.au/2/349/enduring-memorials_5c2e3abdd6.ico" />').prependTo('head');
  $('<link id="favicon" type="image/x-icon" rel="shortcut icon" href="http://cdn.myld.com.au/2/349/enduring-memorials_53703cad42.png" />').appendTo('head');
  
  //slider
  var hpage = $("#home").length;
  if(hpage == 0){
    $(".slides").remove(); 
     $('.flexslider').flexslider({directionNav: false });
  }
  
  //animated h1 on homepage
   
      
     

  
  //slider
  $('.flexslider').flexslider({
  		animation: "slide",              
			easing: "swing",               
			direction: "horizontal",       
			reverse: false,               
			animationLoop: true,             
			smoothHeight: false,           
			startAt: 0,                    
			slideshow: true,               
			slideshowSpeed: 7000,          
			animationSpeed: 600,          
			initDelay: 0,                   
			randomize: true,           
			// Primary Controls
			controlNav: false,              
			directionNav: true
		});
    
      
 
 
}); //END OF DOC READY

 



$(document).ready(function(){  
  
   $("body").browserDetect( {       
		name: "Enduring Memorials",     
		logo: "http://cdn.myld.com.au/2/349/enduring-memorials_01a7273a47.png",      
		phone: "(07) 4953 1070",     //optional
		fax: "(07) 4957 7860",      //optional
		email: "bss@mackay.net.au ",      //optional
		address: "437 Shakespeare Street West Mackay QLD 4740",  //optional	
		ldprofile: "http://www.localdirectories.com.au/Mackay,QLD/Enduring-Memorials/profile/g4hV"  
	});
  
  
});