/*
 *  @(#)$Id: index_behaviour.js,v 1.1 2008-09-27 18:31:53 gerard 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()", swapImageShortTimeout);
         }
	};
	
Behaviour.register(myrules);
