// ---------------------------------------------------------------------------
//    Copyright (c) 2006, LiquidPixels, Incorporated. All Rights Reserved.
//
//    This file represents Intellectual Property which is proprietary and
//  confidential to LiquidPixels, Incorporated. Any disclosure, in whole
//  or in part, is prohibited without express written permission.
//
//   $Id: Liquifire.js 158 2009-03-27 23:05:38Z mspencer $
// ---------------------------------------------------------------------------

//import org.prototypejs.prototype.Prototype
//import com.liquidpixels

if(typeof(com.liquidpixels.liquifire) == 'undefined')
	com.liquidpixels.liquifire = {};
	


com.liquidpixels.liquifire.LiquiFire = Class.create({
	revision: "$Revision: 158 $",
	Version: function() {
	  	return this.revision.substr(11).substr(0, -2);
	}
});

