function OnLoad() {
  new CSEOverlay("003031551919319796470:vsj_nkjk4_g",
                 document.getElementById("searchbox_003031551919319796470:vsj_nkjk4_g"),
                 document.getElementById("results_003031551919319796470:vsj_nkjk4_g"));
                 $('.searchbox form input:first').css('width','80px');
}
GSearch.setOnLoadCallback(OnLoad);

$(function () {
        $('div.marquee marquee').marquee('pointer').mouseover(function () {
            $(this).trigger('stop');
        }).mouseout(function () {
            $(this).trigger('start');
        }).mousemove(function (event) {
            if ($(this).data('drag') == true) {
                this.scrollLeft = $(this).data('scrollX') + ($(this).data('x') - event.clientX);
            }
        }).mousedown(function (event) {
            $(this).data('drag', true).data('x', event.clientX).data('scrollX', this.scrollLeft);
        }).mouseup(function () {
            $(this).data('drag', false);
        });
    });


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19642739-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);
  })();
