iii.shareprice.apps.config = new ( new Class ( { data: { proxy: './proxy.php?url=', serviceUrl: 'http://www.shareprice.co.uk/index.php/', bossQueryUrl: 'lib/boss/query.php', iiiDiscussionUrl: 'http://www.iii.co.uk/pub-tools/disc_json.pl?', iiiNewsUrl: 'http://www.iii.co.uk/rss/news/cotn:{symbol}.L.xml',// {symbol} for stock symbol lseChatUrl: 'http://www.lse.co.uk/chat/', advfnTickerUrl: 'http://jabber.shareprice.co.uk/discussions-scrape/advfn-scrape.php?ticker=', twitterUrl: 'http://twitter.com/statuses/user_timeline/16083354.json?count=3', feedServiceUrl: "http://www.shareprice.co.uk/index.php/service/json/rss?feedUrl=", host: 'stream3.shareprice.co.uk', domain: 'shareprice.co.uk', port: 80, cookieNamespace: 'share', stockUpdateTime: 600000 //in millisec }, set: function ( key, value ) { if( $check( key ) ) this.data[ key ] = value; return this; }, get: function ( key ) { if( $check( key ) ) return this.data[ key ]; else return null; } } ) ) ( );