
//Fires when the DOM is ready to be traversed.
$(document).ready(function()
{
        if(parent == window)
        {
            window.open("/#" + curLocation, "_top");
        }
});
