 $(function () {
   // basic version is: $('div.demo marquee').marquee() - but we're doing some sexy extras
   $('div.page marquee').marquee('pointer').mouseover(function () {
      $(this).trigger('stop');
    }).mouseout(function () {
      $(this).trigger('start');
    });
	$('span.marquee').show();
 });

 $(function() {
   $('#biclink').click(function() {
//     var imagewindow = window.open("http://www.courtoffside.com/w/images/d/d8/Dean_court.png", "width=988px,height=675px,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no");
   });
 });
