/*!
 * Ext JS Library 3.0.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
// some data used in the examples
Ext.namespace('Ext.exampledata');

Ext.exampledata.howfound = [

['Business'],
['Pleasure'],
['Other']
];

//Ext.exampledata.howfound = [
//['Google'],
//['Yahoo'],
//['Bing'],
//['AOL']
//];
