﻿function testMethod() {
    //initialize();

    alert("Hi there! Running javascript here");
}//end testMethod
function moveMapUpSlow() {
    $(document).ready(function() {       
        $("#map").slideUp('slow');
    });
} //end moveMapUpSlow
function redirectCH() {
    document .location .href ="http://www.carolinahome.com/"
}