// COPYRIGHT (c) 2006 Mixon/Hill, Inc., ALL RIGHTS RESERVED.
//-----------------------------------------------------------
// AboutMyKCScout.js
//      Contains code for AboutMyKCScout.aspx
//-----------------------------------------------------------


function Back()
{
    history.go(-1);
}


