﻿// JScript File
jQuery(document).ready(init);

function init() {
    $("#home").addClass("current");
}