//----------------------------------------------------------------------------------------------------
// Set the Background for Home Page or Other
//----------------------------------------------------------------------------------------------------

/** 
  * set a variable with the correct bg for the home page or other
  */

/*$(document).ready(function(){
  // local
  if ( document.getElementById("home") ) {
    document.body.style.background = "url(http://10.0.1.100:8888/nio_gold/trunk/01_design/02_production/wp-content/themes/niogold/images/bg_tile.gif) top repeat-x";
  } else {
    document.body.style.background = "url(http://10.0.1.100:8888/nio_gold/trunk/01_design/02_production/wp-content/themes/niogold/images/bg_tile_other.gif) top repeat-x";
  }
})
*/