﻿/* UI scripts */

// Uses http://jQuery.com

// Subscription form tabs - works in combination with CSS
$(document).ready(function() {
	$("body").addClass("js")/* Maybe separate this if used elsewhere too? */
/*	.find("#panelgroup1 > ul a").click(
		function() {
			$(this).parents("#panelgroup1")
			.removeClass("tab1").removeClass("tab2").removeClass("tab3")
			.addClass($(this).parent().attr("class"));
			return false;
		})
	.end();*/
});

$(function(){
    $('#ctl00_cphSupp2_lgnJoinOrLoginControl_pnlMemberLogin')
        .find('label[.field]').overlabel();

});