/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/	
//compressed by Shane Reaume (see text file for original code)	
$(document).ready(function(){var tabs=$('ul.tabs');tabs.each(function(i){var tab=$(this).find('>li>a');tab.click(function(e){var contentLocation=$(this).attr('href')+"Tab";if(contentLocation.charAt(0)=="#"){e.preventDefault();tab.removeClass('active');$(this).addClass('active');$(contentLocation).show().addClass('active').siblings().hide().removeClass('active');}});});});
