<!-- Other browser
// *******************************************************************************
// (C) Aiki Innovations Inc 2000.  Permission is granted to reuse and distribute
//     for commercial or personal use. Removal of this copyright notice is not
//     allowed and restricted. This source code may not be directly sold without
//     the approval of Aiki Innovations Inc. Email us at: aikiinc@hotmail.com.
//     Please add a link back to our site: http://www.aikiinc.com.
//     However, this is not mandantory.
// Source:       obj_def.js
// Author:       Philip Jahmani Chauvet
// Created:      12/05/2005 - 07/07/2006
// Description:  Define base objects
// Modifined:
// ********************************************************************************


//------ [ URL Object ]
function ObjURL()	  {	     this.image="";	     this.text="";	     this.url="";	     this.hottext="";	  }
// Other browser -->

