// scripts.js

$(function() {
	/*if(window.location.href.indexOf("/") >= 0)
		{
		$('li.ool a').addClass('active');
		}
	if(window.location.href.indexOf("/") >= 0)
		{
		$('li.ool a').addClass('active');
		}*/
	if(window.location.href.indexOf("/tss/") >= 0)
		{
		$('a.footerRegister').html('Workshops');
		$('a.footerRegister').attr('target','_blank');
		//$('li.tss a').addClass('active');
		}
	/*
	if(window.location.href.indexOf("/TSS/") >= 0)
		{
		$('a.footerRegister').html('Register');
		$('li.tss a').addClass('active');
		$('a.footerRegister').attr('target','_blank');
		}
	if(window.location.href.indexOf("/about.aspx") >= 0)
		{
		$('li.about a').addClass('active');
		}*/
		$("ul.tabs").tabs("div.panes > div");
});

