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,2374 @@
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>TPX Quote - Tokyo Stock Exchange Tokyo Price Index TOPIX - Bloomberg</title>
7
+ <meta name="keywords" content="Tokyo Stock Exchange Tokyo Price Index Topix, TPX, Tokyo Stock Exchange Tokyo Price Index Topix analysis,
8
+ TPX analysis, Tokyo Stock Exchange Tokyo Price Index Topix chart, TPX chart,
9
+ Tokyo Stock Exchange Tokyo Price Index Topix profile, TPX profile, Tokyo Stock Exchange Tokyo Price Index Topix description, TPX description" />
10
+ <meta name="description" content="Index performance for Tokyo Stock Exchange Tokyo Price Index Topix (TPX) including value, chart, profile & other market data." />
11
+ <meta property="og:title" content="TPX Quote - Tokyo Stock Exchange Tokyo Price Index TOPIX"/>
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=TPX%3AIND;';
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 stock">
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 asia">
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,327.84</td>
189
+ <td class="change delta value_down">-39.21</td>
190
+ <td class="delta delta value_down">-1.66%</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,745.29</td>
196
+ <td class="change delta value_down">-21.66</td>
197
+ <td class="delta delta value_down">-0.38%</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,732.03</td>
203
+ <td class="change delta value_down">-68.97</td>
204
+ <td class="delta delta value_down">-1.01%</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,578.21</td>
224
+ <td class="change delta value_down">-89.05</td>
225
+ <td class="delta delta value_down">-0.92%</td>
226
+ </tr>
227
+
228
+ <tr class="">
229
+ <td class="bsym_ticker"><a href="/quote/TPX:IND">TOPIX </a></td>
230
+ <td class="price">813.34</td>
231
+ <td class="change delta value_down">-5.93</td>
232
+ <td class="delta delta value_down">-0.72%</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,856.50</td>
238
+ <td class="change delta value_up">+75.76</td>
239
+ <td class="delta delta value_up">0.36%</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,639.30 </span>
315
+ </td>
316
+ <td class="inner_pill">
317
+ <span class="value_change" >
318
+ -0.02% </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.3120 </span>
331
+ </td>
332
+ <td class="inner_pill">
333
+ <span class="value_change" >
334
+ -0.0213% </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="clstsd" 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,745.29 </span>
399
+ </td>
400
+ <td class="inner_pill">
401
+ <span class="value_change" >
402
+ -0.38% </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,327.84 </span>
416
+ </td>
417
+ <td class="inner_pill">
418
+ <span class="value_change" >
419
+ -1.66% </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,732.03 </span>
433
+ </td>
434
+ <td class="inner_pill">
435
+ <span class="value_change" >
436
+ -1.01% </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.59 </span>
450
+ </td>
451
+ <td class="inner_pill">
452
+ <span class="value_change" >
453
+ -0.08% </span>
454
+ </td>
455
+ </tr>
456
+ </table>
457
+ </div>
458
+ <div class="clstsu" 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.981%</span>
466
+ </td>
467
+ <td class="inner_pill">
468
+ <span class="yield_change" >+0.005</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=1334812181" 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
+ <ul>
1300
+ <li>
1301
+ <span class="l">Security Type:</span><span>Index</span>
1302
+ </li>
1303
+ </ul>
1304
+ </div>
1305
+
1306
+
1307
+
1308
+ <div class="ticker_header">
1309
+ <div class="ticker_header_top clearfix">
1310
+ <h2>Tokyo Stock Exchange Tokyo Price Index TOPIX</h2>
1311
+
1312
+ <a class="atp_link" onclick="window.open('/apps/subscriber/watchlist?tkr=TPX&amp;exch=IND',null,'height=470,width=1050,status=no,scrollbars=yes,toolbar=no');return false" href="#">Add
1313
+ to Portfolio</a>
1314
+
1315
+ </div>
1316
+ <h3 class="">TPX:IND </h3>
1317
+
1318
+
1319
+ <span class=" price">
1320
+ 813.33
1321
+
1322
+ <span> JPY</span>
1323
+
1324
+ </span>
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+ <span class=" trending_down down">5.94 <span>0.73%</span></span>
1331
+
1332
+
1333
+
1334
+
1335
+ <p class="fine_print">
1336
+
1337
+ As of
1338
+
1339
+ 00:49:27 ET on
1340
+
1341
+ 04/19/2012.
1342
+
1343
+
1344
+
1345
+
1346
+ </p>
1347
+ </div>
1348
+
1349
+
1350
+ </div>
1351
+
1352
+ <div class="quote_panel">
1353
+
1354
+
1355
+
1356
+
1357
+ <div class="quote_navigation_container">
1358
+ <div class="quote_navigation" id="quote_navigation">
1359
+ <div id="header">More on TPX</div>
1360
+ <ul>
1361
+ <li>
1362
+ <a href="/quote/TPX:IND" class="active">Snapshot</a>
1363
+ </li>
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+ <li>
1371
+ <a href="/quote/TPX:IND/chart">Chart</a>
1372
+ </li>
1373
+
1374
+
1375
+
1376
+
1377
+ <li>
1378
+ <a href="/markets/indexes/">Browse All Indexes</a>
1379
+ </li>
1380
+
1381
+
1382
+ </ul>
1383
+ </div>
1384
+ </div>
1385
+ <script type="text/javascript">
1386
+ $(function(){
1387
+ var stopping_at = ($('.forex_ad_links').offset()!=null ? '.forex_ad_links':'#footer');
1388
+ var top_element = ($('.ticker_header_currency').offset()!=null ? '.ticker_header_currency':'.ticker_header');
1389
+ BLOOMBERG.navigation.sticky_navigation({'navigator': '.quote_navigation', 'stopper': stopping_at, 'top_element':top_element, 'navigation_container':'.quote_navigation_container', 'top_padding':18});
1390
+ });
1391
+ </script>
1392
+
1393
+ <div class="quote_content">
1394
+ <div class="snapshot">
1395
+ <h1>Snapshot for Tokyo Stock Exchange Tokyo Price Index TOPIX (TPX)</h1>
1396
+ <table class="snapshot_table">
1397
+ <tr>
1398
+ <th>Open:</th>
1399
+ <td>814.37</td>
1400
+
1401
+ <th>Day Range:</th>
1402
+ <td>812.47 - 817.08</td>
1403
+
1404
+ <th class="last">Year To Date:</th>
1405
+
1406
+ <td class="last up">+13.57%</td> </tr>
1407
+
1408
+ <tr class="bottom">
1409
+ <th>Previous Close:</th>
1410
+ <td>819.27</td>
1411
+
1412
+ <th>52-Week Range:</th>
1413
+ <td>703.88 - 879.48</td>
1414
+
1415
+ <th class="last">1-Year:</th>
1416
+
1417
+ <td class="last up">+0.34%</td> </tr>
1418
+ </table>
1419
+ </div>
1420
+ <div id="quote_main_panel">
1421
+ <div class="quote_content_main">
1422
+ <div class="stock_chart">
1423
+ <h2><a href="/quote/TPX:IND/chart" class="to_subpage">Index Chart for TPX</a>
1424
+ </h2>
1425
+
1426
+ <script type="text/javascript">
1427
+ BLOOMBERG.global_var.ticker = "TPX:IND";
1428
+ BLOOMBERG.global_var.chartData = {"data_values":[[1334779205000,814.37],[1334779354000,813.23],[1334779380000,813.36],[1334779381000,813.36],[1334779400000,813.32],[1334779549000,813.72],[1334779560000,813.68],[1334779561000,813.69],[1334779567000,813.88],[1334779614000,813.24],[1334779740000,813.67],[1334779741000,813.72],[1334779802000,813.63],[1334779913000,814.57],[1334779920000,814.52],[1334779921000,814.54],[1334779931000,814.64],[1334780062000,813.58],[1334780100000,813.68],[1334780101000,813.67],[1334780196000,814.66],[1334780280000,814.57],[1334780281000,814.58],[1334780366000,814.34],[1334780455000,814.76],[1334780460000,814.63],[1334780461000,814.72],[1334780490000,814.69],[1334780638000,815.15],[1334780640000,815.13],[1334780641000,815.12],[1334780651000,815.16],[1334780793000,814.51],[1334780820000,814.51],[1334780821000,814.53],[1334780824000,814.58],[1334780900000,814.13],[1334781000000,814.36],[1334781001000,814.36],[1334781111000,814.22],[1334781164000,814.83],[1334781180000,814.72],[1334781181000,814.73],[1334781320000,814.61],[1334781359000,814.99],[1334781360000,814.96],[1334781361000,814.97],[1334781364000,814.95],[1334781534000,815.41],[1334781540000,815.38],[1334781541000,815.39],[1334781549000,815.2],[1334781718000,815.63],[1334781720000,815.57],[1334781721000,815.58],[1334781737000,815.68],[1334781789000,814.61],[1334781900000,814.94],[1334781901000,814.94],[1334782053000,815.23],[1334782079000,814.88],[1334782080000,814.9],[1334782081000,814.9],[1334782084000,814.99],[1334782145000,814.79],[1334782260000,814.85],[1334782261000,814.85],[1334782338000,815.17],[1334782440000,815.07],[1334782441000,815.07],[1334782459000,815.12],[1334782521000,814.79],[1334782620000,814.84],[1334782621000,814.83],[1334782718000,815.03],[1334782767000,814.68],[1334782800000,814.73],[1334782801000,814.71],[1334782872000,814.79],[1334782962000,813.82],[1334782980000,813.86],[1334782981000,813.85],[1334783006000,813.81],[1334783133000,814.01],[1334783160000,814.01],[1334783161000,813.98],[1334783235000,813.59],[1334783338000,814.19],[1334783340000,814.19],[1334783341000,814.2],[1334783359000,814.1],[1334783520000,814.77],[1334783521000,814.78],[1334783635000,815.1],[1334783700000,815.01],[1334783701000,815.04],[1334783711000,814.97],[1334783786000,815.21],[1334783880000,815.15],[1334783881000,815.15],[1334784054000,815.88],[1334784060000,815.82],[1334784061000,815.82],[1334784106000,816.09],[1334784149000,815.77],[1334784240000,815.92],[1334784241000,815.92],[1334784258000,815.84],[1334784405000,816.14],[1334784420000,816.04],[1334784421000,816.01],[1334784461000,816.13],[1334784592000,815.75],[1334784600000,815.85],[1334784601000,815.85],[1334784704000,815.95],[1334784769000,815.33],[1334784780000,815.35],[1334784781000,815.33],[1334784887000,815.27],[1334784957000,815.79],[1334784960000,815.78],[1334784961000,815.78],[1334785011000,816.0],[1334785140000,815.71],[1334785141000,815.71],[1334785284000,816.64],[1334785320000,816.55],[1334785321000,816.5],[1334785379000,816.72],[1334785446000,816.07],[1334785500000,816.32],[1334785501000,816.28],[1334785505000,816.37],[1334785638000,816.04],[1334785680000,816.35],[1334785681000,816.35],[1334785745000,816.27],[1334785832000,816.69],[1334785860000,816.54],[1334785861000,816.54],[1334785881000,816.72],[1334786029000,816.21],[1334786040000,816.33],[1334786041000,816.32],[1334786108000,816.23],[1334786149000,816.54],[1334786220000,816.3],[1334786221000,816.24],[1334786235000,816.38],[1334786377000,815.57],[1334786400000,815.76],[1334786401000,815.68],[1334786454000,815.55],[1334786532000,815.81],[1334786580000,815.72],[1334786581000,815.71],[1334786653000,815.7],[1334786760000,815.93],[1334786761000,815.93],[1334786903000,816.02],[1334786940000,815.84],[1334786941000,815.85],[1334786977000,815.81],[1334787116000,816.11],[1334787120000,816.09],[1334787121000,816.09],[1334787176000,815.99],[1334787285000,816.55],[1334787300000,816.54],[1334787301000,816.56],[1334787417000,816.23],[1334787480000,816.46],[1334787481000,816.44],[1334787595000,816.65],[1334787660000,816.57],[1334787661000,816.54],[1334787764000,816.79],[1334787840000,816.73],[1334787841000,816.78],[1334787882000,816.61],[1334787972000,817.0],[1334788020000,816.97],[1334788021000,816.91],[1334788096000,816.63],[1334788151000,817.04],[1334788200000,816.98],[1334788201000,816.98],[1334788203000,816.88],[1334791805000,816.92],[1334791817000,816.77],[1334791963000,817.08],[1334791980000,817.02],[1334791981000,817.03],[1334792065000,817.04],[1334792158000,816.4],[1334792160000,816.42],[1334792161000,816.52],[1334792340000,816.22],[1334792341000,816.22],[1334792391000,816.4],[1334792511000,815.62],[1334792520000,815.62],[1334792521000,815.55],[1334792534000,815.63],[1334792630000,814.97],[1334792700000,815.05],[1334792701000,815.07],[1334792706000,814.97],[1334792825000,815.58],[1334792880000,815.18],[1334792881000,815.12],[1334792885000,815.17],[1334792975000,814.88],[1334793060000,814.91],[1334793061000,814.91],[1334793091000,815.08],[1334793172000,814.8],[1334793240000,814.92],[1334793241000,814.92],[1334793316000,815.05],[1334793420000,814.24],[1334793421000,814.24],[1334793478000,814.17],[1334793599000,814.6],[1334793600000,814.59],[1334793601000,814.59],[1334793747000,814.9],[1334793780000,814.19],[1334793781000,814.18],[1334793940000,813.59],[1334793960000,813.72],[1334793961000,813.72],[1334793973000,813.87],[1334794126000,813.4],[1334794140000,813.41],[1334794141000,813.4],[1334794189000,813.63],[1334794302000,813.37],[1334794320000,813.5],[1334794321000,813.51],[1334794393000,813.29],[1334794472000,813.81],[1334794500000,813.66],[1334794501000,813.64],[1334794517000,813.69],[1334794623000,813.34],[1334794680000,813.45],[1334794681000,813.46],[1334794728000,813.34],[1334794844000,814.25],[1334794860000,813.93],[1334794861000,813.93],[1334794894000,813.91],[1334794967000,814.15],[1334795040000,814.01],[1334795041000,813.99],[1334795103000,814.07],[1334795177000,813.62],[1334795220000,813.78],[1334795221000,813.83],[1334795274000,813.77],[1334795325000,814.01],[1334795400000,813.97],[1334795401000,813.95],[1334795563000,812.69],[1334795580000,812.8],[1334795581000,812.78],[1334795631000,812.56],[1334795741000,813.07],[1334795760000,812.96],[1334795761000,812.96],[1334795810000,813.02],[1334795883000,812.56],[1334795940000,812.64],[1334795941000,812.63],[1334795943000,812.67],[1334796071000,812.47],[1334796120000,812.52],[1334796121000,812.52],[1334796139000,812.49],[1334796292000,813.18],[1334796300000,813.15],[1334796301000,813.17],[1334796315000,813.12],[1334796453000,813.43],[1334796480000,813.26],[1334796481000,813.26],[1334796526000,813.49],[1334796546000,813.41]],"show_1D":true,"prev_close":819.27,"selectedPeriod":"1D","precision":2,"exch_close_time":1334801700000,"exch_open_time":1334779200000};
1429
+ </script>
1430
+
1431
+ <div id="container_quote_chart">
1432
+ <div id="loading_overlay"></div>
1433
+ <div id="no_chart_data_overlay">
1434
+ <div class="no_data_text">No chart data available.</div>
1435
+ </div>
1436
+ <div id="quote_chart_legend">
1437
+ <ul class="chart_legend_left">
1438
+ <li class="first">
1439
+ <span class="ticker">
1440
+ <em>TPX:IND</em>
1441
+ <span class="ticker_data">813.41</span>
1442
+ </span></li>
1443
+ </ul>
1444
+ </div>
1445
+
1446
+ <div id ="chart_view_options">
1447
+ <input id="chart_compare"
1448
+ onblur="BLOOMBERG.chartac.handleBlur();"
1449
+ onfocus="BLOOMBERG.chartac.handleFocus();"
1450
+ type="text" value="Compare"/>
1451
+ <ul>
1452
+ <li class="day selected">1D</li>
1453
+ <li class="month ">1M</li>
1454
+ <li class="year ">1Y</li>
1455
+ </ul>
1456
+ </div>
1457
+ <div id="quote_chart"></div>
1458
+ <div id="quote_chart_reporting">
1459
+ <div id="plotline_marker"><span class="arrow"></span><span class="plotline_data">819.27</span></div> <div id="reporting_x"></div>
1460
+ <div class="reporting_y" data-name="TPX:IND"><span class="arrow"></span><span class="reporting_y_data"></span></div> </div>
1461
+ <a href="/quote/TPX:IND/chart/" class="more">Interactive TPX Chart</a>
1462
+ <div id="prev_close_legend"><span>&hellip;</span><p>Previous Close</p></div>
1463
+ <div id="error_message_overlay"></div>
1464
+ <div id="error_message">
1465
+ <a id="close_error_message" href="javascript:;">✕</a>
1466
+ <div class="message"></div>
1467
+ </div>
1468
+ </div>
1469
+
1470
+
1471
+ </div>
1472
+
1473
+ <div class="profile_executive clearfix">
1474
+ <h2>Index Profile Information for TPX</h2>
1475
+
1476
+ <p class="profile">
1477
+ The TOPIX, also known as the Tokyo Stock Price Index, is a capitalization weighted index of all companies listed on the First Section of the Tokyo Stock Exchange. The index is supplemented by the subindices of the 33 industry sectors. The index calculation excludes temporary issues and preferred stocks, and has a base value of 100 as of January 4, 1968.
1478
+ </p>
1479
+ </div>
1480
+
1481
+
1482
+
1483
+ <h2>Top Gainers & Losers In TPX</h2>
1484
+ <div class="index_movers">
1485
+
1486
+ <div class='standard_mini_data_module right_border'>
1487
+ <table class='dual_border_data_table right_margin'>
1488
+ <tr class='data_header'>
1489
+ <th class='name'>Top Gainers</th>
1490
+ <th>% Change</th>
1491
+ </tr>
1492
+ <tr>
1493
+ <td class='name'><a href="/quote/7972:JP" title="Itoki Corp (7972)">Itoki Corp</a></td>
1494
+ <td class='up'>+13.23%</td>
1495
+
1496
+ </tr>
1497
+ <tr>
1498
+ <td class='name'><a href="/quote/6675:JP" title="Saxa Holdings Inc (6675)">Saxa Holdings Inc</a></td>
1499
+ <td class='up'>+8.86%</td>
1500
+
1501
+ </tr>
1502
+ <tr>
1503
+ <td class='name'><a href="/quote/6470:JP" title="Taiho Kogyo Co Ltd (6470)">Taiho Kogyo Co Ltd</a></td>
1504
+ <td class='up'>+7.12%</td>
1505
+
1506
+ </tr>
1507
+ <tr>
1508
+ <td class='name'><a href="/quote/4319:JP" title="Tac Co Ltd (4319)">Tac Co Ltd</a></td>
1509
+ <td class='up'>+6.98%</td>
1510
+
1511
+ </tr>
1512
+ <tr>
1513
+ <td class='name'><a href="/quote/8057:JP" title="Uchida Yoko Co Ltd (8057)">Uchida Yoko Co Ltd</a></td>
1514
+ <td class='up'>+5.81%</td>
1515
+
1516
+ </tr>
1517
+ <tr>
1518
+ <td class='name'><a href="/quote/4350:JP" title="Medical System Network Co Ltd (4350)">Medical System Netwo...</a></td>
1519
+ <td class='up'>+5.45%</td>
1520
+
1521
+ </tr>
1522
+ <tr>
1523
+ <td class='name'><a href="/quote/6208:JP" title="Ishikawa Seisakusho Ltd (6208)">Ishikawa Seisakusho ...</a></td>
1524
+ <td class='up'>+5.26%</td>
1525
+
1526
+ </tr>
1527
+ <tr>
1528
+ <td class='name'><a href="/quote/8897:JP" title="Takara Leben Co Ltd (8897)">Takara Leben Co Ltd</a></td>
1529
+ <td class='up'>+4.73%</td>
1530
+
1531
+ </tr>
1532
+ <tr>
1533
+ <td class='name'><a href="/quote/8923:JP" title="Tosei Corp (8923)">Tosei Corp</a></td>
1534
+ <td class='up'>+4.36%</td>
1535
+
1536
+ </tr>
1537
+ <tr>
1538
+ <td class='name'><a href="/quote/9726:JP" title="Kinki Nippon Tourist Co Ltd (9726)">Kinki Nippon Tourist...</a></td>
1539
+ <td class='up'>+4.13%</td>
1540
+
1541
+ </tr>
1542
+ </table>
1543
+ </div>
1544
+ <div class='standard_mini_data_module'>
1545
+ <table class='dual_border_data_table left_margin'>
1546
+ <tr class='data_header'>
1547
+ <th class='name'>Top Losers</th>
1548
+ <th>% Change</th>
1549
+ </tr>
1550
+ <tr>
1551
+ <td class='name'><a href="/quote/5202:JP" title="Nippon Sheet Glass Co Ltd (5202)">Nippon Sheet Glass C...</a></td>
1552
+ <td class='down'>-6.03%</td>
1553
+
1554
+ </tr>
1555
+ <tr>
1556
+ <td class='name'><a href="/quote/5917:JP" title="Sakurada Co Ltd (5917)">Sakurada Co Ltd</a></td>
1557
+ <td class='down'>-5.56%</td>
1558
+
1559
+ </tr>
1560
+ <tr>
1561
+ <td class='name'><a href="/quote/8551:JP" title="Kita-Nippon Bank Ltd/The (8551)">Kita-Nippon Bank Ltd...</a></td>
1562
+ <td class='down'>-5.41%</td>
1563
+
1564
+ </tr>
1565
+ <tr>
1566
+ <td class='name'><a href="/quote/5726:JP" title="OSAKA Titanium Technologies Co (5726)">OSAKA Titanium Techn...</a></td>
1567
+ <td class='down'>-5.33%</td>
1568
+
1569
+ </tr>
1570
+ <tr>
1571
+ <td class='name'><a href="/quote/4775:JP" title="Sogo Medical Co Ltd (4775)">Sogo Medical Co Ltd</a></td>
1572
+ <td class='down'>-4.81%</td>
1573
+
1574
+ </tr>
1575
+ <tr>
1576
+ <td class='name'><a href="/quote/9370:JP" title="Yusen Logistics Co Ltd (9370)">Yusen Logistics Co L...</a></td>
1577
+ <td class='down'>-4.29%</td>
1578
+
1579
+ </tr>
1580
+ <tr>
1581
+ <td class='name'><a href="/quote/1821:JP" title="Sumitomo Mitsui Construction Co Ltd (1821)">Sumitomo Mitsui Cons...</a></td>
1582
+ <td class='down'>-4.29%</td>
1583
+
1584
+ </tr>
1585
+ <tr>
1586
+ <td class='name'><a href="/quote/1919:JP" title="SxL Corp (1919)">SxL Corp</a></td>
1587
+ <td class='down'>-4.26%</td>
1588
+
1589
+ </tr>
1590
+ <tr>
1591
+ <td class='name'><a href="/quote/9704:JP" title="Tokai Kanko Co Ltd (9704)">Tokai Kanko Co Ltd</a></td>
1592
+ <td class='down'>-4.17%</td>
1593
+
1594
+ </tr>
1595
+ <tr>
1596
+ <td class='name'><a href="/quote/8600:JP" title="TOMONY Holdings Inc (8600)">TOMONY Holdings Inc</a></td>
1597
+ <td class='down'>-4.11%</td>
1598
+
1599
+ </tr>
1600
+ </table>
1601
+ </div>
1602
+
1603
+ </div>
1604
+
1605
+
1606
+ <div class="market_bottom_item">
1607
+
1608
+ <p>Quotes delayed, except where indicated otherwise. All prices in local currency. Time is ET.</p>
1609
+
1610
+ </div>
1611
+
1612
+ <div class="forex_ad_links">
1613
+ <p class="forex_sponsored">Sponsored Links</p>
1614
+ <p class="forex_header">Top Forex Trading Resources</p>
1615
+ <table>
1616
+ <tr>
1617
+ <th>
1618
+ <br />
1619
+ <a href="http://clk.atdmt.com/FXM/go/350153229/direct/01/" rel="nofollow" target="_blank">Why Trade Forex</a>
1620
+ <br />
1621
+ </th>
1622
+ <td>
1623
+ <br />
1624
+ <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>
1625
+ <br />
1626
+ </td>
1627
+ </tr>
1628
+ <tr>
1629
+ <th>
1630
+ <br />
1631
+ <a href="http://clk.atdmt.com/FXM/go/350155402/direct/01/" rel="nofollow" target="_blank">Free Trial Account</a>
1632
+ <br />
1633
+ </th>
1634
+ <td>
1635
+ <br />
1636
+ <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>
1637
+ <br />
1638
+ </td>
1639
+ </tr>
1640
+ <tr>
1641
+ <th>
1642
+ <br />
1643
+ <a href="http://clk.atdmt.com/FXM/go/384177503/direct/01/" rel="nofollow" target="_blank">New To Forex</a>
1644
+ <br />
1645
+ </th>
1646
+ <td>
1647
+ <br />
1648
+ <a href="http://clk.atdmt.com/FXM/go/384177503/direct/01/" rel="nofollow" target="_blank">Educational Forex Videos and Webinars</a>
1649
+ <br />
1650
+ </td>
1651
+ </tr>
1652
+ <tr>
1653
+ <th>
1654
+ <br />
1655
+ <a href="http://clk.atdmt.com/FXM/go/350158323/direct/01/" rel="nofollow" target="_blank">Learn Forex Free Guide</a>
1656
+ <br />
1657
+ </th>
1658
+ <td>
1659
+ <br />
1660
+ <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>
1661
+ <br />
1662
+ </td>
1663
+ </tr>
1664
+ <tr>
1665
+ <th>
1666
+ <br />
1667
+ <a href="http://clk.atdmt.com/FXM/go/350154234/direct/01/" rel="nofollow" target="_blank">Forex News</a>
1668
+ <br />
1669
+ </th>
1670
+ <td>
1671
+ <br />
1672
+ <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>
1673
+ <br />
1674
+ </td>
1675
+ </tr>
1676
+ </table>
1677
+ </div>
1678
+ </div>
1679
+
1680
+ <div class="quote_content_secondary">
1681
+
1682
+
1683
+
1684
+ <div class="component secondary_stories" id="most_popular_stories">
1685
+ <div class="header">
1686
+ <h3><a href="/popular/">Most Popular News</a></h3> </div>
1687
+ <ul class="news_group">
1688
+
1689
+ <li>
1690
+ <div class="news_item clearfix">
1691
+
1692
+ <span class="most_pop_number one"></span>
1693
+ <div class="q_link_wrapper">
1694
+ <a suid="M2N4106S972A01" data-id="M2N4106S972A01" data-type="Story" class="q story_link bar" href="/news/2012-04-17/spain-s-surging-bad-loans-cast-new-doubts-on-bank-cleanup-plan.html">Spain’s Surging Bad Loans Cast New Doubts on Bank Cleanup</a>
1695
+ </div>
1696
+ </div>
1697
+ </li>
1698
+
1699
+ <li>
1700
+ <div class="news_item clearfix">
1701
+
1702
+ <span class="most_pop_number two"></span>
1703
+ <div class="q_link_wrapper">
1704
+ <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>
1705
+ </div>
1706
+ </div>
1707
+ </li>
1708
+
1709
+ <li>
1710
+ <div class="news_item clearfix">
1711
+
1712
+ <span class="most_pop_number three"></span>
1713
+ <div class="q_link_wrapper">
1714
+ <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>
1715
+ </div>
1716
+ </div>
1717
+ </li>
1718
+
1719
+ <li>
1720
+ <div class="news_item clearfix">
1721
+
1722
+ <span class="most_pop_number four"></span>
1723
+ <div class="q_link_wrapper">
1724
+ <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>
1725
+ </div>
1726
+ </div>
1727
+ </li>
1728
+
1729
+ <li>
1730
+ <div class="news_item clearfix">
1731
+
1732
+ <span class="most_pop_number five"></span>
1733
+ <div class="q_link_wrapper">
1734
+ <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>
1735
+ </div>
1736
+ </div>
1737
+ </li>
1738
+
1739
+ </ul>
1740
+ <div class="more"><a class="more_url" href="/popular/">More Popular News</a></div>
1741
+ </div>
1742
+
1743
+ <script type="text/javascript">
1744
+ // This is for the most popular box lower on the page
1745
+ var most_popular_stories = $("#most_popular_stories .news_group").find("a");
1746
+ most_popular_stories.each(function(){
1747
+ $(this).mousedown(function() {
1748
+ BLOOMBERG.tracker.EVENTTRACK.record('most_popular_link', "event26", this.href);
1749
+ })
1750
+ });
1751
+ </script>
1752
+
1753
+ <script>
1754
+ function change_tabs(e) {
1755
+ e.preventDefault();
1756
+ var map_tab = $(this).attr('href') + "_panel";
1757
+ $('.tab_panel').removeClass('active');
1758
+ $(map_tab).addClass('active');
1759
+ $(this).parents('ul').find('a').removeClass('active');
1760
+ $(this).addClass('active');
1761
+ }
1762
+ $('ul.tabs a').bind('click', change_tabs);
1763
+ </script>
1764
+
1765
+
1766
+
1767
+
1768
+ <div class="dfp_ad_box ad_box ">
1769
+ <div class="ad_box_title">Advertisement</div>
1770
+
1771
+ <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">
1772
+ include_u_tag = true;
1773
+ adType = "DART";
1774
+ Keys = "blp.persfin/research/quote/us";
1775
+ dcop_val = "";
1776
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
1777
+ if (surroundTagVal != ""){
1778
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
1779
+ surroundTagVal="srnd="+surroundTagVal+";";
1780
+ }
1781
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
1782
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
1783
+ Size = "300x250,300x600";
1784
+ Tile = "3";
1785
+ Position = ";position=right2";
1786
+ if(sub_domain_name == 'bb20ad'){
1787
+ Keys = "blp.test";
1788
+ }
1789
+ ad_location = 'SideBar';
1790
+ if (ad_location == 'Interstitial'){
1791
+ if(no_dfp_interstitial == "false"){
1792
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1793
+ }
1794
+ }else{
1795
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1796
+ }
1797
+
1798
+ </script>
1799
+ <script type="text/javascript">
1800
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
1801
+ if(surroundTag == ""){
1802
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
1803
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
1804
+ 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.
1805
+ }
1806
+ }
1807
+ else{
1808
+ surroundTag="srnd="+surroundTag+";";
1809
+ }
1810
+
1811
+ </script>
1812
+
1813
+
1814
+ </div>
1815
+
1816
+ <div id="ind_job_widget" class="component clearfix">
1817
+ <div class="header">
1818
+ <h3>
1819
+ <a class="chevron" href="http://jobs.bloomberg.com/">
1820
+ Job Search
1821
+ </a>
1822
+ </h3>
1823
+ <a class="post_a_job" href="http://jobs.bloomberg.com/postjob.jsp">Post a Job &#0187;</a>
1824
+ </div>
1825
+ <div id="ind_job_list">
1826
+ <ul class="ind_default_links"><li><a href="http://jobs.bloomberg.com/jobs?q=VP+finance+&amp;l=">VP Finance jobs</a></li>
1827
+ <li><a href="http://jobs.bloomberg.com/jobs?q=finance+manager&amp;l=">Finance Manager jobs</a></li>
1828
+ <li><a href="http://jobs.bloomberg.com/jobs?q=director+of+finance&amp;l=">Director of Finance jobs</a></li>
1829
+ <li><a href="http://jobs.bloomberg.com/jobs?q=accounting+finance&amp;l=">Accounting Finance jobs</a></li>
1830
+ <li><a href="http://jobs.bloomberg.com/jobs?q=financial+operations&amp;l=">Financial operations jobs</a></li>
1831
+ <li><a href="http://jobs.bloomberg.com/jobs?q=financial+analyst&amp;l=">Financial Analyst jobs</a></li>
1832
+ <li><a href="http://jobs.bloomberg.com/jobs?q=private+equity&amp;l=">Private Equity jobs</a></li>
1833
+ <li><a href="http://jobs.bloomberg.com/jobs?q=corporate+finance&amp;l=">Corporate Finance jobs</a></li>
1834
+ <li><a href="http://jobs.bloomberg.com/jobs?q=venture+capital&amp;l=">Venture Capital jobs</a></li>
1835
+ <li><a href="http://jobs.bloomberg.com/jobs?q=banking&amp;l=">Banking jobs</a></li>
1836
+ <li><a href="http://jobs.bloomberg.com/jobs?q=trading&amp;l=">Trading jobs</a></li>
1837
+ <li><a href="http://jobs.bloomberg.com/jobs?q=bank+manager&amp;l=">Bank Manager jobs</a></li></ul>
1838
+ </div>
1839
+ <div class="ind_job_search">
1840
+ <div class="search_header clearfix">
1841
+ <span class="search_all">Search All Jobs</span>
1842
+ <span id="indeed_at"><a href="http://www.indeed.com/">jobs</a> by <a href="http://www.indeed.com/" title="Jobs by Indeed"><img alt="Indeed job search" src="http://cdn.gotraffic.net/v/20120417_153041/images/icons/jobsbyindeed.png" /></a></span>
1843
+ </div>
1844
+ <form method="get" onsubmit="BLOOMBERG.ind_job_widget.pre_process();" action="http://jobs.bloomberg.com/jobs">
1845
+ <input type="text" class="search_input" data-default="job title or company" value="" name="q">
1846
+ <input type="text" class="search_input" data-default="location" value="" name="l">
1847
+ <input type="submit" value="Go" class="search_go">
1848
+ </form>
1849
+ <script type="text/javascript">
1850
+ //<![CDATA[
1851
+ $(window).bind("load", function() {
1852
+ BLOOMBERG.ind_job_widget.initialize();
1853
+ });
1854
+
1855
+ //]]>
1856
+ </script> </div>
1857
+ </div>
1858
+ <script language="javascript" type="text/javascript" id="indscr1">
1859
+ var ind_pub = "7909436381758534";
1860
+ var ind_el = "ind_job_list";
1861
+ var ind_pf = null;
1862
+ var ind_q = "\"banking\" OR \"private equity\" OR \"financial analyst\"";
1863
+ var ind_l = null;
1864
+ var ind_n = 5;
1865
+ var ind_d = "http://www.indeed.com";
1866
+ var ind_t = 45;
1867
+ var ind_c = 30;
1868
+ </script>
1869
+ <script language="javascript" type="text/javascript" id="indscr2">
1870
+ $(window).bind("load", function() {
1871
+ (function() { var lq = (function(a){ var ck = String(document.cookie); var pos = ck.indexOf(a+'='); if (pos == -1) return ''; var d = ck.indexOf(';', pos); var e = ck.indexOf(':', pos); return ck.substring(pos + a.length + 1, d == -1 ? (e == -1 ? ck.length : e) : (e == -1 ? d : (e < d ? e : d))); })("IND_RQ"); var s = document.createElement("script"), h = document.getElementsByTagName("head")[0]; s.async = true; s.src = ind_d + "/ads/jwidget.js?pub=" + escape(ind_pub) + "&el=" + escape(ind_el) + (ind_pf ? "&pf=" + ind_pf : "") + "&q=" + escape(ind_q) + (ind_l ? "&l=" + escape(ind_l) : "") + (ind_n ? "&n=" + ind_n : "") + (lq ? "&lq=" + escape(lq) : "") + "&lm=" + (ind_t ? ind_t : "") + "+" + (ind_c ? ind_c : ""); h.appendChild(s); })();
1872
+ });
1873
+ </script>
1874
+
1875
+
1876
+
1877
+
1878
+ <div class="dfp_ad_box ad_box ">
1879
+ <div class="ad_box_title">Advertisement</div>
1880
+
1881
+ <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">
1882
+ include_u_tag = true;
1883
+ adType = "DART";
1884
+ Keys = "blp.persfin/research/quote/us";
1885
+ dcop_val = "";
1886
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
1887
+ if (surroundTagVal != ""){
1888
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
1889
+ surroundTagVal="srnd="+surroundTagVal+";";
1890
+ }
1891
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
1892
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
1893
+ Size = "300x250,1x1";
1894
+ Tile = "3";
1895
+ Position = ";position=right2";
1896
+ if(sub_domain_name == 'bb20ad'){
1897
+ Keys = "blp.test";
1898
+ }
1899
+ ad_location = 'SideBar';
1900
+ if (ad_location == 'Interstitial'){
1901
+ if(no_dfp_interstitial == "false"){
1902
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1903
+ }
1904
+ }else{
1905
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1906
+ }
1907
+
1908
+ </script>
1909
+ <script type="text/javascript">
1910
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
1911
+ if(surroundTag == ""){
1912
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
1913
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
1914
+ 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.
1915
+ }
1916
+ }
1917
+ else{
1918
+ surroundTag="srnd="+surroundTag+";";
1919
+ }
1920
+
1921
+ </script>
1922
+
1923
+
1924
+ </div>
1925
+
1926
+
1927
+
1928
+
1929
+ <div class="right_rail_marchex">
1930
+ <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>
1931
+ </div>
1932
+
1933
+ <div class="dfp_ad_box ad_box "><div class="ad_box_title">Advertisements</div>
1934
+ <div class="micro_bar_content">
1935
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_1">
1936
+
1937
+ <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">
1938
+ include_u_tag = true;
1939
+ adType = "DART";
1940
+ Keys = "blp.persfin/research/quote/us";
1941
+ dcop_val = "";
1942
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
1943
+ if (surroundTagVal != ""){
1944
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
1945
+ surroundTagVal="srnd="+surroundTagVal+";";
1946
+ }
1947
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
1948
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
1949
+ Size = "88x31";
1950
+ Tile = "4";
1951
+ Position = ";position=tradebar01";
1952
+ if(sub_domain_name == 'bb20ad'){
1953
+ Keys = "blp.test";
1954
+ }
1955
+ ad_location = 'Tiny0';
1956
+ if (ad_location == 'Interstitial'){
1957
+ if(no_dfp_interstitial == "false"){
1958
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1959
+ }
1960
+ }else{
1961
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
1962
+ }
1963
+
1964
+ </script>
1965
+ <script type="text/javascript">
1966
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
1967
+ if(surroundTag == ""){
1968
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
1969
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
1970
+ 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.
1971
+ }
1972
+ }
1973
+ else{
1974
+ surroundTag="srnd="+surroundTag+";";
1975
+ }
1976
+
1977
+ </script>
1978
+
1979
+
1980
+ </div>
1981
+
1982
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_2">
1983
+
1984
+ <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">
1985
+ include_u_tag = true;
1986
+ adType = "DART";
1987
+ Keys = "blp.persfin/research/quote/us";
1988
+ dcop_val = "";
1989
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
1990
+ if (surroundTagVal != ""){
1991
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
1992
+ surroundTagVal="srnd="+surroundTagVal+";";
1993
+ }
1994
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
1995
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
1996
+ Size = "88x31";
1997
+ Tile = "5";
1998
+ Position = ";position=tradebar02";
1999
+ if(sub_domain_name == 'bb20ad'){
2000
+ Keys = "blp.test";
2001
+ }
2002
+ ad_location = 'Tiny1';
2003
+ if (ad_location == 'Interstitial'){
2004
+ if(no_dfp_interstitial == "false"){
2005
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2006
+ }
2007
+ }else{
2008
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2009
+ }
2010
+
2011
+ </script>
2012
+ <script type="text/javascript">
2013
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2014
+ if(surroundTag == ""){
2015
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2016
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2017
+ 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.
2018
+ }
2019
+ }
2020
+ else{
2021
+ surroundTag="srnd="+surroundTag+";";
2022
+ }
2023
+
2024
+ </script>
2025
+
2026
+
2027
+ </div>
2028
+
2029
+
2030
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_4">
2031
+
2032
+ <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">
2033
+ include_u_tag = true;
2034
+ adType = "DART";
2035
+ Keys = "blp.persfin/research/quote/us";
2036
+ dcop_val = "";
2037
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
2038
+ if (surroundTagVal != ""){
2039
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
2040
+ surroundTagVal="srnd="+surroundTagVal+";";
2041
+ }
2042
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
2043
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
2044
+ Size = "88x31";
2045
+ Tile = "6";
2046
+ Position = ";position=tradebar03";
2047
+ if(sub_domain_name == 'bb20ad'){
2048
+ Keys = "blp.test";
2049
+ }
2050
+ ad_location = 'Tiny2';
2051
+ if (ad_location == 'Interstitial'){
2052
+ if(no_dfp_interstitial == "false"){
2053
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2054
+ }
2055
+ }else{
2056
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2057
+ }
2058
+
2059
+ </script>
2060
+ <script type="text/javascript">
2061
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2062
+ if(surroundTag == ""){
2063
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2064
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2065
+ 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.
2066
+ }
2067
+ }
2068
+ else{
2069
+ surroundTag="srnd="+surroundTag+";";
2070
+ }
2071
+
2072
+ </script>
2073
+
2074
+
2075
+ </div>
2076
+
2077
+
2078
+ <div class="micro_bar_ad micro_bar_space" id="SideBar_micro_5">
2079
+
2080
+ <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">
2081
+ include_u_tag = true;
2082
+ adType = "DART";
2083
+ Keys = "blp.persfin/research/quote/us";
2084
+ dcop_val = "";
2085
+ if (typeof surroundTag == "undefined" || surroundTag == "null") surroundTag = "";
2086
+ if (surroundTagVal != ""){
2087
+ surroundTagVal=BLOOMBERG.util.Cookie.get("surroundId");
2088
+ surroundTagVal="srnd="+surroundTagVal+";";
2089
+ }
2090
+ if (typeof surroundTagVal == "undefined" || surroundTagVal == "null") surroundTagVal = "";
2091
+ if (typeof sub_domain_name == "undefined" || sub_domain_name == "null") sub_domain_name = "";
2092
+ Size = "88x31";
2093
+ Tile = "7";
2094
+ Position = ";position=tradebar04";
2095
+ if(sub_domain_name == 'bb20ad'){
2096
+ Keys = "blp.test";
2097
+ }
2098
+ ad_location = 'Tiny3';
2099
+ if (ad_location == 'Interstitial'){
2100
+ if(no_dfp_interstitial == "false"){
2101
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2102
+ }
2103
+ }else{
2104
+ CallDfpAd(adType, HCat+dcop_val+surroundTagVal, Size, Tile, Keys, Position, include_u_tag);
2105
+ }
2106
+
2107
+ </script>
2108
+ <script type="text/javascript">
2109
+ surroundTag=BLOOMBERG.util.Cookie.get("surroundId");
2110
+ if(surroundTag == ""){
2111
+ if((surroundTag == "")&&(adid != "")){ // check if the ad should start a surround session only if a surround session has not yet started
2112
+ surroundTag="srnd="+adid+";"; // setup the key-value for a surround session
2113
+ 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.
2114
+ }
2115
+ }
2116
+ else{
2117
+ surroundTag="srnd="+surroundTag+";";
2118
+ }
2119
+
2120
+ </script>
2121
+
2122
+
2123
+ </div>
2124
+
2125
+
2126
+
2127
+
2128
+ </div>
2129
+ </div>
2130
+ </div>
2131
+ </div>
2132
+ </div>
2133
+
2134
+ </div>
2135
+
2136
+
2137
+ </div>
2138
+ <div id="secondary_content">
2139
+
2140
+
2141
+ </div>
2142
+
2143
+ </div>
2144
+
2145
+ <div id="symac_suggest"></div>
2146
+ </div>
2147
+
2148
+
2149
+ <div id="footer_container" class="base_container">
2150
+ <div id="footer" class="clearfix">
2151
+ <div id="footer_social" class="footer_group">
2152
+ <div><a id="footer_logo" class="logo_img" href="/">Bloomberg</a></div>
2153
+ <ul>
2154
+ <li><a rel="external" class="facebook" id="footer_facebook" href="http://www.facebook.com/BloombergNews">Bloomberg on<br/>Facebook</a></li>
2155
+ <li><a rel="external" class="twitter" id="footer_twitter" href="http://www.twitter.com/bloombergnews">Follow Bloomberg<br/>on Twitter</a></li>
2156
+ <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>
2157
+ </ul>
2158
+ <div class="mobile-redirect"></div>
2159
+ <script type="text/javascript">
2160
+ //<![CDATA[
2161
+ BLOOMBERG.mobile.show_mobile_redirect_link();
2162
+
2163
+ //]]>
2164
+ </script>
2165
+
2166
+ </div>
2167
+ <div id="footer_more" class="footer_group">
2168
+ <h4>More from Bloomberg</h4>
2169
+ <ul>
2170
+ <li><a rel="external" id="footer_businessweek" href="http://www.businessweek.com/">Bloomberg Businessweek</a></li>
2171
+ <li><a rel="external" id="footer_businessexchange" href="http://bx.businessweek.com/">Business Exchange</a></li>
2172
+ <li><a rel="external" id="footer_brief" href="http://www.bloomberg.com/brief">Bloomberg Briefs</a></li>
2173
+ <li><a rel="external" id="footer_bgov" href="http://www.bgov.com/">Bloomberg Government</a></li>
2174
+ <li><a rel="external" id="footer_bht" href="http://www.bloomberght.com/">Bloomberg HT</a></li>
2175
+ <li><a rel="external" id="footer_binstitute" href="http://www.bloomberginstitute.com/">Bloomberg Institute</a></li>
2176
+ <li><a rel="external" id="footer_bjapan" href="http://www.bloomberg.co.jp">ブルームバーグ(日本語)</a></li>
2177
+ <li><a rel="external" id="footer_blaw" href="http://www.bloomberglaw.com">Bloomberg Law</a></li>
2178
+ <li><a rel="external" id="footer_bbna" href="http://www.bna.com/">Bloomberg BNA</a></li>
2179
+ </ul>
2180
+ <ul>
2181
+ <li><a rel="external" id="footer_bblink" href="http://www.bloomberglink.com/">Bloomberg Link</a></li>
2182
+ <li><a href="/markets-magazine/">Bloomberg Markets Magazine</a></li>
2183
+ <li><a rel="external" id="footer_new_energy_finance" href="http://www.newenergyfinance.com/">Bloomberg New Energy Finance</a></li>
2184
+ <li><a rel="external" id="footer_open_symbol" href="http://open.bloomberg.com/">Bloomberg Open</a></li>
2185
+ <li><a rel="external" id="footer_bpress" href="http://www.wiley.com/remsection.cgi?discount=BLOOM&amp;navid=404407">Bloomberg Press</a></li>
2186
+ <li><a rel="external" id="footer_bsports" href="http://www.bloombergsports.com/">Bloomberg Sports</a></li>
2187
+ <li><a rel="external" id="footer_jobs_by_indeed" href="http://jobs.bloomberg.com/">Jobs by Indeed</a></li>
2188
+ <li id="footer_bloomberg_blog">
2189
+ <a rel="external" class="blog_link" href="http://inside.bloomberg.com/">Bloomberg Blog</a>
2190
+ <a rel="external" class="blog_rss_link" href="http://inside.bloomberg.com/blog/atom.xml">Bloomberg Blog RSS</a>
2191
+ </li>
2192
+ </ul>
2193
+ </div>
2194
+ <div id="footer_company" class="footer_group">
2195
+ <h4>Company</h4>
2196
+ <ul>
2197
+ <li><a href="/company/">About Bloomberg</a></li>
2198
+ <li><a href="/careers/">Careers</a></li>
2199
+ <li><a href="/about/pressroom/">Press Room</a></li>
2200
+ <li><a class="footer_link" href="http://www.bloombergmedia.com/">Advertising</a></li>
2201
+ <li><a href="/about/contact/">Contact Us</a></li>
2202
+ <li><a href="http://www.bloomberg.cn/">&#20851;&#20110;&#24429;&#21338;&#20013;&#22269;</a></li>
2203
+ <li><a href="http://about.bloomberg.co.jp/">会社概要(日本語)</a></li>
2204
+ </ul>
2205
+ <ul>
2206
+ <li><a href="/help.html">Help</a></li>
2207
+ <li><a href="/sitemap/">Sitemap</a></li>
2208
+ <li><a href="/notices/trademarks.html">Trademarks</a></li>
2209
+ <li><a href="/apps/feedback">Feedback</a></li>
2210
+ <li><a class="footer_link" href="/notices/tos.html">Terms of Service</a></li>
2211
+ <li><a class="footer_link" href="/notices/privacy.html">Privacy Policy</a></li>
2212
+ </ul>
2213
+ </div>
2214
+ <div id="footer_bottom_part">
2215
+ <div id="opinion_lab">
2216
+ <a href="javascript:void(0);" onClick="oOobj2.OnClick()">
2217
+ <img src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionOO4S/sm_FAB000_oo.gif" border="0" title="Rate this Page" style="margin-right:5px;" />
2218
+ Rate this Page
2219
+ </a>
2220
+ </div>
2221
+ <div id="copyright_statement">
2222
+ <span>&copy;2012 BLOOMBERG L.P. ALL RIGHTS RESERVED.</span>
2223
+ <a href="http://nytm.org/made" target="_blank" rel="nofollow external" id="made_in_nyc">Made in NYC</a>
2224
+ </div>
2225
+ </div>
2226
+ </div>
2227
+ </div>
2228
+ <script type="text/javascript">
2229
+ if (reg_enabled) {
2230
+ document.write("<scr" + "ipt type='text/javascript' src='http://cdn.gotraffic.net/r/v/20120412_170304/javascripts/breg-min.js'>" + "</scr" + "ipt>");
2231
+ $(document).ready(function() {
2232
+ if (BLOOMBERG.user){ BLOOMBERG.user.init({"enable_tracking_cookies":true,"u":"https://login.bloomberg.com"}); }
2233
+ });
2234
+ }
2235
+ if (q_enabled && reg_enabled) {
2236
+ document.write("<scr" + "ipt type='text/javascript' src='http://cdn.gotraffic.net/q/v/20120413_173904/javascripts/q-min.js'>" + "</scr" + "ipt>");
2237
+ $(document).ready(function() {
2238
+ if (BLOOMBERG.queue){ BLOOMBERG.queue.init({"url":"https://login.bloomberg.com/q"}); }
2239
+ });
2240
+ }
2241
+ </script>
2242
+
2243
+
2244
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/jquery-ui-1.8.16.autocomplete.min.js" type="text/javascript"></script>
2245
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/javascripts/markets/chart_autocomplete-min.js" type="text/javascript"></script>
2246
+
2247
+ <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>
2248
+ <script type="text/javascript">
2249
+ //<![CDATA[
2250
+
2251
+ var recommendation_cookie = BLOOMBERG.util.Cookie.get("hprec201202");
2252
+ var reco_more_stories = BLOOMBERG.util.Cookie.get("morestories201112");
2253
+ var ga_page_name = ((typeof(Description) != 'undefined') ? Description : '').replace(/\//g,":");
2254
+ var ga_companypage = BLOOMBERG.util.Cookie.get("companypage");
2255
+ var ga_viewvsopinion = BLOOMBERG.util.Cookie.get("bviewopn");
2256
+ var pageTrackingVariables = [];
2257
+
2258
+ pageTrackingVariables.push({name:'recommendation_cookie', value:recommendation_cookie, scope:1})
2259
+ pageTrackingVariables.push({name:'morestories201112', value:reco_more_stories, scope:1})
2260
+ pageTrackingVariables.push({name:'name', value:ga_page_name, scope:3})
2261
+ pageTrackingVariables.push({name:'companypages', value:ga_companypage, scope:1})
2262
+ pageTrackingVariables.push({name:'viewvsopinion', value:ga_viewvsopinion, scope:1})
2263
+
2264
+ //]]>
2265
+ </script>
2266
+
2267
+ <div id="third_party_trackers">
2268
+ <script type="text/javascript">
2269
+ var comScoreTrackingParams = {};
2270
+ for(var i=0;i<pageTrackingVariables.length; i++){
2271
+ comScoreTrackingParams[pageTrackingVariables[i].name] = pageTrackingVariables[i].value;
2272
+ }
2273
+ BLOOMBERG.comscore.track(comScoreTrackingParams);
2274
+ </script>
2275
+ <noscript><p><img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=3005059" height="1" width="1" alt="*"></p></noscript>
2276
+
2277
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionOO4S/oo_engine_c_all-min.js" type="text/javascript"></script>
2278
+ <script src="http://cdn.gotraffic.net/v/20120417_153041/onlineopinionOO4S/oo_conf_en-US_inline_stories-min.js" type="text/javascript"></script>
2279
+
2280
+
2281
+ <script type="text/javascript">
2282
+ // <![CDATA[
2283
+ try {
2284
+ var _gaq = _gaq || [];
2285
+ _gaq.push(['_setAccount', BLOOMBERG.global_var.gaTrackAcct]);
2286
+ for(var i=0;i<pageTrackingVariables.length;i++){
2287
+ if (i >= 5){ break; }
2288
+ _gaq.push(['_setCustomVar', i+1, pageTrackingVariables[i].name, pageTrackingVariables[i].value, pageTrackingVariables[i].scope]);
2289
+ }
2290
+ if(typeof(bbPageTrackUrl) == 'undefined')
2291
+ _gaq.push(['_trackPageview']);
2292
+ else
2293
+ _gaq.push(['_trackPageview', bbPageTrackUrl]);
2294
+
2295
+ (function() {
2296
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2297
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
2298
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
2299
+ })();
2300
+ } catch(err) {
2301
+ //
2302
+ }
2303
+ // ]]>
2304
+ </script>
2305
+
2306
+
2307
+ <script type="text/javascript">
2308
+ //<![CDATA[
2309
+ function DM_prepClient(csid, client) {
2310
+ }
2311
+ $(window).bind("load", function() {
2312
+ $.getScript('http://js.revsci.net/gateway/gw.js?csid=K05539&auto=t');
2313
+ });
2314
+
2315
+ //]]>
2316
+ </script>
2317
+ <script type='text/javascript'>
2318
+ var _sf_async_config={};
2319
+ _sf_async_config.uid = 15087;
2320
+ _sf_async_config.domain = 'bloomberg.com';
2321
+ _sf_async_config.sections = '';
2322
+ _sf_async_config.authors = '';
2323
+ (function(){
2324
+ function loadChartbeat() {
2325
+ window._sf_endpt=(new Date()).getTime();
2326
+ var e = document.createElement('script');
2327
+ e.setAttribute('language', 'javascript');
2328
+ e.setAttribute('type', 'text/javascript');
2329
+ e.setAttribute('src',
2330
+ (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') +
2331
+ 'js/chartbeat.js');
2332
+ document.body.appendChild(e);
2333
+ }
2334
+ var oldonload = window.onload;
2335
+ window.onload = (typeof window.onload != 'function') ?
2336
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
2337
+ })();
2338
+ </script>
2339
+
2340
+ <!-- START Nielsen Online SiteCensus V6.0 -->
2341
+ <!-- COPYRIGHT 2010 Nielsen Online -->
2342
+ <script type="text/javascript">
2343
+ $(window).load(function () {
2344
+ var d = new Image(1, 1);
2345
+ d.onerror = d.onload = function () {
2346
+ d.onerror = d.onload = null;
2347
+ };
2348
+ 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('');
2349
+ });
2350
+ </script>
2351
+ <noscript>
2352
+ <div>
2353
+ <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-905417h&amp;cg=0&amp;cc=1&amp;ts=noscript"
2354
+ width="1" height="1" alt="" />
2355
+ </div>
2356
+ </noscript>
2357
+ <!-- END Nielsen Online SiteCensus V6.0 -->
2358
+
2359
+ </div>
2360
+ <!--
2361
+ production_happ
2362
+ 5.223573 : Thu Apr 19 01:09:58 -0400 2012
2363
+ -->
2364
+ <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() {
2365
+ NREUMQ.push(["load",new Date().getTime()]);
2366
+ var e=document.createElement("script");
2367
+ e.type="text/javascript";e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/30/eum/rum.js";
2368
+ document.body.appendChild(e);
2369
+ if(NREUMQ.a)NREUMQ.a();
2370
+ };
2371
+ NREUMQ.a=window.onload;window.onload=NREUMQ.f;
2372
+ };
2373
+ NREUMQ.push(["nrfj","beacon-1.newrelic.com","32a39e099b",150953,"JVwPEhAJDlRSQ0tUBxRYBBIRSRNNWEUBFg8IVwQe",0,36,new Date().getTime(),"","","","",""])</script></body>
2374
+ </html>