/*
 *  @(#)$Id: index_behaviour.js,v 1.1 2007-06-28 17:07:11 griswold Exp $
 *
 *  Copyright (c) 2006 Llamawerx Inc.
 *  All rights reserved.
 *
 *  This software is the confidential and proprietary information of
 *  Llamawerx ("Confidential Information").  You shall not disclose such
 *  Confidential Information and shall use it only in accordance with
 *  the terms of the license agreement you entered into with Llamawerx.
 */

var myrules = {
      'body' : function(element) {
         setTimeout("swapimage()", swapImageMedTimeout);
         }
	};
	
Behaviour.register(myrules);
