// Naviagtion Menu Functions for getNav.djp
// Written by Scott Bassett, 2002

// Function - Switch Top - st()
// Loads appropriate content into top frame
function stf(pub) {

  // unfortunately this variable must change every time the site is moved
  new_location = "http://www.sngnews.com/getTopFrame.djp?l="+pub; 
  parent.t.location.replace(new_location);

}
