﻿/// <reference path="jquery-1.4.1-vsdoc.js />

// Set up
$(function () {
    $('.js').removeClass('js');  // Show all javascript enabled elements if JS is enabled
    //$('#ticker').liScroll();  // Start the news ticker
    //$('.loginLabel').hide();
});

// Used to enforce client side max lengths on text areas
function imposeMaxLength(Object, MaxLen) {
    return (Object.value.length <= MaxLen);
}



// Code for home gallery

