$.swim.thinkPod={    
	
	realmoneyTradingPlatform:function(symbol){ 
		window.open(contextPath+'/graphs/thinkOrSwimRedirect.iedu?symbol='+symbol,
 		'TOSrealmoney', 'left=20, top=20, height=800,width=1060,scrollbars=yes,resizable=yes');		
	},
	papermoneyTradingPlatform:function(symbol, username, password){ 
		window.open(contextPath+'/graphs/thinkOrSwimPaperRedirect.iedu?symbol='+symbol,
		'thePaperMoney', 'left=20, top=20, height=800,width=1060,scrollbars=yes,resizable=yes');		
	}
};

(function($){
})(jQuery);
$(document).ready(function(){
});

