/*   *********** region.js   **************   */


/*
    This bit of JavaScript tells the Second Site software
    which region it is building a database for. Second Site 
    uses this information via the "second_site_X.js" file to
    pull the correct images and text for each specific region.  

    This script file is for the 'United States' region.  

*/

    var page_type = "american";

