﻿/* Add any code here that will execute when the document is finished loading */
function jq_initialize() {
    $('.sweeps').corner("top 5px");
}

/* Add any code here that needs to execute as the document unloads */
function jq_uninitialize() {
    return;
}

/* Add any code here that will execute when the document is resized */
function jq_resize() {
    return;
}
