// ---------------------------------------------------------------------------
//    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: liquidpixels.js 97 2008-12-11 23:32:06Z mspencer $
// ---------------------------------------------------------------------------

//provides com.liquidpixels

if(typeof com == 'undefined')
	com = {};

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