/******************************************************************/
/*** Copyright (c) 2007-2008 Webplus, Inc. All rights reserved. ***/
/******************************************************************/

/****
    | Description: script for the wml of the same filename
    |
    | CVS History:
    |   $Log: hosting-plans.js,v $
    |   Revision 1.2  2009/10/30 22:02:11  int\jamesvg
    |   reset tool tip as class
    |
    |   Revision 1.1  2009/09/17 22:07:56  int\jamesvg
    |   moved file
    |
    |   Revision 1.1  2008/11/13 22:32:23  jamesvg
    |   added jquery and tooltips
    |
****/

$j(document).ready(function(){

  $j(".tooltip").tooltip({
    showURL: false,
    showBody: " - "
  });

});
