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

	 Cufon.replace('h1') ('h1 a') ('h2') ('h3') ('h4') ('h5') ('h6') ('legend') ('label')  ('#box p') ('.text-styled') ('#top-navigation li a', {
	 hover: false
}) ('blockquote');
	Cufon.replace('#slider .bottom', { fontFamily: 'Quicksand Book' });
	
	});
	
	
	var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18349699-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
