/*!
 * Copyright (C) 2004-2009 Giant Interective Group, Inc. All rights reserved.
 * 版权所有 2009-2011 e7工作室
 *
 * version #version, #date by Cailijuan
 * Depend on jQuery 1.3.x
 */
if(typeof Easy == 'undefined'){
	var Easy = function() {
	};
}

( function($) {

	Easy.loadNew = function(tid, tfid) {
		window.location = '/case/load-new?tid='+ tid +'&tfid='+ tfid;
	};
	
})(jQuery);
