
	//this clears form fields when focused 	
				$(document).ready(function () {
					$('.clearme').one("focus", function() {
					 $(this).val("");
					});
				});
				
// rotator
  $(function() {
    $('#rotator ul').cycle({
        speed:       500,
        timeout:     7000,
        pager:      '#nav',
        pagerEvent: 'mouseover',
        pause:      'true',
        cleartypeNoBg: 'true',
        opacity:	1,
        filter:		'',
		pauseOnPagerHover: 'true'
    });

  });
		


// Google Fonts stuff
  /*
WebFontConfig = {
    google: { families: [ 'Puritan:400,400italic,700,700italic:latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();
*/
	

