charles 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE +22 -0
  4. data/README.md +10 -0
  5. data/Rakefile +13 -0
  6. data/bin/charles +23 -0
  7. data/charles.gemspec +25 -0
  8. data/lib/charles/document.rb +177 -0
  9. data/lib/charles/images.rb +77 -0
  10. data/lib/charles/internal_attributes.rb +40 -0
  11. data/lib/charles/misc.rb +84 -0
  12. data/lib/charles/version.rb +3 -0
  13. data/lib/charles.rb +66 -0
  14. data/optimise.rb +72 -0
  15. data/test/articles/20120525_1525_straitstimes.com.content.txt +5 -0
  16. data/test/articles/20120525_1525_straitstimes.com.html +1929 -0
  17. data/test/articles/20120525_1534_bbc.co.uk.content.txt +19 -0
  18. data/test/articles/20120525_1534_bbc.co.uk.html +1777 -0
  19. data/test/articles/20120525_1727_bbc.co.uk.content.txt +39 -0
  20. data/test/articles/20120525_1727_bbc.co.uk.html +1889 -0
  21. data/test/articles/20120525_1730_channelnewsasia.com.content.txt +19 -0
  22. data/test/articles/20120525_1730_channelnewsasia.com.html +963 -0
  23. data/test/articles/20120525_1733_channelnewsasia.com.content.txt +19 -0
  24. data/test/articles/20120525_1733_channelnewsasia.com.html +923 -0
  25. data/test/articles/20120525_1736_nytimes.com.content.txt +21 -0
  26. data/test/articles/20120525_1736_nytimes.com.html +856 -0
  27. data/test/articles/20120525_1743_nytimes.com.content.txt +11 -0
  28. data/test/articles/20120525_1743_nytimes.com.html +98 -0
  29. data/test/articles/20120525_1747_techcrunch.com.content.txt +11 -0
  30. data/test/articles/20120525_1747_techcrunch.com.html +1098 -0
  31. data/test/articles/20120528_0929_washingtonpost.com.content.txt +23 -0
  32. data/test/articles/20120528_0929_washingtonpost.com.html +3335 -0
  33. data/test/articles/20120528_0931_latimes.com.content.txt +45 -0
  34. data/test/articles/20120528_0931_latimes.com.html +6371 -0
  35. data/test/articles/20120528_0938_entertainment.time.com.content.txt +31 -0
  36. data/test/articles/20120528_0938_entertainment.time.com.html +1261 -0
  37. data/test/articles/20120528_0943_bloomberg.com.content.txt +13 -0
  38. data/test/articles/20120528_0943_bloomberg.com.html +2874 -0
  39. data/test/articles/20120528_0947_reuters.com.content.txt +35 -0
  40. data/test/articles/20120528_0947_reuters.com.html +1563 -0
  41. data/test/articles/20120528_1106_reuters.com.content.txt +5 -0
  42. data/test/articles/20120528_1106_reuters.com.html +551 -0
  43. data/test/articles/20120528_1109_musicthing.blogspot.co.uk.content.txt +19 -0
  44. data/test/articles/20120528_1109_musicthing.blogspot.co.uk.html +865 -0
  45. data/test/articles/20120528_1114_mobileinc.co.uk.content.txt +15 -0
  46. data/test/articles/20120528_1114_mobileinc.co.uk.html +550 -0
  47. data/test/articles/20120528_1119_forbes.com.content.txt +15 -0
  48. data/test/articles/20120528_1119_forbes.com.html +1406 -0
  49. data/test/articles/20120528_1122_techcrunch.com.content.txt +58 -0
  50. data/test/articles/20120528_1122_techcrunch.com.html +1131 -0
  51. data/test/articles/20120528_1126_blogs.adobe.com.content.txt +13 -0
  52. data/test/articles/20120528_1126_blogs.adobe.com.html +303 -0
  53. data/test/articles/20120528_1142_thestar.com.my.content.txt +27 -0
  54. data/test/articles/20120528_1142_thestar.com.my.html +943 -0
  55. data/test/articles/20120528_1146_suntimes.com.content.txt +33 -0
  56. data/test/articles/20120528_1146_suntimes.com.html +5166 -0
  57. data/test/articles/20120528_1148_asiaone.com.content.txt +27 -0
  58. data/test/articles/20120528_1148_asiaone.com.html +1070 -0
  59. data/test/articles/20120529_1120_online.wsj.com.content.txt +56 -0
  60. data/test/articles/20120529_1120_online.wsj.com.html +3035 -0
  61. data/test/articles/20120529_1122_online.wsj.com.content.txt +35 -0
  62. data/test/articles/20120529_1122_online.wsj.com.html +2725 -0
  63. data/test/articles/20120529_1127_smh.com.au.content.txt +13 -0
  64. data/test/articles/20120529_1127_smh.com.au.html +2034 -0
  65. data/test/articles.yml +221 -0
  66. data/test/test_charles.rb +70 -0
  67. metadata +279 -0
@@ -0,0 +1,1070 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
86
+ <html xmlns="http://www.w3.org/1999/xhtml">
87
+
88
+ <head>
89
+ <META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">
90
+ <META NAME="ROBOTS" CONTENT="NOARCHIVE">
91
+
92
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
93
+ <meta http-equiv="Pragma" content="no-cache">
94
+
95
+ <title>Choo: Back on the ground today</title>
96
+ <meta property="og:title" content="Choo: Back on the ground today" />
97
+
98
+ <meta name="keywords" content="by-election, desmond choo, hougang">
99
+
100
+
101
+
102
+ <meta name="storyblurb" content="'I believe that the process of change has started.' -myp">
103
+ <meta property="og:description" content="'I believe that the process of change has started.' -myp" />
104
+
105
+ <meta name="thumbnailurl" content="/A1MEDIA/news/05May12/images/20120528.083508_dchoodtn.jpg">
106
+ <meta property="og:image" content="http://www.asiaone.com/A1MEDIA/news/05May12/images/20120528.083508_dchoodtn.jpg" />
107
+
108
+
109
+
110
+ <meta name="publicationdate" content="1338134400000">
111
+
112
+ <script language="javascript1.2" src="/a1mediajs/site/a1js/global_2011.js"></script>
113
+ <script language="JavaScript1.2" src="/a1media/site/scripts/lytebox.js"></script>
114
+
115
+
116
+ <link href="/a1media/site/style/story_2011.css" rel="stylesheet" type="text/css" />
117
+ <link href="/a1media/site/style/lytebox.css" rel="stylesheet" type="text/css">
118
+
119
+ <link rel="shortcut icon" href="/a1mediajs/site/favicon.ico">
120
+
121
+ <!-- ===================================================================================================== -->
122
+ <script language='JavaScript' src="/static/ads/adadmin.js"></script>
123
+ <script language='JavaScript' src="/static/ads/scripts/adscripts1.js"></script>
124
+ <script language='JavaScript' src="/static/ads/scripts/adscripts2.js"></script>
125
+ <!-- ===================================================================================================== -->
126
+
127
+ <!-- Navigation Starts -->
128
+ <link rel="stylesheet" type="text/css" href="/a1media/site/style/ddsmoothmenu.css" />
129
+ <link rel="stylesheet" type="text/css" href="/a1media/site/style/ddsmoothmenu-v.css" />
130
+
131
+ <script type="text/javascript" src="/a1mediajs/site/a1js/jquery.min.js"></script>
132
+ <script type="text/javascript" src="/a1mediajs/site/a1js/ddsmoothmenu.js">
133
+ /***********************************************
134
+ * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
135
+ * This notice MUST stay intact for legal use
136
+ * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
137
+ ***********************************************/
138
+ </script>
139
+
140
+ <script type="text/javascript">
141
+
142
+ ddsmoothmenu.init({
143
+ mainmenuid: "smoothmenu1", //menu DIV id
144
+ orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
145
+ classname: 'ddsmoothmenu', //class added to menu's outer DIV
146
+ //customtheme: ["#1c5a80", "#18374a"],
147
+ contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
148
+ })
149
+
150
+ ddsmoothmenu.init({
151
+ mainmenuid: "smoothmenu2", //Menu DIV id
152
+ orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
153
+ classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
154
+ //customtheme: ["#804000", "#482400"],
155
+ contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
156
+ })
157
+
158
+ </script>
159
+ <!-- Navigation Ends -->
160
+ <!---sect photo carousel--->
161
+ <script type="text/javascript" src="/a1mediajs/site/a1js/jquery-1.3.2.min.js"></script>
162
+ <script type="text/javascript" src="/a1mediajs/site/a1js/jcarousellite_1.0.1.pack.js"></script>
163
+ <script type="text/javascript" src="/a1mediajs/site/a1js/captify.tiny.js"></script>
164
+ <script type="text/javascript" src="/a1mediajs/site/a1js/scroll.js"></script>
165
+ <!---end photo carousel--->
166
+
167
+ </head>
168
+ <form name="nav">
169
+ <input type="hidden" name="secId" value="92f2818beb970110VgnVCM100000350a0a0aRCRD"/>
170
+ </form>
171
+ <body>
172
+ <!-- BEGIN EFFECTIVE MEASURE CODE -->
173
+ <!-- COPYRIGHT EFFECTIVE MEASURE -->
174
+ <script type="text/javascript">
175
+ (function() {
176
+ var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true;
177
+ em.src = ('https:' == document.location.protocol ? 'https://sg-ssl' : 'http://sg-cdn') + '.effectivemeasure.net/em.js';
178
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(em, s);
179
+ })();
180
+ </script>
181
+ <noscript>
182
+ <img src="//sg.effectivemeasure.net/em_image" alt="" style="position:absolute; left:-5px;" />
183
+ </noscript>
184
+ <!--END EFFECTIVE MEASURE CODE -->
185
+ <div id="main_wrapper">
186
+ <div id="adspace"></div>
187
+ <div class="topnav">
188
+ <div class="roundtop">
189
+ <p><a href="http://www.asiaone.com/specials/asiaone-iphone/" target="_blank">iPHONE APP</a> | <a href="http://www.asiaone.com/mobile/" target="_blank">MOBILE</a> | <a href="http://www.asiaone.com/rss/rss.html" target="_blank">RSS FEED</a></p>
190
+ <ul>
191
+ <li><a href="http://sphreg.asiaone.com/RegAuth2/enMainMenu.html">LOGIN</a></li>
192
+ <li class="last"><a href="http://sphreg.asiaone.com/RegAuth2/enSignUp.html">REGISTER</a></li>
193
+ </ul>
194
+ <br class="clear" />
195
+ </div>
196
+ </div>
197
+ <div id="headerlogo">
198
+ <div class="fl_left"><a href="http://www.asiaone.com" target="_blank"><img src="/a1media/site/common/asiaone_logo.gif"></a></div>
199
+ <div class="subsect_news">NEWS</div>
200
+ <div class="search_news">
201
+ <!-- search from header ssi -->
202
+ <form action="http://www.asiaone.com/vgn-ext-templating/asiaone/search/A1MultipleSearchResults.jsp" id="cse-search-box" method="get" target="new">
203
+ <fieldset>
204
+ <input type="text" name="q" value="Search AsiaOne..." onfocus="this.value=(this.value=='Search AsiaOne...')? '' : this.value ;" onblur="this.value=(this.value=='')? 'Search AsiaOne...' : this.value;" />
205
+ <input type="hidden" name="cx" value="009076860783986227266:twgr1shu6je" id="searchCategory"/>
206
+ <input type="submit" value="Search" class="hmsearchbutton">
207
+ </fieldset>
208
+ </form>
209
+ </div>
210
+ </div>
211
+ <div class="clear">
212
+ <!--Navigation Starts - SSI File >>> a1home_header_navigation.html -->
213
+ <!-- Navigation start -->
214
+ <div id="nav_container_rev">
215
+ <div class="nav_lc_rev">
216
+ <div id="nav_menu_rev">
217
+ <div id="smoothmenu1" class="ddsmoothmenu">
218
+ <ul>
219
+ <li><a class="selected" href="http://www.asiaone.com/A1Home/A1Home.html" id="HOME">Home</a></li>
220
+ <li><a href="http://www.asiaone.com/html/services/" target="_blank">Services</a>
221
+ <ul>
222
+ <li><a href="http://web.asiaone.com/service/daily-horoscope.php?d=now" target="blank">Horoscope</a></li>
223
+ <li><a href="http://weather.asiaone.com.sg/" target="_blank">Weather</a></li>
224
+ <li><a href="http://forex.asiaone.com.sg/" target="_blank">Currency Converter</a></li>
225
+ <li><a href="http://flightinfo.asiaone.com.sg/" target="_blank">Flight Info</a></li>
226
+ </ul>
227
+ </li>
228
+ <li><a href="http://news.asiaone.com/News/AsiaOne%2BNews/AsiaOne%2BNews.html" target="_blank" id="NEWS">News</a>
229
+ <ul>
230
+ <li><a href="http://www.asiaone.com/News/Elections/Elections.html" target="_blank">Hougang By-Election</a></li>
231
+ <li><a href="http://news.asiaone.com/News/Latest%2BNews/Singapore/Singapore.html" target="_blank">Singapore</a></li>
232
+ <li><a href="http://news.asiaone.com/News/AsiaOne%2BNews/Malaysia/Malaysia.html" target="_blank">Malaysia</a></li>
233
+ <li><a href="http://news.asiaone.com/News/Latest%2BNews/World/World.html" target="_blank">World</a></li>
234
+ <li><a href="http://news.asiaone.com/News/AsiaOne%2BNews/Asia/Asia.html" target="_blank">Asia</a></li>
235
+ <li><a href="http://news.asiaone.com/News/AsiaOne%2BNews/Crime/Crime.html" target="_blank">Crime</a></li>
236
+ <li><a href="http://news.asiaone.com/News/AsiaOne%2BNews/Business/Business.html" target="_blank">Business</a></li>
237
+ <li><a href="http://news.asiaone.com/News/Latest%2BNews/Sports/Sports.html" target="_blank">Sports</a></li>
238
+ <li><a href="http://news.asiaone.com/News/Latest%2BNews/Showbiz/Showbiz.html" target="_blank">Showbiz</a></li>
239
+ <li><a href="http://multimedia.asiaone.com/Multimedia/Multimedia.html" target="_blank">Multimedia</a></li>
240
+ <li><a href="http://news.asiaone.com/News/Latest%2BNews/Science%2Band%2BTech/Science%2Band%2BTech.html" target="_blank">Science & Tech</a></li>
241
+ <li><a href="http://www.asiaone.com/News/Mailbox/Mailbox.html" target="_blank">Mailbox</a></li>
242
+ </ul>
243
+ </li>
244
+ <li><a href="http://business.asiaone.com/Business/Business.html" target="_blank">Business</a>
245
+ <ul>
246
+ <li><a href="http://business.asiaone.com/Business/News/News.html" target="_blank">News</a></li>
247
+ <li><a href="http://business.asiaone.com/Business/SME%2BCentral/SME%2BCentral.html" target="_blank">SME Central</a></li>
248
+ <li><a href="http://business.asiaone.com/Business/Office/Office.html" target="_blank">Office</a></li>
249
+ <li><a href="http://business.asiaone.com/Business/My%2BMoney/My%2BMoney.html" target="_blank">My Money</a></li>
250
+ <li><a href="http://ir.asiaone.com/Investor%2BRelations/Investor%2BRelations.html" >Investor Relations</a></li>
251
+ <li><a href="http://business.asiaone.com/Business/My%2BMoney/Property/Property.html" target="_blank">Property</a></li>
252
+ </ul>
253
+ </li>
254
+ <li><a href="http://forums.asiaone.com/" target="_blank">Forum</a>
255
+ <ul>
256
+ <li><a href="http://forums.asiaone.com/forumdisplay.php?f=230" target="_blank">Just talk</a></li>
257
+ <li><a href="http://forums.asiaone.com/forumdisplay.php?f=234" target="_blank">Crime</a></li>
258
+ <li><a href="http://forums.asiaone.com/forumdisplay.php?f=79" target="_blank">Sports</a></li>
259
+ <li><a href="http://forums.asiaone.com/forumdisplay.php?f=75" target="_blank">Regional</a></li>
260
+ <li><a href="http://forums.asiaone.com/forumdisplay.php?f=132" target="_blank">Contest</a></li>
261
+ <li><a href="http://forums.asiaone.com/forumdisplay.php?f=66" target="_blank">Helpdesk</a></li>
262
+ </ul>
263
+ </li>
264
+ <li><a href="http://www.yourhealth.com.sg" target="_blank">YourHealth</a>
265
+ <ul>
266
+ <li><a href="http://www.yourhealth.com.sg/category/news" target="_blank">News</a></li>
267
+ <li><a href="http://www.yourhealth.com.sg/category/body" target="_blank">Body</a></li>
268
+ <li><a href="http://www.yourhealth.com.sg/category/mind" target="_blank">Mind</a></li>
269
+ <li><a href="http://www.yourhealth.com.sg/category/soul" target="_blank">Soul</a></li>
270
+ <li><a href="http://www.yourhealth.com.sg/category/alternatives" target="_blank">Alternatives</a></li>
271
+ <li><a href="http://www.yourhealth.com.sg/category/lives" target="_blank">Case Studies</a></li>
272
+ <li><a href="http://www.yourhealth.com.sg/category/ask-the-expert" target="_blank">Ask the Experts</a></li>
273
+ <li><a href="http://www.yourhealth.com.sg/calories-checker/Local%20Food" target="_blank">Calorie checker</a></li>
274
+ <li><a href="http://www.yourhealth.com.sg/weight-loss-calculator" target="_blank">Weight loss calculator</a></li>
275
+ <li><a href="http://www.yourhealth.com.sg/activity-calculator" target="_blank">Activity calculator</a></li>
276
+ </ul>
277
+ </li>
278
+ <li><a href="http://www.soshiok.com/" target="_blank">SoShiok</a>
279
+ <ul>
280
+ <li><a href="http://www.soshiok.com/where_to_eat/soshiok_restaurants" target="_blank">Where to eat</a></li>
281
+ <li><a href="http://www.soshiok.com/critic/all" target="_blank">Critics' Choice</a></li>
282
+ <li><a href="http://www.soshiok.com/category/soshiok_recipes" target="_blank">Recipes</a></li>
283
+ <li><a href="http://www.soshiok.com/category/soshiok_cheers" target="_blank">Wine & Beverages</a></li>
284
+ </ul>
285
+ </li>
286
+ <li><a href="http://motoring.asiaone.com/Motoring/Motoring.html" target="_blank">Motoring</a>
287
+ <ul>
288
+ <li><a href="http://motoring.asiaone.com/Motoring/News/News.html" target="_blank">News</a></li>
289
+ <li><a href="http://motoring.asiaone.com/Motoring/Drivers/Drivers.html" target="_blank">Drivers</a></li>
290
+ <li><a href="http://motoring.asiaone.com/Motoring/Owners/Owners.html" target="_blank">Owners</a></li>
291
+ <li><a href="http://motoring.asiaone.com/Motoring/Test%2BDrive/Test%2BDrive.html" target="_blank">Test Drive</a></li>
292
+ <li><a href="http://motoring.asiaone.com/Motoring/Motorworld/Motorworld.html" target="_blank">Motorworld</a></li>
293
+ <li><a href="http://motoring.asiaone.com/Motoring/Drivers/Traffic%2BUpdate/Traffic%2BUpdate.html" target="_blank">Traffic Update</a></li>
294
+ <li><a href="http://motoring.asiaone.com/Motoring/Motorworld/Ask%2BAA/Ask%2BAA.html" target="_blank">Ask AA</a></li>
295
+ <li><a href="http://motoring.asiaone.com/Motoring/Owners/Buying%2BGuide/Buying%2BGuide.html" target="_blank">Buying Guide</a></li>
296
+ <li><a href="http://motoring.asiaone.com/Motoring/Drivers/Driving%2BTips/Driving%2BTips.html" target="_blank">Driving Tips</a></li>
297
+ </ul>
298
+ </li>
299
+ <li><a href="http://www.edvantage.com.sg/" target="_blank">Edvantage</a>
300
+ <ul>
301
+ <li><a href="http://www.edvantage.com.sg/edvantage/schoops/" target="_blank">Schoops</a></li>
302
+ <li><a href="http://www.edvantage.com.sg/edvantage/coursesearch/" target="_blank">Course Search</a></li>
303
+ <li><a href="http://www.edvantage.com.sg/edvantage/features/" target="_blank">Features</a></li>
304
+ <li><a href="http://www.edvantage.com.sg/edvantage/ask/" target="_blank">Ask</a></li>
305
+ <li><a href="http://www.edvantage.com.sg/edvantage/photos/" target="_blank">Photos</a></li>
306
+ <li><a href="http://www.edvantage.com.sg/edvantage/videos/" target="_blank">Videos</a></li>
307
+ <li><a href="http://www.edvantage.com.sg/edvantage/share/" target="_blank">Share</a></li>
308
+ </ul>
309
+ </li>
310
+ <li><a href="http://www.plushasia.com/" target="_blank">Plush</a>
311
+ <ul>
312
+ <li><a href="http://www.plushasia.com/category/society/luxury_news" target="_blank">Luxury News</a></li>
313
+ <li><a href="http://www.plushasia.com/category/society/people_personalities" target="_blank">People & Personalities</a></li>
314
+ <li><a href="http://www.plushasia.com/category/society/philanthropy" target="_blank">Philanthropy</a></li>
315
+ <li><a href="http://www.plushasia.com/category/high_life/art" target="_blank">Art</a></li>
316
+ <li><a href="http://www.plushasia.com/category/high_life/culture" target="_blank">Culture</a></li>
317
+ <li><a href="http://www.plushasia.com/category/high_life/pics_flicks" target="_blank">Pics & Flicks</a></li>
318
+ <li><a href="http://www.plushasia.com/category/indulge/big_toys" target="_blank">Big Toys</a></li>
319
+ <li><a href="http://www.plushasia.com/category/indulge/trinkets" target="_blank">Trinkets</a></li>
320
+ <li><a href="http://www.plushasia.com/category/indulge/chronometer" target="_blank">Chronometer</a></li>
321
+ <li><a href="http://www.plushasia.com/category/indulge/connoisseur" target="_blank">Connoisseur</a></li>
322
+ </ul>
323
+ </li>
324
+ <li class="nolink">Women
325
+ <ul>
326
+ <li><a href="http://www.herworldplus.com/?utm_source=asiaone.com&utm_medium=referral&utm_content=Header%2B-%2BHWPlus%2BLink&utm_campaign=A1homepage" target="_blank">HerWorld Plus</a></li>
327
+ <li><a href="http://www.divaasia.com/" target="_blank">Diva</a></li>
328
+ </ul>
329
+ </li>
330
+ <li><a href="http://www.relax.com.sg/relax/" target="_blank">Relax</a>
331
+ <ul>
332
+ <li><a href="http://www.relax.com.sg/relax/news/" target="_blank">News</a></li>
333
+ <li><a href="http://www.relax.com.sg/relax/features/" target="_blank">Features</a></li>
334
+ <li><a href="http://www.relax.com.sg/relax/tips/" target="_blank">Your Tips</a></li>
335
+ <li><a href="http://www.relax.com.sg/relax/yourphotosandvideos/" target="_blank">Your Photos & Videos</a></li>
336
+ <li><a href="http://www.relax.com.sg/relax/media/" target="_blank">Galleries</a></li>
337
+ </ul>
338
+ </li>
339
+ <li class="nolink">Tech
340
+ <ul>
341
+ <li><a href="http://www.hardwarezone.com.sg/?utm_source=asiaone&utm_medium=referral&utm_content=HWZ%2Bnav%2Btab&utm_campaign=A1HWZHomepage" target="_blank">Hardware Zone</a></li>
342
+ <li><a href="http://www.digitalone.com.sg/home" target="_blank">DigitalOne</a></li>
343
+ <li><a href="http://ad.doubleclick.net/clk;249405224;39581108;g?http://allaboutandroid.asiaone.com" target="_blank">All about Android</a></li>
344
+ </ul>
345
+ </li>
346
+ <li><a class="last" href="http://multimedia.asiaone.com/Multimedia/Multimedia.html" target="_blank">Multimedia</a>
347
+ <ul>
348
+ <li><a href="http://multimedia.asiaone.com/Multimedia/Multimedia/2.html" target="_blank">Photos</a></li>
349
+ <li><a href="http://multimedia.asiaone.com/Multimedia/Multimedia/3.html" target="_blank">Videos</a></li>
350
+ </ul>
351
+ </li>
352
+ </ul>
353
+ <br style="clear: left" />
354
+ </div>
355
+ </div>
356
+ </div>
357
+ </div>
358
+ <!-- Navigation End -->
359
+ <script type="text/javascript">
360
+ if('nw' == "nw"){
361
+ $("#NEWS").attr("class","selected");
362
+ $("#HOME").removeAttr("class");
363
+ }
364
+ </script>
365
+ <!--TopAd >>>> VM File -->
366
+ <div id="wrapper_ad">
367
+ <div id="small_tile_ad"><script src="http://adtag.asiaone.com/tag/a1/js/AsiaOne_news_home_bt.js" language="JavaScript1.1" type="text/javascript"></script></div>
368
+ <div id="leaderboard_ad"><!-- AdSpace asiaone Homepage 728X90 --><script src="http://adtag.asiaone.com/tag/a1/js/AsiaOne_news_home_lb.js" language="JavaScript1.1" type="text/javascript"></script></div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ <div id="artwrapper">
373
+ <div class="artwrapper_lft">
374
+ <div id="breadcrumbs">
375
+ <ul id="breadcrumbs">
376
+
377
+ <li><a href="http://www.asiaone.com/A1Home/A1Home.html">ASIAONE</a></li>
378
+
379
+ <li><a href="/News/AsiaOne%2BNews/AsiaOne%2BNews.html">NEWS</a></li>
380
+
381
+
382
+ <li>SINGAPORE</li>
383
+
384
+ </ul>
385
+ <div class="clear"></div>
386
+ </div>
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+ <script language="javasript">
410
+ var totalNoOfPages = "1";
411
+ </script>
412
+
413
+
414
+
415
+
416
+ <!-- ~RENDER PAGE MARKER~ -->
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+ <div id="art_title"><h1>Choo: Back on the ground today</h1></div>
426
+ <div class="article_txt clearfix" >
427
+ <div class="artimg"><img src="/A1MEDIA/news/05May12/images/20120528.083508_dchood.jpg" width="430" height="280"></div>
428
+
429
+ <div class="art_rgtcol">
430
+ <div id="foot_related">
431
+ <div class="foot_relatedlogo"></div>
432
+ <div class="clear"></div>
433
+ <div id="foot_relatedline"><img src="/a1media/site/common/story/subtitle_bg_line.gif"></div>
434
+ <div class="foot_socialarrow"><img src="/a1media/site/common/story/subtitle_arrow.gif"></div>
435
+ <div id="top_sharecontent">
436
+ <div class="dd_button">
437
+ <div class="share_w">
438
+ <img src="/a1media/site/common/story/share_word.gif">
439
+ </div>
440
+ </div>
441
+ <div class="dd_button">
442
+ <div class="sharethis shareicon">
443
+ <span class="st_sharethis"></span>
444
+ <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
445
+ <script type="text/javascript">stLight.options({publisher:'62399dc9-866f-47bd-8f12-f8f9ad43dbc8'});</script>
446
+ </div>
447
+ </div>
448
+ <div class="dd_button">
449
+ <div class="shareicon">
450
+ <script>
451
+ function openEmailA1AdminWindow(emailToFriendForm) {
452
+ var emailToFriendPageURL = emailToFriendForm.emailToFriendPageURL.value;
453
+ emailToFriendForm.action = emailToFriendPageURL;
454
+ emailToFriendForm.target="_blank";
455
+ emailToFriendForm.submit();
456
+ }
457
+ </script>
458
+ <form action="emailToFriend.jsp" method="POST" name="emailToFriendForm">
459
+ <input type="hidden" name="emailToFriendPageURL" value="/vgn-ext-templating/asiaone/emailToFriend.jsp?vgnextoid=f656631185097310VgnVCM100000430a0a0aRCRD&vgnextchannel=d48537ed11364310VgnVCM100000430a0a0aRCRD">
460
+ <input type="hidden" name="emailToFriendStoryLink" value="http://www.asiaone.com/News/Latest%2BNews/Singapore/Story/A1Story20120528-348743.html">
461
+ <a href="javascript:openEmailA1AdminWindow(document.emailToFriendForm)">
462
+ <img src="/a1media/site/common/story/email_icon.gif">
463
+ </a>
464
+ </form>
465
+ </div>
466
+ </div>
467
+ <div class="dd_button">
468
+ <div class="shareicon">
469
+ <a href="/print/News/Latest%2BNews/Singapore/Story/A1Story20120528-348743.html" target="_blank">
470
+ <img src="/a1media/site/common/story/print_icon.gif">
471
+ </a>
472
+ </div>
473
+ </div>
474
+ <div class="clear"></div>
475
+ </div>
476
+ <div class="topfb_content">
477
+ <!-- Facebook share button Start -->
478
+ <div style='padding:0 5px 0 0;'>
479
+ <a name="fb_share" type="box_count"></a>
480
+ <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
481
+ </div>
482
+ <!-- Facebook share button End -->
483
+ </div>
484
+ <div class="toptw_content">
485
+ <a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>
486
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
487
+ </div>
488
+ <!-- Linkedin api start -->
489
+ <div class="linkedin_content">
490
+ <script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
491
+ <script type="IN/Share" data-counter="top"></script>
492
+ </div>
493
+ <!-- Linkedin api End -->
494
+ </div>
495
+
496
+ </div>
497
+
498
+ <div class="clear_lft">
499
+ <!-- CAPTION DISPLAY HERE -->
500
+
501
+ <!-- CAPTION DISPLAY END -->
502
+ <div class="byline">
503
+ <!-- byline display here -->
504
+ <strong>By Gwendolyn Ng</strong><br>
505
+ my paper<br>
506
+ Monday, May 28, 2012
507
+ </div>
508
+
509
+
510
+
511
+ <!-- CONTENT NEWS: start -->
512
+ <p>He may not have been successful in the Hougang by-election but, for People's Action Party's (PAP's) Desmond Choo, it is back to work today, helping residents on the ground.</p>
513
+ <p>Said the 34-year-old: "Let's remain true to what we have always set out to do, which is to help residents solve their problems.</p>
514
+ <p>"Many residents have said that they want to come by, and there are some follow-up cases that we need to do... The programmes (for residents) still need a lot of fund raising."</p>
515
+ <!-- Start Related Links -->
516
+ <div class="related_col">
517
+ <div class="toprelated_tab"><span>RELATED STORIES</span></div>
518
+ <div class="toprelated_box">
519
+ <div class="artar"><img src="http://www.asiaone.com/a1media/site/common/story/subtitle_arrow.gif" alt="" /></div>
520
+ <div class="toprelated_context">
521
+ <ul id="footer_rlist_story">
522
+ <li><a href="http://www.asiaone.com/News/Elections/Elections.html">The battle for Hougang</a></li>
523
+ <li><a href="http://www.asiaone.com/News/Latest%2BNews/Singapore/Story/A1Story20120527-348702.html">Desmond Choo thanks supporters on Hougang tour</a></li>
524
+ </ul>
525
+ </div>
526
+ </div>
527
+ </div>
528
+ <p><!-- End Related Links -->Despite his defeat, Mr Choo appeared upbeat before heading out to thank residents in Hougang yesterday morning.</p>
529
+ <p>At the PAP's Hougang branch office, he told reporters that he has "no regrets" about his "heartfelt campaign".</p>
530
+ <p>He was also encouraged by his larger vote share this time, compared to that in the General Election (GE) last year.</p>
531
+ <p>"We have an improvement in the percentage, reversed a downward trend, which is a big positive for myself and for the team... I believe that the process of change has started."</p>
532
+ <p>Mr Choo garnered 37.9 per cent of the votes in the by-election, compared to 35.2 per cent in last year's GE. In the 2006 GE, PAP secured 37.3 per cent of the votes in Hougang. Waving to residents from a lorry that took him around Hougang's public and private estates, Mr Choo was greeted by cheers and jeers. Still, he was heartened by the reception, saying it was "warmer" and better than it was at last year's tour to thank residents.</p>
533
+ <p>Last Saturday night, newly minted Member of Parliament for Hougang Png Eng Huat called upon Mr Choo to back the town council's efforts in pushing for upgrading in the constituency.</p>
534
+ <p>To this, Mr Choo said yesterday: "As long as the projects are sound, practicable, and are in the best interests of residents, I will try my best to support these programmes."</p>
535
+ <p>There was a chance meeting between Workers' Party (WP) and PAP members on their thank-you tours along Hougang Avenue 2, with spontaneous clapping erupting from both parties.</p>
536
+ <p>Hoping to catch up with Mr Png over a cup of coffee, Mr Choo said in Mandarin: "I told him, 'I'll wait till you aren't so busy and we will make a date'... We have exchanged phone numbers, he can look for me any time."</p>
537
+ <p>At an event last night, Deputy Prime Minister Teo Chee Hean was asked about WP chief Low Thia Khiang's intention to put the by-election behind them and work together with the PAP.</p>
538
+ <p>Mr Teo said: "I do hope that he will move away from the combative tone he took during the by-election and work in a constructive way with the Government."</p>
539
+ <p>nggwen@sph.com.sg</p>
540
+ <p><em>Additional reporting by Ethan Lou</em></p>
541
+ <p><a href="http://epaper.mypaper.sg/emnd/fvxen/fvxp/fvxpress.php?param=2012-05-28&amp;page=1"><img src="http://www.asiaone.com/A1MEDIA/news/11Nov09/images/mypaper_logo_tab.gif" border="0" alt="" /></a><br /><em>For more my paper stories <a href="http://epaper.mypaper.sg/emnd/fvxen/fvxp/fvxpress.php?param=2012-05-28&amp;page=1" target="_blank">click here</a>.</em></p>
542
+ <!-- End For Web Only -->
543
+ <!-- CONTENT NEWS: end -->
544
+ </div>
545
+ <div class="clear"></div>
546
+
547
+ </div><!-- article_txt clearfix closing -->
548
+
549
+ <!-- GA SSI BEGIN -->
550
+ <!-- GA News -->
551
+ <script type="text/javascript">
552
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
553
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
554
+ </script>
555
+ <script type="text/javascript">
556
+ try {
557
+ var pageTracker = _gat._getTracker("UA-11026722-1");
558
+ pageTracker._trackPageview();
559
+ pageTracker._trackPageLoadTime();
560
+ } catch(err) {}
561
+ </script>
562
+ <!-- GA News -->
563
+ <!-- GA SSI END -->
564
+ <script language="javascript">
565
+ totalNoOfPages = 1;
566
+ </script>
567
+
568
+
569
+
570
+
571
+ <!-- ~RENDER PAGE MARKER~ -->
572
+
573
+ <div class="socialtw_follow">
574
+ <div class="fb_mid">Become a fan on <a rel="nofollow" target="_blank" href="http://www.facebook.com/sphasiaone"><strong>Facebook</strong></a></div>
575
+ <iframe scrolling="no" frameborder="0" allowtransparency="true" style="width:90px;height:20px;" hspace="5" vspace="0" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fsphasiaone&amp;layout=button_count&amp;show_faces=0&amp;width=90&amp;height=20&amp;locale=en_SG"></iframe>
576
+ <iframe scrolling="no" frameborder="0" allowtransparency="true" src="http://platform.twitter.com/widgets/follow_button.1330977499.html#_=1331001284873&amp;id=twitter-widget-2&amp;lang=en&amp;screen_name=sphasiaone&amp;show_count=true&amp;show_screen_name=true&amp;size=m" class="twitter-follow-button" style="width: 238px; height: 20px;" title="Twitter Follow Button"></iframe>
577
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
578
+ </div>
579
+ <div id="displayHTML" style="display: none;" class="paddingT10 paddingB10">
580
+
581
+ <script>
582
+ function rateProduct(val, vcmId) {
583
+ popWin=window.open('/vgn-ext-templating/asiaone/story/rateProductPopup.jsp?rate='+val+'&artvcmid='+vcmId,'RateProduct',
584
+ 'toolbar=no,status=no,width=620,height=200, scrollbars=1, resizable=1,scrollbars=yes,resizable=yes,left=120,top=70');
585
+ }
586
+
587
+ </script>
588
+
589
+ <table width="485" cellspacing="0" cellpadding="0" border="0">
590
+ <tr>
591
+ <!-- rating start -->
592
+ <td width="51%" valign="top">
593
+ <table width="100%" border="0">
594
+ <tr>
595
+ <td height="8"></td>
596
+ </tr>
597
+ <tr>
598
+ <td>
599
+ <!-- requesttype $isRenderRequest articleVcmid f656631185097310VgnVCM100000430a0a0aRCRD -->
600
+ <!-- Mood meter dynamic -->
601
+ <iframe src="/a1mediajs/site/a1moodmeter/a1moodmeter_f656631185097310VgnVCM100000430a0a0aRCRD.html" width="510" height="150" MarginHeight="0" MarginWidth="0" SCROLLING="NO" FrameBorder="0" Align="Top"></iframe>
602
+ </td>
603
+ </tr>
604
+
605
+
606
+ <!--tr>
607
+ <td><a href="#"></a>&nbsp;<a href="#"></a></td>
608
+ </tr>
609
+ <!--tr>
610
+ <td>&nbsp;</td>
611
+ </tr-->
612
+ </table>
613
+ </td>
614
+ </tr>
615
+ <tr>
616
+ <td width="49%" valign="top">
617
+ <table width="100%" cellspacing="6" border="0">
618
+ <tbody>
619
+ <tr>
620
+ <td width="8%">
621
+ <a target="_blank" href="http://newslink.asia1.com.sg/"><img width="51" height="39" border="0" src="/a1media/site/common/story/icon_newslink.gif"></a>
622
+ </td>
623
+ <td width="92%">
624
+ <a target="_blank" href="http://www.businesstimes.com.sg/newspost"><img width="183" height="39" border="0" src="/a1media/site/common/story/icon_newspost.gif"></a>
625
+ </td>
626
+ <!-- Other country websites : starts-->
627
+ <!-- current channel id is d48537ed11364310VgnVCM100000430a0a0aRCRD -->
628
+ <!-- if the channel is LatestNews -> Asia then display the iframe -->
629
+ <!-- if the channel is LatestNews -> Malaysia then display the iframe -->
630
+ <!-- Other country websites : ends-->
631
+ </tr>
632
+ </tbody>
633
+ </table>
634
+ <!-- table width="100%" border="0" cellspacing="6">
635
+ <tr>
636
+ <td>
637
+ <a href="#" target="_blank"></a>
638
+ <a href="http://weather.asiaone.com.sg/"><img src="/a1media/site/common/story/but_weather.gif" width="126" height="20" border="0"></a>&nbsp;
639
+ <a href="http://forex.asiaone.com.sg/"><img src="/a1media/site/common/story/but_currency.gif" width="126" height="20" border="0"></a>
640
+ <a href="#" target="_blank"></a>
641
+ </td>
642
+ </tr>
643
+ </table -->
644
+ </td>
645
+ <!-- story type links end -->
646
+ </tr>
647
+ </table>
648
+
649
+
650
+
651
+ </div>
652
+ <script language="javascript">
653
+ var displayInnerHTML = document.getElementById("displayHTML");
654
+ var totalPages = "1";
655
+ if(totalNoOfPages == totalPages)displayInnerHTML.style.display = "block";
656
+ </script>
657
+ <div class="clear"></div>
658
+ <div class="artline"></div>
659
+
660
+ <!-- reader comment start -->
661
+
662
+ <table width="560" border="0" cellspacing="0" cellpadding="0">
663
+ <tr>
664
+ <td width="555" align="center" class="bodytext">
665
+ <!-- Story vbbintegration Start -->
666
+ <script language='javascript'>
667
+
668
+ function getURLParam() {
669
+ var strHref = window.location.href;
670
+ return strHref;
671
+ }
672
+
673
+ function getCookie(name) {
674
+ var dc = document.cookie;
675
+ var prefix = name + "=";
676
+ var begin = dc.indexOf("; " + prefix);
677
+ if (begin == -1)
678
+ {
679
+ begin = dc.indexOf(prefix);
680
+ if (begin != 0) return null;
681
+ }
682
+ else
683
+ {
684
+ begin += 2;
685
+ }
686
+
687
+ var end = document.cookie.indexOf(";", begin);
688
+ if (end == -1)
689
+ {
690
+ end = dc.length;
691
+ }
692
+ return unescape(dc.substring(begin + prefix.length, end));
693
+ }
694
+
695
+ function readCookieVbb() {
696
+ strHref = getURLParam();
697
+ user=getCookie("HTTP_user_id")
698
+ //user = "kumar900"
699
+ //alert("User ID: " + user)
700
+ luser=""
701
+
702
+ if (user!=null) {
703
+
704
+ luser=user.toLowerCase()
705
+
706
+ if (luser == "anonymous" || luser == "anonymous|anonymous") {
707
+
708
+ window.location= p_logoutLink;
709
+
710
+ }
711
+
712
+ }
713
+
714
+ if(user != null && user !=0 && luser!=null && luser != "anonymous" && luser != "anonymous|anonymous") {
715
+
716
+ document.writeln("<table border='0' width='555' cellpadding='0' cellspacing='0' style='display:none' id='story_comments'>")
717
+
718
+ document.writeln(" <tr id='comments_body' style='display:none' width='100%'><td width='555' colspan='2'>")
719
+
720
+ document.writeln(" <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td colspan='2' height='32' width='555' valign='bottom'><img src='/a1media/site/common/readercomm_header.gif' height='32' width='555' border='0'></td></tr><tr><td id='messageDisplayRegion' bgcolor='#dbe8f4' colspan='2'></td></tr></table>")
721
+
722
+ document.writeln(" </td></tr>")
723
+
724
+ document.writeln(" <tr><td colspan='2' id='viewAllPostsRegion' align='right'></td></tr>")
725
+
726
+ document.writeln(" <tr><td colspan='2'>&nbsp;</td></tr>")
727
+
728
+ document.writeln(" <tr><td colspan='2'><div class='leaveAcomment'><font color='#007BFF'><b>Leave a comment</b></font></div></td></tr>")
729
+
730
+ document.writeln(" <tr><td><textarea name='replyMessage' id='replyMessage' cols='58' rows='5'></textarea></td><td valign='bottom'><div id='postReplyRegion' style='cursor:pointer; cursor:hand'></div></td></tr>")
731
+
732
+ document.writeln(" <tr><td colspan='2'><img src='/a1media/site/common/blank.gif' height='5'></td></tr>")
733
+ if(user ==0) {
734
+ // do nothing
735
+ } else {
736
+ document.writeln(" <tr><td colspan='2' class='details'>Logged in as")
737
+ document.writeln(user)
738
+ document.writeln(" </td></tr>")
739
+ }
740
+
741
+ document.writeln("</table>")
742
+ } else {
743
+
744
+ document.writeln("<table border='0' width='555' cellpadding='0' cellspacing='0' style='display:none' id='story_comments'>")
745
+
746
+ document.writeln(" <tr id='comments_body' style='display:none' width='100%'><td width='555' colspan='2'>")
747
+
748
+ document.writeln(" <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td colspan='2' height='32' width='555' valign='bottom'><img src='/a1media/site/common/readercomm_header.gif' height='32' width='555' border='0'></td></tr><tr><td id='messageDisplayRegion' bgcolor='#dbe8f4' colspan='2'></td></tr></table>")
749
+
750
+ document.writeln(" </td></tr>")
751
+
752
+ document.writeln(" <tr><td>&nbsp;</td></tr>")
753
+
754
+ document.writeln("</table>")
755
+
756
+ document.writeln("<table border='0' width='555' cellspacing='0'>")
757
+
758
+ document.writeln(" <tr><td id='viewAllPostsRegion' align='right'></td></tr>")
759
+
760
+ document.writeln(" <tr><td align='right'><div class='more'>&raquo; <a href='/a1media/login/redirect.html?dlink=")
761
+
762
+ document.writeln(strHref)
763
+
764
+ document.writeln("'>Login</a> to post comments </div></td></tr>")
765
+
766
+ document.writeln("</table>")
767
+ }
768
+
769
+ }
770
+
771
+ </script>
772
+
773
+ <style>
774
+
775
+ .Post {
776
+ font-family:Verdana, Arial, Helvetica, sans-serif;
777
+ padding:0;
778
+ margin:0;
779
+ font-size:11px;
780
+ }
781
+
782
+ .AlternatePost{
783
+ font-family:Verdana, Arial, Helvetica, sans-serif;
784
+ padding:0;
785
+ margin:0;
786
+ font-size:11px;
787
+ }
788
+
789
+ ThreadDisplayPanel {
790
+ border: 1px Solid #000;
791
+ width: 600px;
792
+ }
793
+
794
+ .gwt-Label{
795
+ font-weight: bold;
796
+ }
797
+
798
+ .postButton{
799
+ width : 65;
800
+ height: 40;
801
+ }
802
+
803
+ .leaveAcomment{
804
+ font-family:Verdana, Arial, Helvetica, sans-serif;
805
+ font-size:12px;
806
+ }
807
+
808
+ #story_comments {}
809
+
810
+ .heading {border-bottom:1px solid #777777; font-weight:bold; font-size:14px;}
811
+
812
+ .details {border-bottom:1px solid #007BFF; padding:5px 5px 5px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#777777;}
813
+
814
+ .more{padding:5px 5px 5px 0px; text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold;}
815
+
816
+ </style>
817
+
818
+
819
+
820
+ <meta name='gwt:module' content='/vbbStory/com.mavenlab.sph.vbintegration.vBIntegration3'>
821
+
822
+ <script language="javascript" src="/a1media/site/scripts/gwt.js"></script>
823
+
824
+
825
+ <table border='0' width='555' cellspacing='0' cellpadding='0'>
826
+ <tr><td>
827
+ <script language='javascript'>
828
+
829
+ readCookieVbb()
830
+
831
+ </script>
832
+ <br>
833
+ </td></tr>
834
+ </table>
835
+
836
+
837
+ <input type="hidden" name="vbb_url" id="vbb_url" value="http://forums.asiaone.com"/>
838
+ <input type="hidden" id="tid" name="tid" value="50147"/>
839
+ <input type="hidden" id="display" name="display" value="8" />
840
+ <input type="hidden" name="vbbTarget" id="vbbTarget" value="a1"/>
841
+
842
+ <!-- Story vbbintegration End -->
843
+ </td>
844
+ </tr>
845
+ </table>
846
+
847
+ <div class="post_area">
848
+ <a href="http://forums.asiaone.com/" target="_blank" class="buttonpost">COMMENTS</a>
849
+ </div>
850
+ <div class="clear"></div>
851
+
852
+ <!-- reader comment end -->
853
+ <div id="foot_related">
854
+
855
+
856
+
857
+ <div class="foot_relatedlogo"><span>ALSO SEE</span></div>
858
+ <div id="foot_relatedline"><img src="/a1media/site/common/story/subtitle_bg_line.gif"></div>
859
+ <div class="foot_relatedarrow"><img src="/a1media/site/common/story/subtitle_arrow.gif"></div>
860
+ <div class="footerstoryv_list">
861
+ <ul id="footer_rlist_story">
862
+
863
+
864
+ <li><a href="/News/Latest%2BNews/Singapore/Story/A1Story20120528-348745.html">What Hougang residents want</a></li>
865
+
866
+
867
+
868
+ <li><a href="/News/Latest%2BNews/Singapore/Story/A1Story20120528-348741.html">Png: I'm ready to work on mandate</a></li>
869
+
870
+
871
+
872
+ <li><a href="/News/Latest%2BNews/Singapore/Story/A1Story20120527-348702.html">Desmond Choo thanks supporters on Hougang tour</a></li>
873
+
874
+
875
+
876
+ <li><a href="/News/Latest%2BNews/Singapore/Story/A1Story20120527-348648.html">WP's Low: Mainstream media bias a step backwards for democracy</a></li>
877
+
878
+
879
+
880
+ <li><a href="/News/Latest%2BNews/Singapore/Story/A1Story20120527-348638.html">WP won't investigate leaked minutes: Low</a></li>
881
+
882
+
883
+ </ul>
884
+ </div>
885
+
886
+ <br>
887
+ <script language="JavaScript1.1" src="http://adtag.asiaone.com/tag/a1/js/AsiaOne_news_afc.js"></script>
888
+
889
+ </div>
890
+ </div>
891
+
892
+ <div id="artwrapper_rgt">
893
+
894
+
895
+
896
+
897
+ <!-- latest news ssi begin -->
898
+ <div class="related_latnews">
899
+ <div class="related_latnews_tab">LATEST NEWS</div>
900
+ <div class="artar"><img src="/a1media/site/common/story/realted_lat_arrow.jpg"></div>
901
+ <div class="related_latnews_cont">
902
+ <ul id="footer_rlist_story">
903
+ <li><a href="/News/Latest%2BNews/Singapore/Story/A1Story20120528-348802.html">'Now I know who my real friends are': Jackpot aunty</a></li>
904
+ <li><a href="/News/AsiaOne%2BNews/Asia/Story/A1Story20120528-348801.html"> Japan's ex-premier to appear at nuclear probe</a></li>
905
+ <li><a href="http://business.asiaone.com/Business/News/Story/A1Story20120528-348798.html">Direct yen-yuan exchange system 'to start next month'</a></li>
906
+ <li><a href="/News/Latest%2BNews/World/Story/A1Story20120528-348799.html">Doubt cast over 'attacks' on Afghan schoolgirls</a></li>
907
+ <li><a href="/News/Latest%2BNews/World/Story/A1Story20120528-348797.html">IMF chief riles Greeks as crisis election looms</a></li>
908
+ <li><a href="/News/Latest%2BNews/World/Story/A1Story20120528-348796.html">Australia to allow diving on Japanese WWII sub</a></li>
909
+ <li><a href="/News/Latest%2BNews/World/Story/A1Story20120528-348794.html">Ex-PM warns Greece risks running out of cash by June</a></li>
910
+ <li><a href="/News/Latest%2BNews/World/Story/A1Story20120528-348793.html">Facebook deflates any thought of new tech bubble</a></li>
911
+ <li><a href="/News/Latest%2BNews/Sports/Story/A1Story20120528-348789.html">Football: Injured keeper out of Australian squad</a></li>
912
+ <li><a href="/News/AsiaOne%2BNews/Asia/Story/A1Story20120528-348787.html">Aquino not waiving secrecy right despite poll pledge</a></li>
913
+ </ul>
914
+ </div>
915
+ </div>
916
+ <!-- latest news ssi end -->
917
+
918
+
919
+
920
+ <!--IMU AD-->
921
+ <div class="ad_imu">
922
+ <script language='JavaScript' src='http://news.asiaone.com/static/ads/scripts/adsimu.js'></script>
923
+ </div>
924
+
925
+ <div class="related_latnews">
926
+
927
+
928
+ <div class="related_latnews_tab">MOST READ</div>
929
+ <div class="artar"><img src="/a1media/site/common/realted_lat_arrow.jpg"></div>
930
+ <div class="related_latnews_cont">
931
+ <ul id="footer_rlist_story">
932
+ <!-- BEGIN list, take the list from Most Read in mostread_mostcommented -->
933
+
934
+
935
+ <li><a href="http://www.digitalone.com.sg/multimedia/photo/multimedia/1334" class="news" target="_blank">Thief exposed by Apple's iCloud service</a></li>
936
+ <li><a href="http://www.relax.com.sg/relax/media/1126274/World_s_most_luxurious_first_class_cabins.html" class="news" target="_blank">World's most luxurious first-class cabins</a></li>
937
+ <li><a href="http://motoring.asiaone.com/Motoring/News/Story/A1Story20120526-348574.html" class="news" target="_blank">2nd accident at Ferrari crash site</a></li>
938
+ <li><a href="http://www.plushasia.com/media_photo/16953" class="news" target="_blank">Ballet dancers model in Tiffany's show</a></li>
939
+ <li><a href="http://www.edvantage.com.sg/edvantage/news/schoolnews/1126142/Mum_signs_consent_form_then_squabbles_with_dental_therapist.html" class="news" target="_blank">Swollen lip causes week-long feud</a></li>
940
+ <li><a href="http://www.plushasia.com/media_photo/16989" class="news" target="_blank">Swarovski gives rocking show</a></li>
941
+ <li><a href="http://www.soshiok.com/multimedia/photos/464" class="news" target="_blank">Strange things in your food</a></li>
942
+ <li><a href="http://www.asiaone.com/News/Latest%2BNews/Singapore/Story/A1Story20120527-348626.html" class="news" target="_blank">Results not reflective of S'poreans' sentiment: DPM</a></li>
943
+ <li><a href="http://www.soshiok.com/article/19117" class="news" target="_blank">Muah Chee stall takes advantage of WP gathering</a></li>
944
+
945
+ <!-- END list -->
946
+ </ul>
947
+ </div>
948
+
949
+ </div>
950
+
951
+
952
+
953
+
954
+
955
+ <div class="art_lifestyle_gallery">
956
+ <div class="art_lifestyle_gallery_tab">LIFESTYLE</div>
957
+ <div class="artar"><img src="/a1media/site/common/lifestyle_rel_arrow.gif"></div>
958
+ <div class="artlifestyle_gallery">
959
+ <ul class="artlifestyle_gallery">
960
+ <!-- BEGIN list, change headlines, img70x46 and links -->
961
+ <li><a href="http://www.plushasia.com/media_photo/16738"><img src="http://www.asiaone.com/static/home/70x46pics/johnniewalker70x46.jpg"><br>Johnnie Walker Jet Black party</a></li>
962
+ <li><a href="http://www.divaasia.com/media_photo/16868"><img src="http://www.asiaone.com/static/home/70x46pics/missoni70x46.jpg"><br>Missoni's love story</a></li>
963
+ <li><a href="http://www.edvantage.com.sg/edvantage/news/news/1102610/Google_LinkedIn_call_on_dorm_room_whiz.html"><img src="http://www.asiaone.com/static/home/70x46pics/dormroom70x46.jpg"><br>A S'porean's hi-tech dorm room</a></li>
964
+
965
+
966
+
967
+ <!-- END list -->
968
+ </ul>
969
+ </div>
970
+ <div class="clear"></div>
971
+ </div>
972
+ <div id="sub_fbook" style="padding-top:10px;">
973
+ <iframe scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:300px; height:258px;" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fsphasiaone&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false&amp;height=258"></iframe>
974
+ </div>
975
+
976
+
977
+
978
+
979
+
980
+ <div class="art_skscaper">
981
+ <!-- AdSpace - A1 news 160X600 -->
982
+ <script type="text/javascript" language="JavaScript1.1" src="http://adtag.asiaone.com/tag/a1/js/AsiaOne_news_home_sky.js"></script>
983
+ <!-- /AdSpace A1 news 160X600 -->
984
+ </div>
985
+
986
+
987
+
988
+
989
+ </div>
990
+ </div><!-- left_col-->
991
+
992
+ <div class="clear"></div>
993
+ <script language="javascript1.2" src="/a1mediajs/site/a1js/footer_nw_2011.js"></script>
994
+
995
+ <script language='JavaScript' src="/static/ads/scripts/adscripts3.js"></script>
996
+ <!-- Net Rating Begins -->
997
+
998
+ <!-- START RedSheriff Measurement V5.1 -->
999
+ <!-- COPYRIGHT 2003 RedSheriff Limited -->
1000
+
1001
+ <!-- g_currChannelId: d48537ed11364310VgnVCM100000430a0a0aRCRD -->
1002
+ <!-- nrChannelId: 472812c2bbc4f010VgnVCM100000350a0a0aRCRD -->
1003
+
1004
+ <script language="JavaScript" type="text/javascript" src="http://www.asiaone.com/a1mediajs/site/a1nr/neta1.js"></script>
1005
+ <noscript>
1006
+ <img src="//secure-sg.imrworldwide.com/cgi-bin/m?ci=sg-sph&amp;cg=A1-NEWS-A1" alt="">
1007
+ </noscript>
1008
+
1009
+ <!-- END RedMeasure V5.1 --><!-- Net Rating Ends -->
1010
+ <!-- Google Analytics Begins -->
1011
+ <!-- vShortName: nw -->
1012
+ <!-- GA News -->
1013
+ <script type="text/javascript">
1014
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
1015
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
1016
+ </script>
1017
+ <script type="text/javascript">
1018
+ try {
1019
+ var pageTracker = _gat._getTracker("UA-11026722-1");
1020
+ pageTracker._trackPageview();
1021
+ pageTracker._trackPageLoadTime();
1022
+ } catch(err) {}
1023
+ </script>
1024
+ <!-- GA News -->
1025
+ <!-- Google Analytics Ends -->
1026
+ <!-- Begin comScore Tag -->
1027
+ <script>
1028
+ document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
1029
+ </script>
1030
+
1031
+ <script>
1032
+ COMSCORE.beacon({
1033
+ c1:2,
1034
+ c2:6288331,
1035
+ c3:"",
1036
+ c4:"",
1037
+ c5:"",
1038
+ c6:"",
1039
+ c15:""
1040
+ });
1041
+ </script>
1042
+ <noscript>
1043
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=6288331&c3=&c4=&c5=&c6=&c15=&cj=1" />
1044
+ </noscript>
1045
+ <!-- End comScore Tag -->
1046
+ </div>
1047
+ </body>
1048
+ </html>
1049
+
1050
+
1051
+ <!-- VCMID : f656631185097310VgnVCM100000430a0a0aRCRD -->
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+ <!-- track dependencies -->
1066
+
1067
+ <!-- LAST UPDATED : Mon May 28 09:30:11 SGT 2012 -->
1068
+
1069
+
1070
+