$(document).ready(function()
{
        snews_load_all("#snews");
}
);

function changeRegion(url)
{
    $("#atlas_map").attr("src",url);
}