/*
 * File: HowDidYouHear.js
 * Date: Fri Aug 27 2010 18:12:47 GMT-0400 (Eastern Daylight Time)
 * 
 * This file was generated by Ext Designer version xds-1.0.2.11.
 * http://www.extjs.com/products/designer/
 *
 * This file will be auto-generated each and everytime you export.
 *
 * Do NOT hand edit this file.
 */

HowDidYouHear = Ext.extend(Ext.data.JsonStore, {
    constructor: function(cfg) {
        cfg = cfg || {};
        HowDidYouHear.superclass.constructor.call(this, Ext.apply({
            url: '/RequestPriceQoute/RegistrationData.json',
            root: 'HowDidYouHear',
            storeId: 'HowDidYouHear',
            autoLoad: true,
            fields: [
                {
                    name: 'Text'
                }
            ]
        }, cfg));
    }
});
new HowDidYouHear();
