$(function(){     
         $('.myslides').cycle({
            timeout: 7000,  // milliseconds between slide transitions (0 to disable auto advance)
            fx:      'scrollUp', // choose your transition type, ex: fade, scrollUp, shuffle, etc...            
            pager:   '#pager',  // selector for element to use as pager container
            pause:   0,	  // true to enable "pause on hover"
            pauseOnPagerHover: 0 // true to pause when hovering over pager link
        });
     });

function clearForm() {
	document.getElementById('searchform').searchtext.value = "";
}

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20465615-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);
  })();

