// --------------------------------------------------------------------------------
// 
// Rf.Cart Client Script Library
// 
// (Requires ASP.NET AJAX Client Library and Rf Client Library)
//
// --------------------------------------------------------------------------------
/// <reference path="MicrosoftAjax.js" /> //SG:ignore
/// <reference path="MicrosoftAjaxTimer.js" /> //SG:ignore
/// <reference path="Rf.js" /> //SG:ignore

var c = new Rf.WebMethod("a", "b");

OnInit = Rf.OnInit;
OnLoad = Rf.OnLoad;

ImagePopup = Rf.Controls.ImagePopup;
ClickEditor = Rf.Controls.ClickEditor;
Popup = Rf.Controls.Popup;
MessageBox = Rf.Controls.MessageBox;
Button = Rf.Controls.Button;
LoadingControl = Rf.Controls.LoadingControl;
TabControl = Rf.Controls.TabPanel;
MultiEditor = Rf.Controls.MultiEditor;
BoxPanel = Rf.Controls.BoxPanel;
Pager = Rf.Controls.Pager;

Animator = Rf.Animator;
WebMethod = Rf.WebMethod;
Template = Rf.Template;

Type.registerNamespace("Rf.Cart");
