$(document).ready(function(){
  /* Setup General Styles and Classes */
  $('#largebg').fadeIn(1000);
  $('#navbar li:last-child').addClass('last');
  $('#navbar ul li ul li:last-child').addClass('last');
  $('#homeimgs div:last-child').addClass('last');
  $('#quicklinks li:last-child').addClass('last');
  $('#menuitems div:last-child').addClass('last');
  $('#secCol:last-child').removeClass('right');
  $('#secCol:last-child').addClass('last');

  getTwitters('twitter', { 
  id: 'puffystavern', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<a target="_blank" href="http://twitter.com/%user_screen_name%/"> "%text%" %time%</a>'
});


  
  /* Hover Menu Fix IE */
  sfHover = function() {
	var sfEls = document.getElementById("navbar").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" hover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" hover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

	   
                  


 
                  



});





