bloomberg_quote 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2456 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
4
+ <head><script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6
+ <title>1557 Quote - SPDR S&P 500 ETF Trust Fund - Bloomberg</title>
7
+ <meta name="keywords" content="1557, SPDR S&P 500 ETF Trust, 1557 chart, SPDR S&P 500 ETF Trust chart,
8
+ 1557 assets, SPDR S&P 500 ETF Trust assets, 1557 profile,
9
+ SPDR S&P 500 ETF Trust profile, 1557 data, SPDR S&P 500 ETF Trust data" />
10
+ <meta name="description" content="Quote & price for SPDR S&P 500 ETF Trust (1557 - type ETF) including assets, performance chart, expense ratios, fees, fund manager and profile." />
11
+ <meta property="og:title" content="1557 Quote - SPDR S&P 500 ETF Trust Fund"/>
12
+ <meta property="og:site_name" content="Bloomberg"/>
13
+ <meta property="fb:admins" content="1502271052,1617206,500566238,616620419,18776,1396618572,501161086,100001111898866,1223836"/>
14
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
15
+
16
+ <link href="http://cdn.gotraffic.net/v/20120417_153041/stylesheets/main-min-v3_1.css" media="all" rel="stylesheet" type="text/css" /> <link href="http://cdn.gotraffic.net/v/20120417_153041/stylesheets/main-min-v3_2.css" media="all" rel="stylesheet" type="text/css" /> <link href="http://cdn.gotraffic.net/r/v/20120412_170304/stylesheets/breg-min.css" media="screen" rel="stylesheet" type="text/css" />
17
+ <link href="http://cdn.gotraffic.net/q/v/20120413_173904/stylesheets/q-min.css" media="screen" rel="stylesheet" type="text/css" />
18
+ <!--[if IE 6]>
19
+ <link href="http://cdn.gotraffic.net/v/20120417_153041/stylesheets/ie6-all-v2-min.css" media="all" rel="stylesheet" type="text/css" /> <![endif]-->
20
+ <!--[if lt IE 8]>
21
+ <link href="http://cdn.gotraffic.net/v/20120417_153041/stylesheets/blocks_ltie8-min.css" media="all" rel="stylesheet" type="text/css" /> <![endif]-->
22
+
23
+ <link href="http://cdn.gotraffic.net/v/20120417_153041/stylesheets/markets/main-min.css" media="all" rel="stylesheet" type="text/css" />
24
+
25
+ <script src="/rapi/ads/js_config.js" type="text/javascript"></script>
26
+
27
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/main_f-min-v2.js" type="text/javascript"></script> <script type="text/javascript">
28
+ //<![CDATA[
29
+ var reg_enabled = true || (BLOOMBERG.util.Cookie.get('reg_enabled') == 'true');
30
+ var q_enabled = true || (BLOOMBERG.util.Cookie.get('q_enabled') == 'true');
31
+
32
+ //]]>
33
+ </script> <script type="text/javascript">
34
+ </script>
35
+
36
+ <script type="text/javascript">
37
+
38
+ //For omniture
39
+ Description = "blp.persfin/research/quote/us";
40
+ // Setup for surround session
41
+ var adid="";
42
+ var surroundTagVal = "";
43
+ var surroundTag=BLOOMBERG.util.Cookie.get("surroundId"); // Get surround session id from the cookie
44
+ if(surroundTag == "undefined" || surroundTag == null || surroundTag == ""){ // check if there was a surround session id in the cookie
45
+ surroundTag="";
46
+ }else{
47
+ surroundTagVal="srnd="+surroundTag+";"; // finish setting up the key-value for the ad tags
48
+ }
49
+
50
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
51
+
52
+ //Market status
53
+ if (typeof gblvlty == "undefined"){ var gblvlty = 0; }
54
+ market_status_val = "status=marketstatus" + gblvlty;
55
+ HCat = "";
56
+
57
+ //Setting topic value for topic pages(Lingospot)
58
+ var topic_referrer = BLOOMBERG.referrer.topic_referrer();
59
+ if(topic_referrer != null && topic_referrer != ""){
60
+ topic_refer_key = "topic=" + topic_referrer + ";";
61
+ topic_refer_name = "blp.news/topic/" + topic_referrer;
62
+ }else{
63
+ topic_refer_key = "";
64
+ topic_refer_name = "blp.news/topic;";
65
+ }
66
+
67
+ sponsor_key = "";
68
+ var sponsor = BLOOMBERG.referrer.sponsor_referrer();
69
+ if(sponsor != null && sponsor != ""){
70
+ sponsor_key = "sponsor=" + sponsor + ";";
71
+ }
72
+ var ticker_key = ''
73
+ ticker_key += 'ticker=1557%3AJP;';
74
+
75
+
76
+ //Page URL to pass url to ad call
77
+ var page_url = window.location.pathname;
78
+ //Getting sumdomain for test site
79
+ var host_name_list = window.location.hostname.split('.');
80
+ var sub_domain_name= host_name_list[0];
81
+
82
+ <!-- AUDIENCESCIENCE AD TAG CODE -->
83
+ <!--
84
+ var rsi_segs = [];
85
+ var segs_beg=document.cookie.indexOf('rsi_segs=');
86
+ if (segs_beg>=0){
87
+ segs_beg=document.cookie.indexOf('=',segs_beg)+1;
88
+ if(segs_beg>0){
89
+ var segs_end=document.cookie.indexOf(';',segs_beg);
90
+ if(segs_end==-1) segs_end=document.cookie.length;
91
+ rsi_segs=document.cookie.substring(segs_beg,segs_end)
92
+ .split('|');
93
+ }
94
+ }
95
+ var segLen=20;
96
+ var segQS="";
97
+ if (rsi_segs.length<segLen){segLen=rsi_segs.length}
98
+ for (var i=0;i<segLen;i++){
99
+ segQS+=("rsi"+"="+rsi_segs[i].substring(7, rsi_segs[i].length)+";")
100
+ }
101
+ //-->
102
+ <!-- END AUDIENCESCIENCE AD TAG CODE -->
103
+
104
+ HCat = HCat + segQS + topic_refer_key + sponsor_key + ticker_key; //Value to be passed to the ad call
105
+ var no_dfp_interstitial = "false",
106
+ bbg_show_int = false;
107
+ </script>
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <script type="text/javascript">
115
+ //<![CDATA[
116
+ BLOOMBERG.mobile.register_mobile_link();
117
+
118
+ //]]>
119
+ </script>
120
+ <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
121
+
122
+ </head>
123
+ <body class="quote etf">
124
+ <div id="container" class="module">
125
+
126
+
127
+ <div class="header_top_unit">
128
+
129
+ <div id="market_snapshot_simple" class="base_container clearfix">
130
+ <div id="market_snapshot_container">
131
+ <div id="market_snapshot_table" class="filtered_index tabular_data us">
132
+ <div class="header">
133
+ <strong><a href="/markets/stocks/">Market Snapshot</a></strong>
134
+ <ul class="original_market_tabs clearfix">
135
+ <li class="us first">U.S.</li>
136
+ <li class="europe">Europe</li>
137
+ <li class="asia last">Asia</li>
138
+ </ul>
139
+ </div>
140
+
141
+ <div class="ticker_groups" id="market_snap_us">
142
+ <table cellspacing="0" cellpadding="0" border="0" class="ticker_snapshot">
143
+ <tbody>
144
+ <tr class="heading">
145
+ <th>Ticker</th>
146
+ <th>Volume</th>
147
+ <th>Price</th>
148
+ <th>Price Delta</th>
149
+ </tr>
150
+
151
+ <tr class=" first">
152
+ <td class="bsym_ticker"><a href="/quote/INDU:IND">Dow</a></td>
153
+ <td class="price">13,032.80</td>
154
+ <td class="change delta value_down">-82.79</td>
155
+ <td class="delta delta value_down">-0.63%</td>
156
+ </tr>
157
+
158
+ <tr class="">
159
+ <td class="bsym_ticker"><a href="/quote/SPX:IND">S&P 500</a></td>
160
+ <td class="price">1,385.14</td>
161
+ <td class="change delta value_down">-5.64</td>
162
+ <td class="delta delta value_down">-0.41%</td>
163
+ </tr>
164
+
165
+ <tr class=" last">
166
+ <td class="bsym_ticker"><a href="/quote/CCMP:IND">Nasdaq</a></td>
167
+ <td class="price">3,031.45</td>
168
+ <td class="change delta value_down">-11.37</td>
169
+ <td class="delta delta value_down">-0.37%</td>
170
+ </tr>
171
+
172
+ </tbody>
173
+ </table>
174
+ </div>
175
+
176
+ <div class="ticker_groups" id="market_snap_europe">
177
+ <table cellspacing="0" cellpadding="0" border="0" class="ticker_snapshot">
178
+ <tbody>
179
+ <tr class="heading">
180
+ <th>Ticker</th>
181
+ <th>Volume</th>
182
+ <th>Price</th>
183
+ <th>Price Delta</th>
184
+ </tr>
185
+
186
+ <tr class=" first">
187
+ <td class="bsym_ticker"><a href="/quote/SX5E:IND">STOXX 50</a></td>
188
+ <td class="price">2,301.88</td>
189
+ <td class="change delta value_down">-25.96</td>
190
+ <td class="delta delta value_down">-1.12%</td>
191
+ </tr>
192
+
193
+ <tr class="">
194
+ <td class="bsym_ticker"><a href="/quote/UKX:IND">FTSE 100</a></td>
195
+ <td class="price">5,761.88</td>
196
+ <td class="change delta value_up">+16.59</td>
197
+ <td class="delta delta value_up">0.29%</td>
198
+ </tr>
199
+
200
+ <tr class=" last">
201
+ <td class="bsym_ticker"><a href="/quote/DAX:IND">DAX </a></td>
202
+ <td class="price">6,702.52</td>
203
+ <td class="change delta value_down">-29.51</td>
204
+ <td class="delta delta value_down">-0.44%</td>
205
+ </tr>
206
+
207
+ </tbody>
208
+ </table>
209
+ </div>
210
+
211
+ <div class="ticker_groups" id="market_snap_asia">
212
+ <table cellspacing="0" cellpadding="0" border="0" class="ticker_snapshot">
213
+ <tbody>
214
+ <tr class="heading">
215
+ <th>Ticker</th>
216
+ <th>Volume</th>
217
+ <th>Price</th>
218
+ <th>Price Delta</th>
219
+ </tr>
220
+
221
+ <tr class=" first">
222
+ <td class="bsym_ticker"><a href="/quote/NKY:IND">Nikkei</a></td>
223
+ <td class="price">9,588.38</td>
224
+ <td class="change delta value_down">-78.88</td>
225
+ <td class="delta delta value_down">-0.82%</td>
226
+ </tr>
227
+
228
+ <tr class="">
229
+ <td class="bsym_ticker"><a href="/quote/TPX:IND">TOPIX </a></td>
230
+ <td class="price">814.13</td>
231
+ <td class="change delta value_down">-5.14</td>
232
+ <td class="delta delta value_down">-0.63%</td>
233
+ </tr>
234
+
235
+ <tr class=" last">
236
+ <td class="bsym_ticker"><a href="/quote/HSI:IND">Hang Seng</a></td>
237
+ <td class="price">20,995.00</td>
238
+ <td class="change delta value_up">+214.28</td>
239
+ <td class="delta delta value_up">1.03%</td>
240
+ </tr>
241
+
242
+ </tbody>
243
+ </table>
244
+ </div>
245
+
246
+ </div>
247
+ </div>
248
+ <div id="leader_board">
249
+
250
+
251
+
252
+ <div class="dfp_ad_box">
253
+
254
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
255
+ include_u_tag = true;
256
+ adType = "DART";
257
+ Keys = "blp.persfin/research/quote/us";
258
+ dcop_val = "";
259
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
260
+ if (surroundTagVal != ""){
261
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
262
+ surroundTagVal="srnd="+surroundTagVal+";";
263
+ }
264
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
265
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
266
+ Size = "728x90";
267
+ Tile = "1";
268
+ Position = ";position=top";
269
+ if(sub_domain_name == 'bb20ad'){
270
+ Keys = "blp.test";
271
+ }
272
+ ad_location = 'Banner';
273
+ if (ad_location == 'Interstitial'){
274
+ if(no_dfp_interstitial == "false"){
275
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
276
+ }
277
+ }else{
278
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
279
+ }
280
+
281
+ </script>
282
+ <script type="text/javascript">
283
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
284
+ if(surroundTag == ""){
285
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
286
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
287
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
288
+ }
289
+ }
290
+ else{
291
+ surroundTag="srnd="+surroundTag+";";
292
+ }
293
+
294
+ </script>
295
+
296
+
297
+ </div>
298
+ </div>
299
+ </div>
300
+
301
+
302
+ <div class="outer_tickerbar base_container">
303
+ <div class="inner_tickerbar">
304
+ <div class="ticker_holder">
305
+ <div id="tickerID" class="ticker" >
306
+ <div class="clstsd" id="symbol_GCA_COM" >
307
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
308
+ <tr>
309
+ <td class="inner_pill cl_tickername">
310
+ Gold
311
+ </td>
312
+ <td class="inner_pill cl_price">
313
+ <span class="last_price">
314
+ 1,634.40 </span>
315
+ </td>
316
+ <td class="inner_pill">
317
+ <span class="value_change" >
318
+ -0.32% </span>
319
+ </td>
320
+ </tr>
321
+ </table>
322
+ </div>
323
+ <div class="clstsd" id="symbol_EURUSD_IND" >
324
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
325
+ <tr>
326
+ <td class="inner_pill cl_tickername">
327
+ <a href="/quote/EURUSD:CUR">EUR-USD</a> </td>
328
+ <td class="inner_pill cl_price">
329
+ <span class="last_price">
330
+ 1.3087 </span>
331
+ </td>
332
+ <td class="inner_pill">
333
+ <span class="value_change" >
334
+ -0.2755% </span>
335
+ </td>
336
+ </tr>
337
+ </table>
338
+ </div>
339
+ <div class="clstsd" id="symbol_CCMP_IND" >
340
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
341
+ <tr>
342
+ <td class="inner_pill cl_tickername">
343
+ <a href="/quote/CCMP:IND">Nasdaq</a>
344
+ </td>
345
+ <td class="inner_pill cl_price">
346
+ <span class="last_price">
347
+ 3,031.45 </span>
348
+ </td>
349
+ <td class="inner_pill">
350
+ <span class="value_change" >
351
+ -0.37% </span>
352
+ </td>
353
+ </tr>
354
+ </table>
355
+ </div>
356
+ <div class="clstsd" id="symbol_INDU_IND" >
357
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
358
+ <tr>
359
+ <td class="inner_pill cl_tickername">
360
+ <a href="/quote/INDU:IND">Dow</a>
361
+ </td>
362
+ <td class="inner_pill cl_price">
363
+ <span class="last_price">
364
+ 13,032.80 </span>
365
+ </td>
366
+ <td class="inner_pill">
367
+ <span class="value_change" >
368
+ -0.63% </span>
369
+ </td>
370
+ </tr>
371
+ </table>
372
+ </div>
373
+ <div class="clstsd" id="symbol_SPX_IND" >
374
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
375
+ <tr>
376
+ <td class="inner_pill cl_tickername">
377
+ <a href="/quote/SPX:IND">S&P 500</a>
378
+ </td>
379
+ <td class="inner_pill cl_price">
380
+ <span class="last_price">
381
+ 1,385.14 </span>
382
+ </td>
383
+ <td class="inner_pill">
384
+ <span class="value_change" >
385
+ -0.41% </span>
386
+ </td>
387
+ </tr>
388
+ </table>
389
+ </div>
390
+ <div class="clstsu" id="symbol_UKX_IND" >
391
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
392
+ <tr>
393
+ <td class="inner_pill cl_tickername">
394
+ <a href="/quote/UKX:IND">FTSE 100</a>
395
+ </td>
396
+ <td class="inner_pill cl_price">
397
+ <span class="last_price">
398
+ 5,761.88 </span>
399
+ </td>
400
+ <td class="inner_pill">
401
+ <span class="value_change" >
402
+ +0.29% </span>
403
+ </td>
404
+ </tr>
405
+ </table>
406
+ </div>
407
+ <div class="clstsd" id="symbol_SX5E_IND" >
408
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
409
+ <tr>
410
+ <td class="inner_pill cl_tickername">
411
+ <a href="/quote/SX5E:IND">STOXX 50</a>
412
+ </td>
413
+ <td class="inner_pill cl_price">
414
+ <span class="last_price">
415
+ 2,301.88 </span>
416
+ </td>
417
+ <td class="inner_pill">
418
+ <span class="value_change" >
419
+ -1.12% </span>
420
+ </td>
421
+ </tr>
422
+ </table>
423
+ </div>
424
+ <div class="clstsd" id="symbol_DAX_IND" >
425
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
426
+ <tr>
427
+ <td class="inner_pill cl_tickername">
428
+ <a href="/quote/DAX:IND">DAX</a>
429
+ </td>
430
+ <td class="inner_pill cl_price">
431
+ <span class="last_price">
432
+ 6,702.52 </span>
433
+ </td>
434
+ <td class="inner_pill">
435
+ <span class="value_change" >
436
+ -0.44% </span>
437
+ </td>
438
+ </tr>
439
+ </table>
440
+ </div>
441
+ <div class="clstsd" id="symbol_CLA_COM" >
442
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
443
+ <tr>
444
+ <td class="inner_pill cl_tickername">
445
+ Oil (WTI)
446
+ </td>
447
+ <td class="inner_pill cl_price">
448
+ <span class="last_price">
449
+ 102.42 </span>
450
+ </td>
451
+ <td class="inner_pill">
452
+ <span class="value_change" >
453
+ -0.24% </span>
454
+ </td>
455
+ </tr>
456
+ </table>
457
+ </div>
458
+ <div class="clstsd" id="symbol_GT10_GOV" >
459
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
460
+ <tr>
461
+ <td class="inner_pill cl_tickername">
462
+ U.S. 10-year
463
+ </td>
464
+ <td class="inner_pill cl_yield">
465
+ <span class="yield">1.954%</span>
466
+ </td>
467
+ <td class="inner_pill">
468
+ <span class="yield_change" >-0.021</span>
469
+ </td>
470
+ </tr>
471
+ </table>
472
+ </div>
473
+ <div class="clstsu" id="symbol_8411_JP" >
474
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
475
+ <tr>
476
+ <td class="inner_pill cl_tickername">
477
+ 8411:JP
478
+ </td>
479
+ <td class="inner_pill cl_price">
480
+ <span class="last_price">
481
+ 130.00 </span>
482
+ </td>
483
+ <td class="inner_pill">
484
+ <span class="value_change" >
485
+ 0.00% </span>
486
+ </td>
487
+ </tr>
488
+ </table>
489
+ </div>
490
+ <div class="clstsd" id="symbol_INTC_US" >
491
+ <table class="ticker_pill" border-color="#ccc" border-width="1px">
492
+ <tr>
493
+ <td class="inner_pill cl_tickername">
494
+ INTC:US
495
+ </td>
496
+ <td class="inner_pill cl_price">
497
+ <span class="last_price">
498
+ 27.95 </span>
499
+ </td>
500
+ <td class="inner_pill">
501
+ <span class="value_change" >
502
+ -1.83% </span>
503
+ </td>
504
+ </tr>
505
+ </table>
506
+ </div>
507
+ </div>
508
+ </div>
509
+ <div id="customizeBtn" class="pause">
510
+ </div>
511
+ </div>
512
+ </div>
513
+
514
+ </div>
515
+
516
+
517
+
518
+ <div id="header_container" class="base_container">
519
+ <div id="header_top" class="clearfix">
520
+ <div id="branding">
521
+
522
+ <a id="header_logo" class="logo_img" href="/">Bloomberg</a>
523
+ </div>
524
+ <ul id="utility_navigation">
525
+ <li id="about_bloomberg" class="first"><a href="/company/"><abbr title="Learn more about our company">Our Company</abbr></a></li>
526
+ <li id="bloomberg_professional"><a href="/professional/"><abbr title="Bloomberg Professional">Professional</abbr></a></li>
527
+ <li id="bloomberg_anywhere" class="last"><a href="https://bba.bloomberg.net/" rel="nofollow"><abbr title="Bloomberg Anywhere">Anywhere</abbr></a></li>
528
+ </ul>
529
+ <div id="queuebutton_dfp_ad">
530
+
531
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
532
+ include_u_tag = true;
533
+ adType = "DART";
534
+ Keys = "blp.persfin/research/quote/us";
535
+ dcop_val = "";
536
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
537
+ if (surroundTagVal != ""){
538
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
539
+ surroundTagVal="srnd="+surroundTagVal+";";
540
+ }
541
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
542
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
543
+ Size = "160x31";
544
+ Tile = "4";
545
+ Position = ";position=queuebutton";
546
+ if(sub_domain_name == 'bb20ad'){
547
+ Keys = "blp.test";
548
+ }
549
+ ad_location = 'queuebutton';
550
+ if (ad_location == 'Interstitial'){
551
+ if(no_dfp_interstitial == "false"){
552
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
553
+ }
554
+ }else{
555
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
556
+ }
557
+
558
+ </script>
559
+ <script type="text/javascript">
560
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
561
+ if(surroundTag == ""){
562
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
563
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
564
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
565
+ }
566
+ }
567
+ else{
568
+ surroundTag="srnd="+surroundTag+";";
569
+ }
570
+
571
+ </script>
572
+
573
+
574
+
575
+ </div>
576
+
577
+ <script type="text/javascript">
578
+ if (reg_enabled) {
579
+ document.write('<ul id="user_navigation"><li id="nav_register"><a href="https://login.bloomberg.com/register" onmousedown="BLOOMBERG.tracker.EVENTTRACK.record(\'Module Link Tracking\', \'Nav Register\', null,null, false);">Register</a></li><li id="login_navigation_item" class="first"><a href="#"></a></li></ul>');
580
+ } else {
581
+ document.write('<ul id="user_navigation"></ul>');
582
+ document.write('<scr' + 'ipt type="text/javascript">BLOOMBERG.user_login.get_user_info($("#user_navigation"));</scr' + 'ipt>');
583
+ }
584
+ </script>
585
+ </div>
586
+ <div id="header_bottom" class="clearfix">
587
+ <div id="ext_navigation">
588
+
589
+
590
+ <div id="ext_primary_navigation_v3" class="header_nav clearfix">
591
+ <ul id="sectional_navigation">
592
+
593
+ <li id="nav_home" class="nav_menu_item nav_menu_item_with_dropdown">
594
+ <a href="/" class="menu_tab">
595
+ <span class="menu_text">Home</span>
596
+ <span class="menu_icon"></span>
597
+ </a>
598
+ <div class="div_dropdown_container">
599
+ <div class="dropdown_container clearfix">
600
+
601
+ <div class="dropdown_section">
602
+ <ul class="link_sections">
603
+ <li class="">
604
+ <a class="section" href="/">Bloomberg Homepage</a>
605
+ </li>
606
+ </ul>
607
+ </div>
608
+ <div class="dropdown_section">
609
+ <ul class="link_sections">
610
+ <li class="separator more_label">
611
+ <a class="section">More</a>
612
+ </li>
613
+ <li class="">
614
+ <a class="section" href="/mobile/">Mobile Apps</a>
615
+ </li>
616
+ <li class="">
617
+ <a class="section" href="http://www.businessweek.com/">Businessweek.com</a>
618
+ </li>
619
+ <li class="">
620
+ <a class="section" href="http://www.bloomberg.com/insights/?cmpid=bbg_more">Insights Series</a>
621
+ </li>
622
+ <li class="">
623
+ <a class="section" href="http://inside.bloomberg.com/">Bloomberg Blog</a>
624
+ </li>
625
+ </ul>
626
+ </div>
627
+ </div>
628
+ </div>
629
+ </li>
630
+ <li id="nav_quick" class="nav_menu_item">
631
+ <a href="/quickview/" class="menu_tab">
632
+ <span class="menu_text">Quick</span>
633
+ </a>
634
+ </li>
635
+ <li id="nav_news" class="nav_menu_item nav_menu_item_with_dropdown">
636
+ <a href="/news/" class="menu_tab">
637
+ <span class="menu_text">News</span>
638
+ <span class="menu_icon"></span>
639
+ </a>
640
+ <div class="div_dropdown_container">
641
+ <div class="dropdown_container clearfix">
642
+
643
+ <div class="dropdown_section">
644
+ <ul class="link_sections">
645
+ <li class="">
646
+ <a class="section" href="/news/">Top Headlines</a>
647
+ </li>
648
+ <li class="">
649
+ <a class="section" href="/popular/">Most Popular</a>
650
+ </li>
651
+ <li class="">
652
+ <a class="section" href="/news/exclusive/">Exclusive</a>
653
+ </li>
654
+ <li class="">
655
+ <a class="section" href="/news/politics/">Politics</a>
656
+ </li>
657
+ <li class="">
658
+ <a class="section" href="/news/law/">Law</a>
659
+ </li>
660
+ <li class="">
661
+ <a class="section" href="/entrepreneurs/">Entrepreneurs</a>
662
+ </li>
663
+ <li class="">
664
+ <a class="section" href="/leaders/">Leaders</a>
665
+ </li>
666
+ <li class="">
667
+ <a class="section" href="/muse/">Arts &amp; Culture</a>
668
+ </li>
669
+ <li class="">
670
+ <a class="section" href="/news/economy/">Economy</a>
671
+ </li>
672
+ <li class="">
673
+ <a class="section" href="/news/environment/">Environment</a>
674
+ </li>
675
+ <li class="">
676
+ <a class="section" href="/news/science/">Science</a>
677
+ </li>
678
+ <li class="">
679
+ <a class="section" href="/sports/">Sports</a>
680
+ </li>
681
+ <li class="">
682
+ <a class="section" href="/markets-magazine/">Bloomberg Markets Magazine</a>
683
+ </li>
684
+ <li class="special">
685
+ <a class="section" href="/presidential-election-2012/">Election 2012</a>
686
+ </li>
687
+ </ul>
688
+ </div>
689
+ <div class="dropdown_section">
690
+ <ul class="link_sections">
691
+ <li class="">
692
+ <a class="section" href="/news/regions/">Regions</a>
693
+ <ul class="link_subsections">
694
+ <li class="border_bottom ">
695
+ <a href="/news/us/">U.S.</a>
696
+ </li>
697
+ <li class=" ">
698
+ <a href="/news/china/">China</a>
699
+ </li>
700
+ <li class=" ">
701
+ <a href="/news/europe/">Europe</a>
702
+ </li>
703
+ <li class=" ">
704
+ <a href="/news/asia/">Asia</a>
705
+ </li>
706
+ <li class=" ">
707
+ <a href="/news/uk-ireland/">U.K. &amp; Ireland</a>
708
+ </li>
709
+ <li class=" ">
710
+ <a href="/news/australia-newzealand/">Australia &amp; New Zealand</a>
711
+ </li>
712
+ <li class=" ">
713
+ <a href="/news/canada/">Canada</a>
714
+ </li>
715
+ <li class=" ">
716
+ <a href="/news/india-pakistan/">India &amp; Pakistan</a>
717
+ </li>
718
+ <li class=" ">
719
+ <a href="/news/japan/">Japan</a>
720
+ </li>
721
+ <li class=" ">
722
+ <a href="/news/africa/">Africa</a>
723
+ </li>
724
+ <li class=" ">
725
+ <a href="/news/eastern-europe/">Eastern Europe</a>
726
+ </li>
727
+ <li class="last">
728
+ <a href="/news/regions/" class="more"><span>More Regions</span></a>
729
+ </li>
730
+ </ul>
731
+
732
+ </li>
733
+ </ul>
734
+ </div>
735
+ <div class="dropdown_section">
736
+ <ul class="link_sections">
737
+ <li class="btm_spacing">
738
+ <a class="section" href="/news/markets/">Markets</a>
739
+ <ul class="link_subsections">
740
+ <li class="border_bottom ">
741
+ <a href="/news/commodities/">Commodities</a>
742
+ </li>
743
+ <li class=" ">
744
+ <a href="/news/currencies/">Currencies</a>
745
+ </li>
746
+ <li class=" ">
747
+ <a href="/news/bonds/">Bonds</a>
748
+ </li>
749
+ <li class=" ">
750
+ <a href="/news/stocks/">Stocks</a>
751
+ </li>
752
+ <li class=" ">
753
+ <a href="/news/energy-markets/">Energy Markets</a>
754
+ </li>
755
+ <li class=" ">
756
+ <a href="/news/municipal-bonds/">Municipal Bonds</a>
757
+ </li>
758
+ <li class=" ">
759
+ <a href="/news/emerging-markets/">Emerging Markets</a>
760
+ </li>
761
+ <li class=" ">
762
+ <a href="/news/funds/">Funds</a>
763
+ </li>
764
+ <li class="last">
765
+ <a href="/news/markets/" class="more"><span>More Markets</span></a>
766
+ </li>
767
+ </ul>
768
+
769
+ </li>
770
+ </ul>
771
+ </div>
772
+ <div class="dropdown_section">
773
+ <ul class="link_sections">
774
+ <li class="">
775
+ <a class="section" href="/news/industries/">Industries</a>
776
+ <ul class="link_subsections">
777
+ <li class="border_bottom ">
778
+ <a href="/news/energy/">Energy</a>
779
+ </li>
780
+ <li class=" ">
781
+ <a href="/news/technology/">Technology</a>
782
+ </li>
783
+ <li class=" ">
784
+ <a href="/news/real-estate/">Real Estate</a>
785
+ </li>
786
+ <li class=" ">
787
+ <a href="/news/finance/">Finance</a>
788
+ </li>
789
+ <li class=" ">
790
+ <a href="/news/health-care/">Health Care</a>
791
+ </li>
792
+ <li class=" ">
793
+ <a href="/news/transportation/">Transportation</a>
794
+ </li>
795
+ <li class=" ">
796
+ <a href="/news/insurance/">Insurance</a>
797
+ </li>
798
+ <li class=" ">
799
+ <a href="/news/retail/">Retail</a>
800
+ </li>
801
+ <li class=" ">
802
+ <a href="/news/media/">Media</a>
803
+ </li>
804
+ <li class="last">
805
+ <a href="/news/industries/" class="more"><span>More Industries</span></a>
806
+ </li>
807
+ </ul>
808
+
809
+ </li>
810
+ </ul>
811
+ </div>
812
+ </div>
813
+ </div>
814
+ </li>
815
+ <li id="nav_view" class="nav_menu_item nav_menu_item_with_dropdown">
816
+ <a href="/view/" class="menu_tab">
817
+ <span class="menu_text">Opinion</span>
818
+ <span class="menu_icon"></span>
819
+ </a>
820
+ <div class="div_dropdown_container">
821
+ <div class="dropdown_container clearfix">
822
+
823
+ <div class="dropdown_section">
824
+ <ul class="link_sections">
825
+ <li class="">
826
+ <a class="section" href="/view/editorials/">Editorials</a>
827
+ </li>
828
+ <li class="">
829
+ <a class="section" href="/view/columns/">Columns</a>
830
+ </li>
831
+ <li class="">
832
+ <a class="section" href="/view/op-eds/">Op-Eds</a>
833
+ </li>
834
+ </ul>
835
+ </div>
836
+ <div class="dropdown_section">
837
+ <ul class="link_sections">
838
+ <li class="separator">
839
+ <a class="section" href="/view/business-class/">Business Class</a>
840
+ </li>
841
+ <li class="">
842
+ <a class="section" href="/view/echoes/">Echoes</a>
843
+ </li>
844
+ <li class="">
845
+ <a class="section" href="/view/the-ticker/">The Ticker</a>
846
+ </li>
847
+ <li class="">
848
+ <a class="section" href="/view/world-view/">World View</a>
849
+ </li>
850
+ </ul>
851
+ </div>
852
+ <a class="sponsor_branding" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=4008894&PluID=0&ord=1334840483" rel="nofollow" target="_blank"></a>
853
+ </div>
854
+ </div>
855
+ </li>
856
+ <li id="nav_market_data" class="nav_menu_item nav_menu_item_with_dropdown">
857
+ <a href="/markets/" class="menu_tab">
858
+ <span class="menu_text">Market Data</span>
859
+ <span class="menu_icon"></span>
860
+ </a>
861
+ <div class="div_dropdown_container">
862
+ <div class="dropdown_container clearfix">
863
+
864
+ <div class="dropdown_section">
865
+ <ul class="link_sections">
866
+ <li class="btm_spacing">
867
+ <a class="section" href="/markets/stocks/">Stocks</a>
868
+ <ul class="link_subsections">
869
+ <li class="border_bottom ">
870
+ <a href="/markets/stocks/futures/">Stock Futures</a>
871
+ </li>
872
+ <li class=" ">
873
+ <a href="/markets/stocks/world-indexes/">World Indexes</a>
874
+ </li>
875
+ <li class=" ">
876
+ <a href="/markets/stocks/movers/dow/">Gainers & Losers</a>
877
+ </li>
878
+ <li class=" ">
879
+ <a href="/markets/stocks/regional-indexes/">Regional Indexes</a>
880
+ </li>
881
+ <li class=" last">
882
+ <a href="/apps/ecal?c=US">Earnings</a>
883
+ </li>
884
+ </ul>
885
+
886
+ </li>
887
+ <li class="">
888
+ <a class="section" href="/markets/rates-bonds/government-bonds/us/">Rates &amp; Bonds</a>
889
+ <ul class="link_subsections">
890
+ <li class="border_bottom ">
891
+ <a href="/markets/rates-bonds/government-bonds/us/">Government Bonds</a>
892
+ </li>
893
+ <li class=" ">
894
+ <a href="/markets/rates-bonds/corporate-bonds/">Corporate Bonds</a>
895
+ </li>
896
+ <li class=" last">
897
+ <a href="/markets/rates-bonds/key-rates/">Key Rates</a>
898
+ </li>
899
+ </ul>
900
+
901
+ </li>
902
+ </ul>
903
+ </div>
904
+ <div class="dropdown_section">
905
+ <ul class="link_sections">
906
+ <li class="btm_spacing">
907
+ <a class="section" href="/markets/commodities/futures/">Commodities</a>
908
+ <ul class="link_subsections">
909
+ <li class="border_bottom ">
910
+ <a href="/markets/commodities/futures/">Commodity Futures</a>
911
+ </li>
912
+ <li class=" last">
913
+ <a href="/energy/">Energy Prices</a>
914
+ </li>
915
+ </ul>
916
+
917
+ </li>
918
+ <li class="btm_spacing">
919
+ <a class="section" href="/markets/currencies/">Currencies</a>
920
+ <ul class="link_subsections">
921
+ <li class="border_bottom ">
922
+ <a href="/markets/currencies/americas/">World Currencies</a>
923
+ </li>
924
+ <li class=" last">
925
+ <a href="/markets/currencies/cross-rates/">Foreign Exchange Rates</a>
926
+ </li>
927
+ </ul>
928
+
929
+ </li>
930
+ <li class="">
931
+ <a class="section" href="/markets/etfs/">ETFs</a>
932
+ </li>
933
+ <li class="">
934
+ <a class="section" href="/markets/mutual-funds/top-funds/us/">Mutual Funds</a>
935
+ </li>
936
+ <li class="">
937
+ <a class="section" href="/markets/economic-calendar/">Economic Calendar</a>
938
+ </li>
939
+ <li class="">
940
+ <a class="section" href="/video/forex-trading/">Forex Trading Videos</a>
941
+ </li>
942
+ <li class="">
943
+ <a class="section" href="http://topics.bloomberg.com/islamic-finance/">Islamic Finance</a>
944
+ </li>
945
+ </ul>
946
+ </div>
947
+ </div>
948
+ </div>
949
+ </li>
950
+ <li id="nav_personal_finance" class="nav_menu_item nav_menu_item_with_dropdown">
951
+ <a href="/personal-finance/" class="menu_tab">
952
+ <span class="menu_text">Personal Finance</span>
953
+ <span class="menu_icon"></span>
954
+ </a>
955
+ <div class="div_dropdown_container">
956
+ <div class="dropdown_container clearfix">
957
+
958
+ <div class="dropdown_section">
959
+ <ul class="link_sections">
960
+ <li class="">
961
+ <a class="section" href="/personal-finance/">News & Videos</a>
962
+ </li>
963
+ <li class="">
964
+ <a class="section" href="/personal-finance/saving-and-investing/">Saving & Investing</a>
965
+ </li>
966
+ <li class="">
967
+ <a class="section" href="/personal-finance/retirement-planning/">Retirement Planning</a>
968
+ </li>
969
+ <li class="">
970
+ <a class="section" href="/personal-finance/real-estate/">Real Estate</a>
971
+ </li>
972
+ <li class="">
973
+ <a class="section" href="/personal-finance/taxes/">Taxes</a>
974
+ </li>
975
+ <li class="">
976
+ <a class="section" href="/personal-finance/financial-advisers/">Financial Advisers</a>
977
+ </li>
978
+ </ul>
979
+ </div>
980
+ <div class="dropdown_section">
981
+ <ul class="link_sections">
982
+ <li class="">
983
+ <a class="section" href="/personal-finance/insurance-and-health/">Insurance & Health</a>
984
+ </li>
985
+ <li class="">
986
+ <a class="section" href="/personal-finance/money-gallery/">Money Gallery</a>
987
+ </li>
988
+ <li class="">
989
+ <a class="section" href="/personal-finance/consumer-spending/">The Real Cost</a>
990
+ </li>
991
+ <li class="">
992
+ <a class="section" href="/personal-finance/portfolio-impact/">Portfolio Impact</a>
993
+ </li>
994
+ <li class="">
995
+ <a class="section" href="/personal-finance/calculators/">Calculators</a>
996
+ </li>
997
+ <li class="">
998
+ <a class="section" href="/apps/subscriber/webport">Portfolio Tracker</a>
999
+ </li>
1000
+ </ul>
1001
+ </div>
1002
+ </div>
1003
+ </div>
1004
+ </li>
1005
+ <li id="nav_technology" class="nav_menu_item nav_menu_item_with_dropdown">
1006
+ <a href="/technology/" class="menu_tab">
1007
+ <span class="menu_text">Tech</span>
1008
+ <span class="menu_icon"></span>
1009
+ </a>
1010
+ <div class="div_dropdown_container">
1011
+ <div class="dropdown_container clearfix">
1012
+
1013
+ <div class="dropdown_section">
1014
+ <ul class="link_sections">
1015
+ <li class="">
1016
+ <a class="section" href="/technology/">Technology Home</a>
1017
+ </li>
1018
+ <li class="">
1019
+ <a class="section" href="/technology/social-media/">Social Media</a>
1020
+ </li>
1021
+ <li class="">
1022
+ <a class="section" href="/technology/mobile-wireless/">Mobile & Wireless</a>
1023
+ </li>
1024
+ <li class="">
1025
+ <a class="section" href="/technology/web/">Web</a>
1026
+ </li>
1027
+ <li class="">
1028
+ <a class="section" href="/technology/enterprise-tech/">Enterprise Tech</a>
1029
+ </li>
1030
+ <li class="">
1031
+ <a class="section" href="/technology/tv-games-movies/">TV, Games & Movies</a>
1032
+ </li>
1033
+ <li class="">
1034
+ <a class="section" href="/technology/apple/">Apple</a>
1035
+ </li>
1036
+ <li class="">
1037
+ <a class="section" href="http://go.bloomberg.com/tech-deals/">Tech Deals</a>
1038
+ </li>
1039
+ <li class="">
1040
+ <a class="section" href="http://go.bloomberg.com/tech-blog/">Tech Blog</a>
1041
+ </li>
1042
+ <li class="">
1043
+ <a class="section" href="/technology/slideshows/">Slideshows</a>
1044
+ </li>
1045
+ <li class="">
1046
+ <a class="section" href="/technology/videos/">Videos</a>
1047
+ </li>
1048
+ </ul>
1049
+ </div>
1050
+ </div>
1051
+ </div>
1052
+ </li>
1053
+ <li id="nav_sustainability" class="nav_menu_item nav_menu_item_with_dropdown">
1054
+ <a href="/sustainability/" class="menu_tab">
1055
+ <span class="menu_text">Sustainability</span>
1056
+ <span class="menu_icon"></span>
1057
+ </a>
1058
+ <div class="div_dropdown_container">
1059
+ <div class="dropdown_container clearfix">
1060
+
1061
+ <div class="dropdown_section">
1062
+ <ul class="link_sections">
1063
+ <li class="">
1064
+ <a class="section" href="/sustainability/">Sustainability Home</a>
1065
+ </li>
1066
+ <li class="">
1067
+ <a class="section" href="/sustainability/energy/">Energy</a>
1068
+ </li>
1069
+ <li class="">
1070
+ <a class="section" href="/sustainability/corporate/">Corporate Sustainability</a>
1071
+ </li>
1072
+ <li class="">
1073
+ <a class="section" href="/sustainability/policy/">Policy</a>
1074
+ </li>
1075
+ <li class="">
1076
+ <a class="section" href="/sustainability/natural-resources/">Natural Resources</a>
1077
+ </li>
1078
+ <li class="">
1079
+ <a class="section" href="/sustainability/health-population/">Health & Population</a>
1080
+ </li>
1081
+ <li class="">
1082
+ <a class="section" href="/sustainability/slideshows/">Slideshows</a>
1083
+ </li>
1084
+ <li class="">
1085
+ <a class="section" href="/sustainability/videos/">Videos</a>
1086
+ </li>
1087
+ <li class="">
1088
+ <a class="section" href="/sustainability/the-grid/">Blog: The Grid</a>
1089
+ </li>
1090
+ </ul>
1091
+ </div>
1092
+ </div>
1093
+ </div>
1094
+ </li>
1095
+ <li id="nav_tv" class="nav_menu_item nav_menu_item_with_dropdown">
1096
+ <a href="/tv/" class="menu_tab">
1097
+ <span class="menu_text">TV</span>
1098
+ <span class="menu_icon"></span>
1099
+ </a>
1100
+ <div class="div_dropdown_container">
1101
+ <div class="dropdown_container clearfix">
1102
+
1103
+ <div class="dropdown_section">
1104
+ <ul class="link_sections">
1105
+ <li class="">
1106
+ <a class="section" href="/tv/">Live TV</a>
1107
+ </li>
1108
+ <li class="">
1109
+ <a class="section" href="/video/">Video</a>
1110
+ </li>
1111
+ <li class="">
1112
+ <a class="section" href="/tv/channel-finder/">Channel Finder</a>
1113
+ </li>
1114
+ <li class="">
1115
+ <a class="section" href="/personalities/">Personalities</a>
1116
+ </li>
1117
+ <li class="">
1118
+ <a class="section" href="/mobile/tv">iPad App</a>
1119
+ </li>
1120
+ </ul>
1121
+ </div>
1122
+ <div class="dropdown_section">
1123
+ <ul class="link_sections">
1124
+ <li class="">
1125
+ <a class="section" href="/tv/shows/">Shows</a>
1126
+ <ul class="link_subsections">
1127
+ <li class="border_bottom ">
1128
+ <a href="/tv/shows/the-mentor/">The Mentor</a>
1129
+ </li>
1130
+ <li class=" ">
1131
+ <a href="/tv/shows/bloomberg-west/">Bloomberg West</a>
1132
+ </li>
1133
+ <li class=" ">
1134
+ <a href="/tv/shows/game-changers/">Game Changers</a>
1135
+ </li>
1136
+ <li class=" ">
1137
+ <a href="/tv/shows/bloomberg-enterprise">Enterprise</a>
1138
+ </li>
1139
+ <li class="last">
1140
+ <a href="/tv/shows/" class="more"><span>More Shows</span></a>
1141
+ </li>
1142
+ </ul>
1143
+
1144
+ </li>
1145
+ </ul>
1146
+ </div>
1147
+ <div class="dropdown_section">
1148
+ <ul class="link_sections">
1149
+ <li class="">
1150
+ <a class="section" href="/tv/schedule/">Schedule</a>
1151
+ <ul class="link_subsections">
1152
+ <li class="border_bottom ">
1153
+ <a href="/tv/schedule/">U.S.</a>
1154
+ </li>
1155
+ <li class=" ">
1156
+ <a href="/tv/schedule/asia/">Asia</a>
1157
+ </li>
1158
+ <li class=" last">
1159
+ <a href="/tv/schedule/europe/">Europe</a>
1160
+ </li>
1161
+ </ul>
1162
+
1163
+ </li>
1164
+ </ul>
1165
+ </div>
1166
+ </div>
1167
+ </div>
1168
+ </li>
1169
+ <li id="nav_radio" class="nav_menu_item nav_menu_item_with_dropdown">
1170
+ <a href="/radio/" class="menu_tab">
1171
+ <span class="menu_text">Radio</span>
1172
+ <span class="menu_icon"></span>
1173
+ </a>
1174
+ <div class="div_dropdown_container">
1175
+ <div class="dropdown_container clearfix">
1176
+
1177
+ <div class="dropdown_section">
1178
+ <ul class="link_sections">
1179
+ <li class="">
1180
+ <a class="section" href="/radio/">Live Radio</a>
1181
+ </li>
1182
+ <li class="">
1183
+ <a class="section" href="/radio/shows/">Shows</a>
1184
+ </li>
1185
+ <li class="">
1186
+ <a class="section" href="/radio/schedule/">Schedule</a>
1187
+ </li>
1188
+ <li class="">
1189
+ <a class="section" href="/personalities/">Personalities</a>
1190
+ </li>
1191
+ </ul>
1192
+ </div>
1193
+ <div class="dropdown_section">
1194
+ <ul class="link_sections">
1195
+ <li class="">
1196
+ <a class="section" href="/podcasts/">Podcasts</a>
1197
+ <ul class="link_subsections">
1198
+ <li class="border_bottom ">
1199
+ <a href="/podcasts/first-word/">First Word</a>
1200
+ </li>
1201
+ <li class=" ">
1202
+ <a href="/podcasts/surveillance/">Surveillance</a>
1203
+ </li>
1204
+ <li class=" ">
1205
+ <a href="/podcasts/taking-stock/">Taking Stock</a>
1206
+ </li>
1207
+ <li class="last">
1208
+ <a href="/podcasts/" class="more"><span>More Podcasts</span></a>
1209
+ </li>
1210
+ </ul>
1211
+
1212
+ </li>
1213
+ </ul>
1214
+ </div>
1215
+ </div>
1216
+ </div>
1217
+ </li>
1218
+ <li id="nav_more" class="nav_menu_item nav_menu_item_with_dropdown">
1219
+ <a href="#" class="menu_tab">
1220
+ <span class="menu_text">More</span>
1221
+ <span class="menu_icon"></span>
1222
+ </a>
1223
+ <div class="div_dropdown_container">
1224
+ <div class="dropdown_container clearfix">
1225
+
1226
+ <div class="dropdown_section">
1227
+ <ul class="link_sections">
1228
+ <li class="">
1229
+ <a class="section" href="/video/">Video</a>
1230
+ </li>
1231
+ <li class="">
1232
+ <a class="section" href="/podcasts/">Podcasts</a>
1233
+ </li>
1234
+ <li class="">
1235
+ <a class="section" href="/mobile/">Mobile Apps</a>
1236
+ </li>
1237
+ </ul>
1238
+ </div>
1239
+ <div class="dropdown_section">
1240
+ <ul class="link_sections">
1241
+ <li class="separator">
1242
+ <a class="section" href="http://www.businessweek.com/">Businessweek.com</a>
1243
+ </li>
1244
+ <li class="">
1245
+ <a class="section" href="http://www.bloomberg.com/insights/?cmpid=bbg_more">Insights Series</a>
1246
+ </li>
1247
+ </ul>
1248
+ </div>
1249
+ <div class="dropdown_section">
1250
+ <ul class="link_sections">
1251
+ <li class="separator">
1252
+ <a class="section" href="http://inside.bloomberg.com/">Bloomberg Blog</a>
1253
+ </li>
1254
+ <li class="">
1255
+ <a class="section" href="/apps/feedback">Feedback</a>
1256
+ </li>
1257
+ </ul>
1258
+ </div>
1259
+ </div>
1260
+ </div>
1261
+ </li>
1262
+ </ul>
1263
+ <script type="text/javascript">
1264
+ //<![CDATA[
1265
+ BLOOMBERG.register_ext_nav_events();
1266
+ if (BLOOMBERG.noir_2_qv){
1267
+ BLOOMBERG.noir_2_qv.modify_nav_link();
1268
+ }
1269
+
1270
+ //]]>
1271
+ </script> <div id="header_search">
1272
+ <input
1273
+ id="symac_keyword"
1274
+ onblur="symac_delayhandleLoseFocus();"
1275
+ onfocus="symac_handleFocus();"
1276
+ onkeyup="symac_handleKeyUp(event);"
1277
+ onkeydown="symac_handleKeyUp(event);"
1278
+ onmouseup="symac_handleKeyUp(event);"
1279
+ maxlength="90"
1280
+ value="Search News, Quotes and Opinion",
1281
+ autocomplete="off"
1282
+ class="symac_grayText"
1283
+ type="text" />
1284
+ </div> </div>
1285
+ </div>
1286
+ </div>
1287
+
1288
+ </div>
1289
+
1290
+
1291
+
1292
+ <div class="lb_place_holder"></div>
1293
+
1294
+ <div id="content" class="clearfix">
1295
+ <div id="primary_content">
1296
+
1297
+ <div class="clearfix quote_scoreboard">
1298
+ <div class="exchange_type">
1299
+
1300
+ <ul>
1301
+ <li>
1302
+ <span class="l">Fund Type:</span>
1303
+ <span>ETF</span>
1304
+ </li>
1305
+ <li>
1306
+ <span class="l">Objective:</span>
1307
+ <span>Blend - Large Cap
1308
+ </span>
1309
+ </li>
1310
+ <li>
1311
+ <span class="l">Asset Class:</span>
1312
+ <span>Equity
1313
+ </span>
1314
+ </li>
1315
+ <li>
1316
+ <span class="l">Geographic Focus:</span>
1317
+ <span>U.S.
1318
+ </span>
1319
+ </li>
1320
+ </ul>
1321
+
1322
+ </div>
1323
+
1324
+
1325
+
1326
+ <div class="ticker_header">
1327
+ <div class="ticker_header_top clearfix">
1328
+ <h2>SPDR S&P 500 ETF Trust</h2>
1329
+
1330
+ <a class="atp_link" onclick="window.open('/apps/subscriber/watchlist?tkr=1557&amp;exch=JP',null,'height=470,width=1050,status=no,scrollbars=yes,toolbar=no');return false" href="#">Add
1331
+ to Portfolio</a>
1332
+
1333
+ </div>
1334
+ <h3 class="big_value">1557:JP </h3>
1335
+
1336
+
1337
+ <span class="big_value price">
1338
+ 11,270.0000
1339
+
1340
+ <span> JPY</span>
1341
+
1342
+ </span>
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ <span class="big_value trending_down down">20.0000 <span>0.18%</span></span>
1349
+
1350
+
1351
+
1352
+
1353
+ <p class="fine_print">
1354
+
1355
+ As of
1356
+
1357
+ 00:53:31 ET on
1358
+
1359
+ 04/19/2012.
1360
+
1361
+
1362
+ Mutual Fund NAVs include dividends.
1363
+
1364
+
1365
+
1366
+ </p>
1367
+ </div>
1368
+
1369
+
1370
+ </div>
1371
+ <div class="quote_panel">
1372
+
1373
+
1374
+
1375
+
1376
+ <div class="quote_navigation_container">
1377
+ <div class="quote_navigation" id="quote_navigation">
1378
+ <div id="header">More on 1557</div>
1379
+ <ul>
1380
+ <li>
1381
+ <a href="/quote/1557:JP" class="active">Snapshot</a>
1382
+ </li>
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+ <li>
1390
+ <a href="/quote/1557:JP/chart">Chart</a>
1391
+ </li>
1392
+
1393
+
1394
+
1395
+
1396
+ <li>
1397
+ <a href="/markets/funds/">Browse All Funds</a>
1398
+ </li>
1399
+
1400
+
1401
+ </ul>
1402
+ </div>
1403
+ </div>
1404
+ <script type="text/javascript">
1405
+ $(function(){
1406
+ var stopping_at = ($('.forex_ad_links').offset()!=null ? '.forex_ad_links':'#footer');
1407
+ var top_element = ($('.ticker_header_currency').offset()!=null ? '.ticker_header_currency':'.ticker_header');
1408
+ BLOOMBERG.navigation.sticky_navigation({'navigator': '.quote_navigation', 'stopper': stopping_at, 'top_element':top_element, 'navigation_container':'.quote_navigation_container', 'top_padding':18});
1409
+ });
1410
+ </script>
1411
+
1412
+ <div class="quote_content">
1413
+ <div class="snapshot">
1414
+ <h1>Snapshot for SPDR S&P 500 ETF Trust (1557)</h1>
1415
+ <table class="snapshot_table">
1416
+ <tr>
1417
+ <th>Bid:</th>
1418
+ <td>11,240.0000</td>
1419
+
1420
+ <th>Open:</th>
1421
+ <td>11,420.0000</td>
1422
+
1423
+ <th>High - Low:</th>
1424
+ <td>11,420.0000 - 11,240.0000</td>
1425
+ <th class="last">Primary Exchange:</th>
1426
+ <td class="last">Tokyo</td>
1427
+ </tr>
1428
+
1429
+ <tr class="bottom">
1430
+ <th>Ask:</th>
1431
+ <td>11,290.0000</td>
1432
+
1433
+ <th>Volume:</th>
1434
+ <td>27</td>
1435
+
1436
+ <th>52-Week Range:</th>
1437
+ <td>8,410.0000 - 11,830.0000</td>
1438
+ <th class="last">Beta vs <a href="/quote/SPX:IND" >SPX:</a></th>
1439
+ <td class="last">-</td>
1440
+ </tr>
1441
+ </table>
1442
+ </div>
1443
+ <div id="quote_main_panel">
1444
+ <div class="quote_content_main">
1445
+ <div class="stock_chart">
1446
+ <h2><a href="/quote/1557:JP/chart" class="to_subpage">ETF Chart for 1557</a>
1447
+ </h2>
1448
+
1449
+ <script type="text/javascript">
1450
+ BLOOMBERG.global_var.ticker = "1557:JP";
1451
+ BLOOMBERG.global_var.chartData = {"data_values":[[1334779200000,11420.0],[1334779200000,11360.0],[1334782602000,11320.0],[1334783881000,11310.0],[1334785767000,11310.0],[1334785983000,11310.0],[1334791801000,11250.0],[1334792396000,11240.0],[1334796811000,11270.0]],"show_1D":true,"prev_close":11290.0,"selectedPeriod":"1D","precision":4,"exch_close_time":1334802600000,"exch_open_time":1334779200000};
1452
+ </script>
1453
+
1454
+ <div id="container_quote_chart">
1455
+ <div id="loading_overlay"></div>
1456
+ <div id="no_chart_data_overlay">
1457
+ <div class="no_data_text">No chart data available.</div>
1458
+ </div>
1459
+ <div id="quote_chart_legend">
1460
+ <ul class="chart_legend_left">
1461
+ <li class="first">
1462
+ <span class="ticker">
1463
+ <em>1557:JP</em>
1464
+ <span class="ticker_data">11,270.0000</span>
1465
+ </span></li>
1466
+ </ul>
1467
+ </div>
1468
+
1469
+ <div id ="chart_view_options">
1470
+ <input id="chart_compare"
1471
+ onblur="BLOOMBERG.chartac.handleBlur();"
1472
+ onfocus="BLOOMBERG.chartac.handleFocus();"
1473
+ type="text" value="Compare"/>
1474
+ <ul>
1475
+ <li class="day selected">1D</li>
1476
+ <li class="month ">1M</li>
1477
+ <li class="year ">1Y</li>
1478
+ </ul>
1479
+ </div>
1480
+ <div id="quote_chart"></div>
1481
+ <div id="quote_chart_reporting">
1482
+ <div id="plotline_marker"><span class="arrow"></span><span class="plotline_data">11,290.0000</span></div> <div id="reporting_x"></div>
1483
+ <div class="reporting_y" data-name="1557:JP"><span class="arrow"></span><span class="reporting_y_data"></span></div> </div>
1484
+ <a href="/quote/1557:JP/chart/" class="more">Interactive 1557 Chart</a>
1485
+ <div id="prev_close_legend"><span>&hellip;</span><p>Previous Close</p></div>
1486
+ <div id="error_message_overlay"></div>
1487
+ <div id="error_message">
1488
+ <a id="close_error_message" href="javascript:;">✕</a>
1489
+ <div class="message"></div>
1490
+ </div>
1491
+ </div>
1492
+
1493
+
1494
+ </div>
1495
+ <div class="profile_executive clearfix">
1496
+ <h4>Fund Profile & Information for 1557</h4>
1497
+
1498
+ <p class="profile_no_margin">
1499
+ SPDR S&P 500 ETF Trust is a unit investment trust incorporated in the United States. The Trust consists of a portfolio representing all 500 stocks in the S&P 500 Index.
1500
+ </p>
1501
+
1502
+ <div id="extended_profile">
1503
+ <table width="100%">
1504
+ <tbody>
1505
+ <tr>
1506
+ <th>Inception Date:</th>
1507
+ <td class="date">2011-03-24</td>
1508
+ <th class="telephone">Telephone:</th>
1509
+ <td>1-866-787-2257</td>
1510
+ </tr>
1511
+ <tr>
1512
+ <th colspan="1">Managers:</th>
1513
+ <td colspan="3">JOHN TUCKER</td>
1514
+ </tr>
1515
+ <tr>
1516
+ <th colspan="1">Web Site:</th>
1517
+ <td colspan="3">
1518
+ <a href="http://www.spdrs.com" rel="nofollow" target="_blank">www.spdrs.com</a> </td>
1519
+ </tr>
1520
+ </tbody>
1521
+ </table>
1522
+ </div>
1523
+ </div>
1524
+
1525
+
1526
+ <div class="standard_stat">
1527
+ <h2>Fundamentals for 1557</h2>
1528
+ <table class="standard_stat_table" width="100%">
1529
+ <tr>
1530
+ <th>NAV</th>
1531
+ <td>
1532
+ -
1533
+ </td>
1534
+ </tr>
1535
+ <tr>
1536
+ <th>Assets (M)</th>
1537
+ <td>
1538
+ <span class="span">(on 2012-04-18)</span> 100,700.6484
1539
+ </td>
1540
+ </tr>
1541
+ <tr>
1542
+ <th>Shares out (M)</th>
1543
+ <td>709.88</td>
1544
+ </tr>
1545
+ <tr>
1546
+ <th>Market Cap (M)</th>
1547
+ <td>8,000,370.00</td>
1548
+ </tr>
1549
+ <tr>
1550
+ <th>% Premium</th>
1551
+ <td>-</td>
1552
+ </tr>
1553
+ <tr>
1554
+ <th>Average 52-Week % Premium</th>
1555
+ <td>-</td>
1556
+ </tr>
1557
+ <tr>
1558
+ <th>Fund Leveraged</th>
1559
+ <td>N</td>
1560
+ </tr>
1561
+ </table>
1562
+ </div>
1563
+ <div class="standard_stat">
1564
+ <h2>Dividends for 1557</h2>
1565
+ <table class="standard_stat_table" width="100%">
1566
+ <tr>
1567
+ <th>Dividend Type</th>
1568
+ <td>Income</td>
1569
+ </tr>
1570
+ <tr>
1571
+ <th>Dividend Frequency</th>
1572
+ <td>Quarter</td>
1573
+ </tr>
1574
+ <tr>
1575
+ <th>Last Dividend Net</th>
1576
+ <td>
1577
+ <span class="span">(on 2012-03-13)</span> 0.6139
1578
+ </td>
1579
+ </tr>
1580
+ <tr>
1581
+ <th>Dividend Yield (ttm)</th>
1582
+ <td>1.8566</td>
1583
+ </tr>
1584
+ </table>
1585
+ </div>
1586
+ <div class="standard_stat">
1587
+ <h2>Performance for 1557 </h2>
1588
+ <table class="standard_stat_table fund_perf" width="100%">
1589
+ <tr>
1590
+ <th>1-Month</th>
1591
+ <td class="first down">-3.42%</td> <th class="last">1-Year</th>
1592
+ <td class="last up">+5.09%</td> </tr>
1593
+ <tr>
1594
+ <th>3-Month</th>
1595
+ <td class="first up">+13.86%</td> <th class="last">3-Year</th>
1596
+ <td class="last">-</td> </tr>
1597
+ <tr>
1598
+ <th>Year To Date</th>
1599
+ <td class="first up">+15.96%</td> <th class="last">5-Year</th>
1600
+ <td class="last">-</td> </tr>
1601
+ <tr>
1602
+ <th>Expense Ratio</th>
1603
+ <td class="first">0.09</td>
1604
+ <th class="last"></th>
1605
+ <td class="last"></td>
1606
+ </tr>
1607
+ </table>
1608
+ </div>
1609
+
1610
+ <div class="top_fund_holdings">
1611
+ <div class="heading clearfix">
1612
+ <h2> Top Fund Holdings for 1557 </h2>
1613
+ <span class="flng_date">Filing Date: 04/18/2012</span>
1614
+ </div>
1615
+
1616
+ <table class="standard_stat_table">
1617
+ <tbody>
1618
+ <tr class="data_header">
1619
+ <th class="name">Name</th>
1620
+ <th class="pos">Position</th>
1621
+ <th class="value">Value</th>
1622
+ <th class="perc_total">% of Total</th>
1623
+ </tr>
1624
+ <tr>
1625
+ <td class="name">Apple Inc</td>
1626
+ <td class="pos">7,485,119</td>
1627
+ <td class="value">4,553,497,292</td>
1628
+ <td class="perc_total">4.505%</td>
1629
+ </tr>
1630
+ <tr>
1631
+ <td class="name">Exxon Mobil Corp</td>
1632
+ <td class="pos">37,815,092</td>
1633
+ <td class="value">3,242,644,139</td>
1634
+ <td class="perc_total">3.208%</td>
1635
+ </tr>
1636
+ <tr>
1637
+ <td class="name">Microsoft Corp</td>
1638
+ <td class="pos">59,953,200</td>
1639
+ <td class="value">1,866,942,585</td>
1640
+ <td class="perc_total">1.847%</td>
1641
+ </tr>
1642
+ <tr>
1643
+ <td class="name">IBM</td>
1644
+ <td class="pos">9,295,810</td>
1645
+ <td class="value">1,860,370,455</td>
1646
+ <td class="perc_total">1.840%</td>
1647
+ </tr>
1648
+ <tr>
1649
+ <td class="name">Chevron Corp</td>
1650
+ <td class="pos">15,872,951</td>
1651
+ <td class="value">1,641,104,403</td>
1652
+ <td class="perc_total">1.624%</td>
1653
+ </tr>
1654
+ <tr>
1655
+ <td class="name">General Electric Co</td>
1656
+ <td class="pos">85,015,224</td>
1657
+ <td class="value">1,623,790,721</td>
1658
+ <td class="perc_total">1.606%</td>
1659
+ </tr>
1660
+ <tr>
1661
+ <td class="name">Procter & Gamble Co/The</td>
1662
+ <td class="pos">22,127,756</td>
1663
+ <td class="value">1,477,027,646</td>
1664
+ <td class="perc_total">1.461%</td>
1665
+ </tr>
1666
+ <tr>
1667
+ <td class="name">AT&T Inc</td>
1668
+ <td class="pos">47,628,788</td>
1669
+ <td class="value">1,464,585,261</td>
1670
+ <td class="perc_total">1.449%</td>
1671
+ </tr>
1672
+ <tr>
1673
+ <td class="name">Wells Fargo & Co</td>
1674
+ <td class="pos">42,360,696</td>
1675
+ <td class="value">1,422,048,631</td>
1676
+ <td class="perc_total">1.407%</td>
1677
+ </tr>
1678
+ <tr>
1679
+ <td class="name">Johnson & Johnson</td>
1680
+ <td class="pos">22,038,076</td>
1681
+ <td class="value">1,394,128,687</td>
1682
+ <td class="perc_total">1.379%</td>
1683
+ </tr>
1684
+ </tbody>
1685
+ </table>
1686
+
1687
+ </div>
1688
+
1689
+ <div class="market_bottom_item">
1690
+
1691
+ <p>Quotes delayed, except where indicated otherwise. Mutual fund NAVs include dividends. All prices in local currency. Time is ET.</p>
1692
+
1693
+ </div>
1694
+ <div class="forex_ad_links">
1695
+ <p class="forex_sponsored">Sponsored Links</p>
1696
+ <p class="forex_header">Top Forex Trading Resources</p>
1697
+ <table>
1698
+ <tr>
1699
+ <th>
1700
+ <br />
1701
+ <a href="http://clk.atdmt.com/FXM/go/350153229/direct/01/" rel="nofollow" target="_blank">Why Trade Forex</a>
1702
+ <br />
1703
+ </th>
1704
+ <td>
1705
+ <br />
1706
+ <a href="http://clk.atdmt.com/FXM/go/350153229/direct/01/" rel="nofollow" target="_blank">Learn the difference between the forex market and stock market</a>
1707
+ <br />
1708
+ </td>
1709
+ </tr>
1710
+ <tr>
1711
+ <th>
1712
+ <br />
1713
+ <a href="http://clk.atdmt.com/FXM/go/350155402/direct/01/" rel="nofollow" target="_blank">Free Trial Account</a>
1714
+ <br />
1715
+ </th>
1716
+ <td>
1717
+ <br />
1718
+ <a href="http://clk.atdmt.com/FXM/go/350155402/direct/01/" rel="nofollow" target="_blank">Play before you pay – click here for a free forex account</a>
1719
+ <br />
1720
+ </td>
1721
+ </tr>
1722
+ <tr>
1723
+ <th>
1724
+ <br />
1725
+ <a href="http://clk.atdmt.com/FXM/go/384177503/direct/01/" rel="nofollow" target="_blank">New To Forex</a>
1726
+ <br />
1727
+ </th>
1728
+ <td>
1729
+ <br />
1730
+ <a href="http://clk.atdmt.com/FXM/go/384177503/direct/01/" rel="nofollow" target="_blank">Educational Forex Videos and Webinars</a>
1731
+ <br />
1732
+ </td>
1733
+ </tr>
1734
+ <tr>
1735
+ <th>
1736
+ <br />
1737
+ <a href="http://clk.atdmt.com/FXM/go/350158323/direct/01/" rel="nofollow" target="_blank">Learn Forex Free Guide</a>
1738
+ <br />
1739
+ </th>
1740
+ <td>
1741
+ <br />
1742
+ <a href="http://clk.atdmt.com/FXM/go/350158323/direct/01/" rel="nofollow" target="_blank">New to Forex and don't know where to begin? Learn now with our FREE guide</a>
1743
+ <br />
1744
+ </td>
1745
+ </tr>
1746
+ <tr>
1747
+ <th>
1748
+ <br />
1749
+ <a href="http://clk.atdmt.com/FXM/go/350154234/direct/01/" rel="nofollow" target="_blank">Forex News</a>
1750
+ <br />
1751
+ </th>
1752
+ <td>
1753
+ <br />
1754
+ <a href="http://clk.atdmt.com/FXM/go/350154234/direct/01/" rel="nofollow" target="_blank">Get the latest forex news from top experts in the field</a>
1755
+ <br />
1756
+ </td>
1757
+ </tr>
1758
+ </table>
1759
+ </div>
1760
+
1761
+ </div>
1762
+
1763
+ <div class="quote_content_secondary">
1764
+
1765
+
1766
+
1767
+ <div class="component secondary_stories" id="most_popular_stories">
1768
+ <div class="header">
1769
+ <h3><a href="/popular/">Most Popular News</a></h3> </div>
1770
+ <ul class="news_group">
1771
+
1772
+ <li>
1773
+ <div class="news_item clearfix">
1774
+
1775
+ <span class="most_pop_number one"></span>
1776
+ <div class="q_link_wrapper">
1777
+ <a suid="M2NDH00D9L3501" data-id="M2NDH00D9L3501" data-type="Story" class="q story_link bar" href="/news/2012-04-18/bank-of-america-faces-bad-home-equity-loans-mortgages.html">Bank of America Faces Bad Home-Equity Loans: Mortgages</a>
1778
+ </div>
1779
+ </div>
1780
+ </li>
1781
+
1782
+ <li>
1783
+ <div class="news_item clearfix">
1784
+
1785
+ <span class="most_pop_number two"></span>
1786
+ <div class="q_link_wrapper">
1787
+ <a suid="M2N80S07SXKX01" data-id="M2N80S07SXKX01" data-type="Story" class="q story_link bar" href="/news/2012-04-18/imf-says-european-banks-may-have-to-shed-up-to-3-8-trillion.html">IMF Says European Banks May Have to Sell $3.8 Trillion in Assets</a>
1788
+ </div>
1789
+ </div>
1790
+ </li>
1791
+
1792
+ <li>
1793
+ <div class="news_item clearfix">
1794
+
1795
+ <span class="most_pop_number three"></span>
1796
+ <div class="q_link_wrapper">
1797
+ <a suid="M2O2GD1A74E901" data-id="M2O2GD1A74E901" data-type="Story" class="q story_link bar" href="/news/2012-04-18/u-s-stock-futures-fluctuate-yahoo-gains-as-intel-slides.html">U.S. Stocks Decline as Intel, IBM Tumble After Results</a>
1798
+ </div>
1799
+ </div>
1800
+ </li>
1801
+
1802
+ <li>
1803
+ <div class="news_item clearfix">
1804
+
1805
+ <span class="most_pop_number four"></span>
1806
+ <div class="q_link_wrapper">
1807
+ <a suid="M2MTV76S972A01" data-id="M2MTV76S972A01" data-type="Story" class="q story_link bar" href="/news/2012-04-17/billionaire-eskenazis-confront-repsol-debt-after-ypf-seizure-1-.html">Billionaire Eskenazis Risk Default As Argentina Takes YPF</a>
1808
+ </div>
1809
+ </div>
1810
+ </li>
1811
+
1812
+ <li>
1813
+ <div class="news_item clearfix">
1814
+
1815
+ <span class="most_pop_number five"></span>
1816
+ <div class="q_link_wrapper">
1817
+ <a suid="M2OK806S972801" data-id="M2OK806S972801" data-type="Story" class="q story_link bar" href="/news/2012-04-18/citigroup-s-pandit-lists-greenwich-home-at-4-3-million.html">Citigroup’s Pandit Lists Greenwich Home at $4.3 Million</a>
1818
+ </div>
1819
+ </div>
1820
+ </li>
1821
+
1822
+ </ul>
1823
+ <div class="more"><a class="more_url" href="/popular/">More Popular News</a></div>
1824
+ </div>
1825
+
1826
+ <script type="text/javascript">
1827
+ // This is for the most popular box lower on the page
1828
+ var most_popular_stories = $("#most_popular_stories .news_group").find("a");
1829
+ most_popular_stories.each(function(){
1830
+ $(this).mousedown(function() {
1831
+ BLOOMBERG.tracker.EVENTTRACK.record('most_popular_link', "event26", this.href);
1832
+ })
1833
+ });
1834
+ </script>
1835
+
1836
+ <script>
1837
+ function change_tabs(e) {
1838
+ e.preventDefault();
1839
+ var map_tab = $(this).attr('href') + "_panel";
1840
+ $('.tab_panel').removeClass('active');
1841
+ $(map_tab).addClass('active');
1842
+ $(this).parents('ul').find('a').removeClass('active');
1843
+ $(this).addClass('active');
1844
+ }
1845
+ $('ul.tabs a').bind('click', change_tabs);
1846
+ </script>
1847
+
1848
+
1849
+
1850
+
1851
+ <div class="dfp_ad_box ad_box ">
1852
+ <div class="ad_box_title">Advertisement</div>
1853
+
1854
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
1855
+ include_u_tag = true;
1856
+ adType = "DART";
1857
+ Keys = "blp.persfin/research/quote/us";
1858
+ dcop_val = "";
1859
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
1860
+ if (surroundTagVal != ""){
1861
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
1862
+ surroundTagVal="srnd="+surroundTagVal+";";
1863
+ }
1864
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
1865
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
1866
+ Size = "300x250,300x600";
1867
+ Tile = "3";
1868
+ Position = ";position=right2";
1869
+ if(sub_domain_name == 'bb20ad'){
1870
+ Keys = "blp.test";
1871
+ }
1872
+ ad_location = 'SideBar';
1873
+ if (ad_location == 'Interstitial'){
1874
+ if(no_dfp_interstitial == "false"){
1875
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1876
+ }
1877
+ }else{
1878
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1879
+ }
1880
+
1881
+ </script>
1882
+ <script type="text/javascript">
1883
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
1884
+ if(surroundTag == ""){
1885
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
1886
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
1887
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
1888
+ }
1889
+ }
1890
+ else{
1891
+ surroundTag="srnd="+surroundTag+";";
1892
+ }
1893
+
1894
+ </script>
1895
+
1896
+
1897
+ </div>
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+ <div id="quote_press_release_panel" class="component">
1904
+ <h3>Related News</h3>
1905
+ <ul>
1906
+
1907
+
1908
+ <li class=" ">
1909
+ <div class="news_item clearfix bar">
1910
+ <a href="/news/2012-04-19/bank-owing-u-s-935-million-has-ceo-family-bad-debts-mortgages.html" class="q story_link bar" data-id="M2PCAG6KLVR401" data-type="Story" suid="M2PCAG6KLVR401">Bank Owing U.S. $935 Million Has CEO Family Bad Debts: Mortgages</a> <span class="props">&nbsp;
1911
+ <span class="timestamp inline">Updated 8 hours ago</span> </span>
1912
+ </div>
1913
+ </li>
1914
+
1915
+
1916
+
1917
+ <li class=" ">
1918
+ <div class="news_item clearfix bar">
1919
+ <a href="/news/2012-04-18/goldman-sachs-banks-dismissed-from-ge-securities-lawsuit.html" class="q story_link bar" data-id="M2P4PW6JIJWP01" data-type="Story" suid="M2P4PW6JIJWP01">Goldman Sachs, Banks Dismissed From GE Securities Lawsuit</a> <span class="props">&nbsp;
1920
+ <span class="timestamp inline">Updated 8 hours ago</span> </span>
1921
+ </div>
1922
+ </li>
1923
+
1924
+
1925
+
1926
+ <li class=" ">
1927
+ <div class="news_item clearfix bar">
1928
+ <a href="/news/2012-04-18/unemployment-from-italy-to-spain-fuels-debt-crisis.html" class="q story_link bar" data-id="M2ONUP0YHQ0X01" data-type="Story" suid="M2ONUP0YHQ0X01">Unemployment From Italy to Spain Fuels Debt Crisis</a> <span class="props">&nbsp;
1929
+ <span class="timestamp inline">Updated 13 hours ago</span> </span>
1930
+ </div>
1931
+ </li>
1932
+
1933
+
1934
+
1935
+ <li class=" ">
1936
+ <div class="news_item clearfix bar">
1937
+ <a href="/news/2012-04-18/investor-distrust-of-chinese-listings-hits-ipos-prices.html" class="q story_link bar" data-id="M1WGBG1A1I4H01" data-type="Story" suid="M1WGBG1A1I4H01">Investor Distrust of Chinese Listings Hits IPOs, Prices</a> <span class="props">&nbsp;
1938
+ <span class="timestamp inline">Updated 14 hours ago</span> </span>
1939
+ </div>
1940
+ </li>
1941
+
1942
+
1943
+
1944
+ <li class=" last">
1945
+ <div class="news_item clearfix bar">
1946
+ <a href="/news/2012-04-18/bny-mellon-profit-falls-as-record-low-rates-cut-returns.html" class="q story_link bar" data-id="M2KSX307SXKX01" data-type="Story" suid="M2KSX307SXKX01">BNY Mellon Profit Falls as Record-Low Rates Cut Returns</a> <span class="props">&nbsp;
1947
+ <span class="timestamp inline">Updated 16 hours ago</span> </span>
1948
+ </div>
1949
+ </li>
1950
+
1951
+
1952
+ </ul>
1953
+ <a href="/news/funds/" class="more">More Related News</a>
1954
+ </div>
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+ <div class="dfp_ad_box ad_box ">
1961
+ <div class="ad_box_title">Advertisement</div>
1962
+
1963
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
1964
+ include_u_tag = true;
1965
+ adType = "DART";
1966
+ Keys = "blp.persfin/research/quote/us";
1967
+ dcop_val = "";
1968
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
1969
+ if (surroundTagVal != ""){
1970
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
1971
+ surroundTagVal="srnd="+surroundTagVal+";";
1972
+ }
1973
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
1974
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
1975
+ Size = "300x250,1x1";
1976
+ Tile = "8";
1977
+ Position = ";position=right3";
1978
+ if(sub_domain_name == 'bb20ad'){
1979
+ Keys = "blp.test";
1980
+ }
1981
+ ad_location = 'SideBar2';
1982
+ if (ad_location == 'Interstitial'){
1983
+ if(no_dfp_interstitial == "false"){
1984
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1985
+ }
1986
+ }else{
1987
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1988
+ }
1989
+
1990
+ </script>
1991
+ <script type="text/javascript">
1992
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
1993
+ if(surroundTag == ""){
1994
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
1995
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
1996
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
1997
+ }
1998
+ }
1999
+ else{
2000
+ surroundTag="srnd="+surroundTag+";";
2001
+ }
2002
+
2003
+ </script>
2004
+
2005
+
2006
+ </div>
2007
+
2008
+
2009
+
2010
+
2011
+ <div class="right_rail_marchex">
2012
+ <script type="text/javascript" src="http://jlinks.industrybrains.com/jsct?sid=942&amp;ct=BLOOMBERG_PERSONAL_FINANCE&amp;tr=310X250_QUOTES&amp;num=3&amp;layt=310x250&amp;fmt=simp"></script>
2013
+ </div>
2014
+
2015
+ <div class="dfp_ad_box ad_box "><div class="ad_box_title">Advertisements</div>
2016
+ <div class="micro_bar_content">
2017
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_1">
2018
+
2019
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
2020
+ include_u_tag = true;
2021
+ adType = "DART";
2022
+ Keys = "blp.persfin/research/quote/us";
2023
+ dcop_val = "";
2024
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
2025
+ if (surroundTagVal != ""){
2026
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
2027
+ surroundTagVal="srnd="+surroundTagVal+";";
2028
+ }
2029
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
2030
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
2031
+ Size = "88x31";
2032
+ Tile = "4";
2033
+ Position = ";position=tradebar01";
2034
+ if(sub_domain_name == 'bb20ad'){
2035
+ Keys = "blp.test";
2036
+ }
2037
+ ad_location = 'Tiny0';
2038
+ if (ad_location == 'Interstitial'){
2039
+ if(no_dfp_interstitial == "false"){
2040
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2041
+ }
2042
+ }else{
2043
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2044
+ }
2045
+
2046
+ </script>
2047
+ <script type="text/javascript">
2048
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2049
+ if(surroundTag == ""){
2050
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2051
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2052
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
2053
+ }
2054
+ }
2055
+ else{
2056
+ surroundTag="srnd="+surroundTag+";";
2057
+ }
2058
+
2059
+ </script>
2060
+
2061
+
2062
+ </div>
2063
+
2064
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_2">
2065
+
2066
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
2067
+ include_u_tag = true;
2068
+ adType = "DART";
2069
+ Keys = "blp.persfin/research/quote/us";
2070
+ dcop_val = "";
2071
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
2072
+ if (surroundTagVal != ""){
2073
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
2074
+ surroundTagVal="srnd="+surroundTagVal+";";
2075
+ }
2076
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
2077
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
2078
+ Size = "88x31";
2079
+ Tile = "5";
2080
+ Position = ";position=tradebar02";
2081
+ if(sub_domain_name == 'bb20ad'){
2082
+ Keys = "blp.test";
2083
+ }
2084
+ ad_location = 'Tiny1';
2085
+ if (ad_location == 'Interstitial'){
2086
+ if(no_dfp_interstitial == "false"){
2087
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2088
+ }
2089
+ }else{
2090
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2091
+ }
2092
+
2093
+ </script>
2094
+ <script type="text/javascript">
2095
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2096
+ if(surroundTag == ""){
2097
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2098
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2099
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
2100
+ }
2101
+ }
2102
+ else{
2103
+ surroundTag="srnd="+surroundTag+";";
2104
+ }
2105
+
2106
+ </script>
2107
+
2108
+
2109
+ </div>
2110
+
2111
+
2112
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_4">
2113
+
2114
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
2115
+ include_u_tag = true;
2116
+ adType = "DART";
2117
+ Keys = "blp.persfin/research/quote/us";
2118
+ dcop_val = "";
2119
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
2120
+ if (surroundTagVal != ""){
2121
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
2122
+ surroundTagVal="srnd="+surroundTagVal+";";
2123
+ }
2124
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
2125
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
2126
+ Size = "88x31";
2127
+ Tile = "6";
2128
+ Position = ";position=tradebar03";
2129
+ if(sub_domain_name == 'bb20ad'){
2130
+ Keys = "blp.test";
2131
+ }
2132
+ ad_location = 'Tiny2';
2133
+ if (ad_location == 'Interstitial'){
2134
+ if(no_dfp_interstitial == "false"){
2135
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2136
+ }
2137
+ }else{
2138
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2139
+ }
2140
+
2141
+ </script>
2142
+ <script type="text/javascript">
2143
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2144
+ if(surroundTag == ""){
2145
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2146
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2147
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
2148
+ }
2149
+ }
2150
+ else{
2151
+ surroundTag="srnd="+surroundTag+";";
2152
+ }
2153
+
2154
+ </script>
2155
+
2156
+
2157
+ </div>
2158
+
2159
+
2160
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_5">
2161
+
2162
+ <script xmlns:webad="http://www.bloomberg.com/webad" xmlns:wn="http://www.bloomberg.com/bloomberg-web-news" xmlns:nav="http://www.bloomberg.com/navigation" type="text/javascript">
2163
+ include_u_tag = true;
2164
+ adType = "DART";
2165
+ Keys = "blp.persfin/research/quote/us";
2166
+ dcop_val = "";
2167
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
2168
+ if (surroundTagVal != ""){
2169
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
2170
+ surroundTagVal="srnd="+surroundTagVal+";";
2171
+ }
2172
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
2173
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
2174
+ Size = "88x31";
2175
+ Tile = "7";
2176
+ Position = ";position=tradebar04";
2177
+ if(sub_domain_name == 'bb20ad'){
2178
+ Keys = "blp.test";
2179
+ }
2180
+ ad_location = 'Tiny3';
2181
+ if (ad_location == 'Interstitial'){
2182
+ if(no_dfp_interstitial == "false"){
2183
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2184
+ }
2185
+ }else{
2186
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2187
+ }
2188
+
2189
+ </script>
2190
+ <script type="text/javascript">
2191
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2192
+ if(surroundTag == ""){
2193
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2194
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2195
+ BLOOMBERG.util.Cookie.set("surroundId",adid,"","/"); // store the surround session id in a cookie. Set the expiration date of the cookie to determine how long the surround session should last. For example, if the surround session should last just one day, then set the expiration date for the cookie to tomorrow.
2196
+ }
2197
+ }
2198
+ else{
2199
+ surroundTag="srnd="+surroundTag+";";
2200
+ }
2201
+
2202
+ </script>
2203
+
2204
+
2205
+ </div>
2206
+
2207
+
2208
+
2209
+
2210
+ </div>
2211
+ </div>
2212
+ </div>
2213
+ </div>
2214
+ </div>
2215
+
2216
+ </div>
2217
+
2218
+
2219
+ </div>
2220
+ <div id="secondary_content">
2221
+
2222
+
2223
+ </div>
2224
+
2225
+ </div>
2226
+
2227
+ <div id="symac_suggest"></div>
2228
+ </div>
2229
+
2230
+
2231
+ <div id="footer_container" class="base_container">
2232
+ <div id="footer" class="clearfix">
2233
+ <div id="footer_social" class="footer_group">
2234
+ <div><a id="footer_logo" class="logo_img" href="/">Bloomberg</a></div>
2235
+ <ul>
2236
+ <li><a rel="external" class="facebook" id="footer_facebook" href="http://www.facebook.com/BloombergNews">Bloomberg on<br/>Facebook</a></li>
2237
+ <li><a rel="external" class="twitter" id="footer_twitter" href="http://www.twitter.com/bloombergnews">Follow Bloomberg<br/>on Twitter</a></li>
2238
+ <li class="last"><a rel="external" class="linkedin" id="footer_linkedin" href="http://www.linkedin.com/today/bloomberg.com?trk=tod-src-tnav-1000020-0">Follow Bloomberg<br/>on LinkedIn</a></li>
2239
+ </ul>
2240
+ <div class="mobile-redirect"></div>
2241
+ <script type="text/javascript">
2242
+ //<![CDATA[
2243
+ BLOOMBERG.mobile.show_mobile_redirect_link();
2244
+
2245
+ //]]>
2246
+ </script>
2247
+
2248
+ </div>
2249
+ <div id="footer_more" class="footer_group">
2250
+ <h4>More from Bloomberg</h4>
2251
+ <ul>
2252
+ <li><a rel="external" id="footer_businessweek" href="http://www.businessweek.com/">Bloomberg Businessweek</a></li>
2253
+ <li><a rel="external" id="footer_businessexchange" href="http://bx.businessweek.com/">Business Exchange</a></li>
2254
+ <li><a rel="external" id="footer_brief" href="http://www.bloomberg.com/brief">Bloomberg Briefs</a></li>
2255
+ <li><a rel="external" id="footer_bgov" href="http://www.bgov.com/">Bloomberg Government</a></li>
2256
+ <li><a rel="external" id="footer_bht" href="http://www.bloomberght.com/">Bloomberg HT</a></li>
2257
+ <li><a rel="external" id="footer_binstitute" href="http://www.bloomberginstitute.com/">Bloomberg Institute</a></li>
2258
+ <li><a rel="external" id="footer_bjapan" href="http://www.bloomberg.co.jp">ブルームバーグ(日本語)</a></li>
2259
+ <li><a rel="external" id="footer_blaw" href="http://www.bloomberglaw.com">Bloomberg Law</a></li>
2260
+ <li><a rel="external" id="footer_bbna" href="http://www.bna.com/">Bloomberg BNA</a></li>
2261
+ </ul>
2262
+ <ul>
2263
+ <li><a rel="external" id="footer_bblink" href="http://www.bloomberglink.com/">Bloomberg Link</a></li>
2264
+ <li><a href="/markets-magazine/">Bloomberg Markets Magazine</a></li>
2265
+ <li><a rel="external" id="footer_new_energy_finance" href="http://www.newenergyfinance.com/">Bloomberg New Energy Finance</a></li>
2266
+ <li><a rel="external" id="footer_open_symbol" href="http://open.bloomberg.com/">Bloomberg Open</a></li>
2267
+ <li><a rel="external" id="footer_bpress" href="http://www.wiley.com/remsection.cgi?discount=BLOOM&amp;navid=404407">Bloomberg Press</a></li>
2268
+ <li><a rel="external" id="footer_bsports" href="http://www.bloombergsports.com/">Bloomberg Sports</a></li>
2269
+ <li><a rel="external" id="footer_jobs_by_indeed" href="http://jobs.bloomberg.com/">Jobs by Indeed</a></li>
2270
+ <li id="footer_bloomberg_blog">
2271
+ <a rel="external" class="blog_link" href="http://inside.bloomberg.com/">Bloomberg Blog</a>
2272
+ <a rel="external" class="blog_rss_link" href="http://inside.bloomberg.com/blog/atom.xml">Bloomberg Blog RSS</a>
2273
+ </li>
2274
+ </ul>
2275
+ </div>
2276
+ <div id="footer_company" class="footer_group">
2277
+ <h4>Company</h4>
2278
+ <ul>
2279
+ <li><a href="/company/">About Bloomberg</a></li>
2280
+ <li><a href="/careers/">Careers</a></li>
2281
+ <li><a href="/about/pressroom/">Press Room</a></li>
2282
+ <li><a class="footer_link" href="http://www.bloombergmedia.com/">Advertising</a></li>
2283
+ <li><a href="/about/contact/">Contact Us</a></li>
2284
+ <li><a href="http://www.bloomberg.cn/">&#20851;&#20110;&#24429;&#21338;&#20013;&#22269;</a></li>
2285
+ <li><a href="http://about.bloomberg.co.jp/">会社概要(日本語)</a></li>
2286
+ </ul>
2287
+ <ul>
2288
+ <li><a href="/help.html">Help</a></li>
2289
+ <li><a href="/sitemap/">Sitemap</a></li>
2290
+ <li><a href="/notices/trademarks.html">Trademarks</a></li>
2291
+ <li><a href="/apps/feedback">Feedback</a></li>
2292
+ <li><a class="footer_link" href="/notices/tos.html">Terms of Service</a></li>
2293
+ <li><a class="footer_link" href="/notices/privacy.html">Privacy Policy</a></li>
2294
+ </ul>
2295
+ </div>
2296
+ <div id="footer_bottom_part">
2297
+ <div id="opinion_lab">
2298
+ <a href="javascript:void(0);" onClick="oOobj2.OnClick()">
2299
+ <img src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionOO4S/sm_FAB000_oo.gif" border="0" title="Rate this Page" style="margin-right:5px;" />
2300
+ Rate this Page
2301
+ </a>
2302
+ </div>
2303
+ <div id="copyright_statement">
2304
+ <span>&copy;2012 BLOOMBERG L.P. ALL RIGHTS RESERVED.</span>
2305
+ <a href="http://nytm.org/made" target="_blank" rel="nofollow external" id="made_in_nyc">Made in NYC</a>
2306
+ </div>
2307
+ </div>
2308
+ </div>
2309
+ </div>
2310
+ <script type="text/javascript">
2311
+ if (reg_enabled) {
2312
+ document.write("<scr" + "ipt type='text/javascript' src='http://cdn.gotraffic.net/r/v/20120412_170304/javascripts/breg-min.js'>" + "</scr" + "ipt>");
2313
+ $(document).ready(function() {
2314
+ if (BLOOMBERG.user){ BLOOMBERG.user.init({"enable_tracking_cookies":true,"u":"https://login.bloomberg.com"}); }
2315
+ });
2316
+ }
2317
+ if (q_enabled && reg_enabled) {
2318
+ document.write("<scr" + "ipt type='text/javascript' src='http://cdn.gotraffic.net/q/v/20120413_173904/javascripts/q-min.js'>" + "</scr" + "ipt>");
2319
+ $(document).ready(function() {
2320
+ if (BLOOMBERG.queue){ BLOOMBERG.queue.init({"url":"https://login.bloomberg.com/q"}); }
2321
+ });
2322
+ }
2323
+ </script>
2324
+
2325
+
2326
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/jquery-ui-1.8.16.autocomplete.min.js" type="text/javascript"></script>
2327
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/markets/chart_autocomplete-min.js" type="text/javascript"></script>
2328
+
2329
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/markets/main-min.js" type="text/javascript"></script> <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/markets/bb_chart_theme-min.js" type="text/javascript"></script> <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/markets/quote_chart-min.js" type="text/javascript"></script>
2330
+ <script type="text/javascript">
2331
+ //<![CDATA[
2332
+
2333
+ var recommendation_cookie = BLOOMBERG.util.Cookie.get("hprec201202");
2334
+ var reco_more_stories = BLOOMBERG.util.Cookie.get("morestories201112");
2335
+ var ga_page_name = ((typeof(Description) != 'undefined') ? Description : '').replace(/\//g,":");
2336
+ var ga_companypage = BLOOMBERG.util.Cookie.get("companypage");
2337
+ var ga_viewvsopinion = BLOOMBERG.util.Cookie.get("bviewopn");
2338
+ var pageTrackingVariables = [];
2339
+
2340
+ pageTrackingVariables.push({name:'recommendation_cookie', value:recommendation_cookie, scope:1})
2341
+ pageTrackingVariables.push({name:'morestories201112', value:reco_more_stories, scope:1})
2342
+ pageTrackingVariables.push({name:'name', value:ga_page_name, scope:3})
2343
+ pageTrackingVariables.push({name:'companypages', value:ga_companypage, scope:1})
2344
+ pageTrackingVariables.push({name:'viewvsopinion', value:ga_viewvsopinion, scope:1})
2345
+
2346
+ //]]>
2347
+ </script>
2348
+
2349
+ <div id="third_party_trackers">
2350
+ <script type="text/javascript">
2351
+ var comScoreTrackingParams = {};
2352
+ for(var i=0;i<pageTrackingVariables.length; i++){
2353
+ comScoreTrackingParams[pageTrackingVariables[i].name] = pageTrackingVariables[i].value;
2354
+ }
2355
+ BLOOMBERG.comscore.track(comScoreTrackingParams);
2356
+ </script>
2357
+ <noscript><p><img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=3005059" height="1" width="1" alt="*"></p></noscript>
2358
+
2359
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionOO4S/oo_engine_c_all-min.js" type="text/javascript"></script>
2360
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionOO4S/oo_conf_en-US_inline_stories-min.js" type="text/javascript"></script>
2361
+
2362
+
2363
+ <script type="text/javascript">
2364
+ // <![CDATA[
2365
+ try {
2366
+ var _gaq = _gaq || [];
2367
+ _gaq.push(['_setAccount', BLOOMBERG.global_var.gaTrackAcct]);
2368
+ for(var i=0;i<pageTrackingVariables.length;i++){
2369
+ if (i >= 5){ break; }
2370
+ _gaq.push(['_setCustomVar', i+1, pageTrackingVariables[i].name, pageTrackingVariables[i].value, pageTrackingVariables[i].scope]);
2371
+ }
2372
+ if(typeof(bbPageTrackUrl) == 'undefined')
2373
+ _gaq.push(['_trackPageview']);
2374
+ else
2375
+ _gaq.push(['_trackPageview', bbPageTrackUrl]);
2376
+
2377
+ (function() {
2378
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2379
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
2380
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
2381
+ })();
2382
+ } catch(err) {
2383
+ //
2384
+ }
2385
+ // ]]>
2386
+ </script>
2387
+
2388
+
2389
+ <script type="text/javascript">
2390
+ //<![CDATA[
2391
+ function DM_prepClient(csid, client) {
2392
+ }
2393
+ $(window).bind("load", function() {
2394
+ $.getScript('http://js.revsci.net/gateway/gw.js?csid=K05539&auto=t');
2395
+ });
2396
+
2397
+ //]]>
2398
+ </script>
2399
+ <script type='text/javascript'>
2400
+ var _sf_async_config={};
2401
+ _sf_async_config.uid = 15087;
2402
+ _sf_async_config.domain = 'bloomberg.com';
2403
+ _sf_async_config.sections = '';
2404
+ _sf_async_config.authors = '';
2405
+ (function(){
2406
+ function loadChartbeat() {
2407
+ window._sf_endpt=(new Date()).getTime();
2408
+ var e = document.createElement('script');
2409
+ e.setAttribute('language', 'javascript');
2410
+ e.setAttribute('type', 'text/javascript');
2411
+ e.setAttribute('src',
2412
+ (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +
2413
+ 'js/chartbeat.js');
2414
+ document.body.appendChild(e);
2415
+ }
2416
+ var oldonload = window.onload;
2417
+ window.onload = (typeof window.onload != 'function') ?
2418
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
2419
+ })();
2420
+ </script>
2421
+
2422
+ <!-- START Nielsen Online SiteCensus V6.0 -->
2423
+ <!-- COPYRIGHT 2010 Nielsen Online -->
2424
+ <script type="text/javascript">
2425
+ $(window).load(function () {
2426
+ var d = new Image(1, 1);
2427
+ d.onerror = d.onload = function () {
2428
+ d.onerror = d.onload = null;
2429
+ };
2430
+ d.src = ["//secure-us.imrworldwide.com/cgi-bin/m?ci=us-905417h&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
2431
+ });
2432
+ </script>
2433
+ <noscript>
2434
+ <div>
2435
+ <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-905417h&amp;cg=0&amp;cc=1&amp;ts=noscript"
2436
+ width="1" height="1" alt="" />
2437
+ </div>
2438
+ </noscript>
2439
+ <!-- END Nielsen Online SiteCensus V6.0 -->
2440
+
2441
+ </div>
2442
+ <!--
2443
+ production_happ
2444
+ 0.597621 : Thu Apr 19 09:01:37 -0400 2012
2445
+ -->
2446
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionv5/oo_engine_all-min.js" type="text/javascript"></script> <script type="text/javascript">if (!NREUMQ.f) { NREUMQ.f=function() {
2447
+ NREUMQ.push(["load",new Date().getTime()]);
2448
+ var e=document.createElement("script");
2449
+ e.type="text/javascript";e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/30/eum/rum.js";
2450
+ document.body.appendChild(e);
2451
+ if(NREUMQ.a)NREUMQ.a();
2452
+ };
2453
+ NREUMQ.a=window.onload;window.onload=NREUMQ.f;
2454
+ };
2455
+ NREUMQ.push(["nrfj","beacon-1.newrelic.com","32a39e099b",150953,"JVwPEhAJDlRSQ0tUBxRYBBIRSRNNWEUBFg8IVwQe",0,606,new Date().getTime(),"","","","",""])</script></body>
2456
+ </html>