// ---------------------------------------------------------------------------
//    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 118 2008-12-18 00:06:20Z mspencer $
// ---------------------------------------------------------------------------

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

if(!com.liquidpixels.liquifire)
	com.liquidpixels.liquifire = {};
	


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


