jQuery(document).ready(function(){	
	jQuery(".box p:last, .box li:last, .box ul:last, .box ol:last").addClass('bottom');
	jQuery( "#tabs" ).tabs();
	jQuery('<li class="cat-item"><a href="http://guy.com/lounge/" title="Visit our Forums">Forums</a></li>').insertBefore('.cat-item-39');
});

function breakout_of_frame()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}

