sniffles 0.1.5 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +3 -3
- data/Gemfile +2 -8
- data/Guardfile +1 -1
- data/README.md +12 -13
- data/lib/sniffles.rb +9 -9
- data/lib/sniffles/html.rb +3 -3
- data/lib/sniffles/sniffers/advertising/adsense.rb +8 -14
- data/lib/sniffles/sniffers/advertising/kontera.rb +6 -6
- data/lib/sniffles/sniffers/analytics/chartbeat.rb +7 -7
- data/lib/sniffles/sniffers/analytics/facebook_insights.rb +7 -7
- data/lib/sniffles/sniffers/analytics/google_analytics.rb +8 -8
- data/lib/sniffles/sniffers/analytics/kissmetrics.rb +7 -7
- data/lib/sniffles/sniffers/analytics/mixpanel.rb +7 -7
- data/lib/sniffles/sniffers/analytics/quantcast.rb +6 -6
- data/lib/sniffles/sniffers/cms/cscart.rb +6 -6
- data/lib/sniffles/sniffers/{advertising/gumgum.rb → cms/ghost.rb} +8 -8
- data/lib/sniffles/sniffers/cms/invision.rb +9 -9
- data/lib/sniffles/sniffers/cms/joomla.rb +7 -7
- data/lib/sniffles/sniffers/cms/movabletype.rb +8 -8
- data/lib/sniffles/sniffers/cms/mybb.rb +6 -6
- data/lib/sniffles/sniffers/cms/phpbb.rb +7 -7
- data/lib/sniffles/sniffers/cms/shopify.rb +7 -7
- data/lib/sniffles/sniffers/cms/tumblr.rb +7 -7
- data/lib/sniffles/sniffers/cms/vanilla.rb +8 -8
- data/lib/sniffles/sniffers/cms/vbulletin.rb +10 -10
- data/lib/sniffles/sniffers/cms/wordpress.rb +12 -12
- data/lib/sniffles/sniffers/{advertising/admeld.rb → cms/xcart.rb} +3 -2
- data/lib/sniffles/sniffers/cms/zencart.rb +6 -6
- data/lib/sniffles/sniffers/javascript/jquery.rb +6 -6
- data/lib/sniffles/text.rb +4 -4
- data/lib/sniffles/version.rb +1 -1
- data/sniffles.gemspec +2 -2
- data/spec/cassettes/beenverified_com.yml +644 -784
- data/spec/cassettes/blackhatworld_com.yml +2298 -3292
- data/spec/cassettes/blog_mixpanel_com.yml +1351 -0
- data/spec/cassettes/community_invisionpower_com.yml +836 -2771
- data/spec/cassettes/cxxvi_com.yml +311 -0
- data/spec/cassettes/demo-store_prestashop_com.yml +897 -813
- data/spec/cassettes/demo_cs-cart_com.yml +2996 -1146
- data/spec/cassettes/demo_oscommerce_com.yml +136 -408
- data/spec/cassettes/digital-photography-school_com.yml +656 -0
- data/spec/cassettes/downlopedia_com.yml +1262 -1321
- data/spec/cassettes/drupal.yml +1540 -1507
- data/spec/cassettes/exprodirect_com.yml +1888 -0
- data/spec/cassettes/facebook_insights.yml +544 -474
- data/spec/cassettes/flatpress_org_home_blog.yml +287 -317
- data/spec/cassettes/foursquare_com.yml +1901 -348
- data/spec/cassettes/geomagik_com.yml +475 -0
- data/spec/cassettes/ghost_org.yml +207 -0
- data/spec/cassettes/google_blogspot_com.yml +574 -1059
- data/spec/cassettes/guistyles_com.yml +705 -1292
- data/spec/cassettes/installatron_com.yml +286 -0
- data/spec/cassettes/invisionmodding_com.yml +1124 -2442
- data/spec/cassettes/joomla.yml +280 -0
- data/spec/cassettes/kissmetrics_com.yml +165 -0
- data/spec/cassettes/lancelhoff_com.yml +637 -0
- data/spec/cassettes/magento.yml +459 -459
- data/spec/cassettes/metafilter_com.yml +1449 -1230
- data/spec/cassettes/movabletype_com_blog.yml +175 -1221
- data/spec/cassettes/ocbfashionjewelry_com.yml +588 -0
- data/spec/cassettes/pandoramoa_com.yml +290 -608
- data/spec/cassettes/pearsonified_com.yml +433 -435
- data/spec/cassettes/phpbb_com.yml +438 -416
- data/spec/cassettes/sitefinity_com.yml +443 -418
- data/spec/cassettes/sixflags_com.yml +560 -1014
- data/spec/cassettes/soulemama_typepad_com.yml +2378 -2581
- data/spec/cassettes/stackoverflow_com.yml +4762 -0
- data/spec/cassettes/staff_tumblr_com.yml +1956 -1658
- data/spec/cassettes/topix_com.yml +1748 -1417
- data/spec/cassettes/wellmedicated_com.yml +801 -0
- data/spec/cassettes/wordpress_com.yml +238 -863
- data/spec/cassettes/xenforo_com.yml +1143 -1933
- data/spec/sniffles/html_spec.rb +6 -6
- data/spec/sniffles/sniffers/advertising/adsense_spec.rb +7 -8
- data/spec/sniffles/sniffers/advertising/buysellads_spec.rb +5 -5
- data/spec/sniffles/sniffers/advertising/casale_spec.rb +5 -5
- data/spec/sniffles/sniffers/advertising/kontera_spec.rb +6 -6
- data/spec/sniffles/sniffers/advertising/thedeck_spec.rb +5 -5
- data/spec/sniffles/sniffers/advertising/tribalfusion_spec.rb +5 -5
- data/spec/sniffles/sniffers/analytics/chartbeat_spec.rb +3 -3
- data/spec/sniffles/sniffers/analytics/clicky_spec.rb +3 -3
- data/spec/sniffles/sniffers/analytics/facebook_insights_spec.rb +6 -6
- data/spec/sniffles/sniffers/analytics/google_analytics_spec.rb +7 -19
- data/spec/sniffles/sniffers/analytics/kissmetrics_spec.rb +5 -5
- data/spec/sniffles/sniffers/analytics/mixpanel_spec.rb +9 -9
- data/spec/sniffles/sniffers/analytics/quantcast_spec.rb +7 -7
- data/spec/sniffles/sniffers/cms/cscart_spec.rb +8 -8
- data/spec/sniffles/sniffers/cms/ghost_spec.rb +18 -0
- data/spec/sniffles/sniffers/cms/invision_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/joomla_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/movabletype_spec.rb +8 -8
- data/spec/sniffles/sniffers/cms/mybb_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/phpbb_spec.rb +8 -8
- data/spec/sniffles/sniffers/cms/shopify_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/tumblr_spec.rb +7 -7
- data/spec/sniffles/sniffers/cms/vanilla_spec.rb +9 -9
- data/spec/sniffles/sniffers/cms/vbulletin_spec.rb +11 -17
- data/spec/sniffles/sniffers/cms/wordpress_spec.rb +12 -12
- data/spec/sniffles/sniffers/cms/xcart_spec.rb +18 -0
- data/spec/sniffles/sniffers/cms/zencart_spec.rb +9 -9
- data/spec/sniffles/sniffers/javascript/jquery_spec.rb +8 -8
- data/spec/sniffles/sniffers_spec.rb +1 -1
- data/spec/sniffles_spec.rb +17 -17
- data/spec/spec_helper.rb +7 -3
- data/spec/support/helpers.rb +2 -2
- metadata +39 -39
- data/lib/sniffles/sniffers/cms/posterous.rb +0 -28
- data/spec/cassettes/blog_posterous_com.yml +0 -5015
- data/spec/cassettes/demo_forum-software_org_mybb.yml +0 -385
- data/spec/cassettes/forum-software_org_vanilla.yml +0 -223
- data/spec/cassettes/humemes_com.yml +0 -496
- data/spec/cassettes/joomla_org.yml +0 -733
- data/spec/cassettes/orangecrushbeads_com.yml +0 -751
- data/spec/cassettes/shop_angrybirds_com.yml +0 -455
- data/spec/cassettes/softpedia_com.yml +0 -3196
- data/spec/cassettes/squidoo_com.yml +0 -532
- data/spec/cassettes/tmz_com.yml +0 -2927
- data/spec/cassettes/vbulletin_com.yml +0 -2983
- data/spec/cassettes/wundergroud_com.yml +0 -907
- data/spec/sniffles/sniffers/advertising/admeld_spec.rb +0 -17
- data/spec/sniffles/sniffers/advertising/gumgum_spec.rb +0 -18
- data/spec/sniffles/sniffers/cms/posterous_spec.rb +0 -18
|
@@ -6,1426 +6,1757 @@ http_interactions:
|
|
|
6
6
|
body:
|
|
7
7
|
encoding: US-ASCII
|
|
8
8
|
string: ''
|
|
9
|
-
headers:
|
|
9
|
+
headers:
|
|
10
|
+
User-Agent:
|
|
11
|
+
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML,
|
|
12
|
+
like Gecko) Chrome/32.0.1700.68 Safari/537.36
|
|
10
13
|
response:
|
|
11
14
|
status:
|
|
12
15
|
code: 200
|
|
13
|
-
message:
|
|
14
|
-
T0s=
|
|
16
|
+
message: OK
|
|
15
17
|
headers:
|
|
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
|
-
- !binary |-
|
|
48
|
-
bm8tY2FjaGU=
|
|
49
|
-
!binary "WC1UYWx4eA==":
|
|
50
|
-
- !binary |-
|
|
51
|
-
Ni4xOA==
|
|
52
|
-
!binary "Q29udGVudC1MZW5ndGg=":
|
|
53
|
-
- !binary |-
|
|
54
|
-
NjExMDA=
|
|
55
|
-
!binary "Q29ubmVjdGlvbg==":
|
|
56
|
-
- !binary |-
|
|
57
|
-
Y2xvc2U=
|
|
58
|
-
!binary "Q29udGVudC1UeXBl":
|
|
59
|
-
- !binary |-
|
|
60
|
-
dGV4dC9odG1s
|
|
61
|
-
!binary "RXhwaXJlcw==":
|
|
62
|
-
- !binary |-
|
|
63
|
-
VHVlLCAwNiBNYXIgMjAxMiAyMzo0NjoyMyBHTVQ=
|
|
64
|
-
!binary "WC1UcGJp":
|
|
65
|
-
- !binary |-
|
|
66
|
-
MTUwMTEgMDAyMDY2MTkyMTY4IDAuMjAyNiAwLjIwMjg=
|
|
18
|
+
Server:
|
|
19
|
+
- nginx/1.2.2
|
|
20
|
+
Date:
|
|
21
|
+
- Sun, 29 Dec 2013 14:21:12 GMT
|
|
22
|
+
Content-Type:
|
|
23
|
+
- text/html
|
|
24
|
+
Content-Length:
|
|
25
|
+
- '19224'
|
|
26
|
+
Connection:
|
|
27
|
+
- close
|
|
28
|
+
Set-Cookie:
|
|
29
|
+
- F=; domain=.topix.com; path=/; expires=Sat, 28-Dec-2013 14:21:12 GMT
|
|
30
|
+
- PXE=v1%7c1ddf2027%7clsid%7cVMNUHSUUDVE7TS4H%7c1451398872%7cssid%7c0FJ0PIGHPD4OQ2PM%7c1388328072;
|
|
31
|
+
domain=.topix.com; path=/; expires=Tue, 29-Dec-2015 14:21:12 GMT
|
|
32
|
+
- T=0obQKInswC3c33rSEYs4bDBQCCdbcgEBH5%2FNoTEsxtta%2BTm1o7NAhLKHySliPEwklvSg2YubunxhTz7o90JEn6TgWl3%2BPV8XP4pa0uBcazRZqW6xNIbzckMuFtCr9iEhyzwOPJCOdY8KnPXFVRTM2lpEGZGXp%2Fi7ekoNOduNNHZdL306Yvl%2F92FaNqyoy5QDPmnXDXGNbDaZ2h9Hw4RSzy9aUkhK3Q%2Fu8iSJachz1rB%2BaH8Qj%2Fe4yO4NaoJ5DUDJ1APLhZ%2BtisphxUaE%2BioNybbeY8L17EiSjnIx6lCkAH9SE8mSn3pZgmsxymmBBDNI076OKYJZJgkZJnEkVy8awUA%3D%3D;
|
|
33
|
+
domain=.topix.com; path=/; expires=Wed, 27-Dec-2023 14:21:12 GMT
|
|
34
|
+
Cache-Control:
|
|
35
|
+
- no-cache
|
|
36
|
+
P3p:
|
|
37
|
+
- policyref="http://topix.cachefly.net/static/p3p.xml", CP="NON DSP CURa ADMa
|
|
38
|
+
DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND ONLo UNI COM NAV INT DEM STA"
|
|
39
|
+
Pragma:
|
|
40
|
+
- no-cache
|
|
41
|
+
X-Talxx:
|
|
42
|
+
- '4.50'
|
|
43
|
+
X-Topix-Pageid:
|
|
44
|
+
- HPSVIE3650600PAI
|
|
45
|
+
Content-Encoding:
|
|
46
|
+
- gzip
|
|
47
|
+
Expires:
|
|
48
|
+
- Sun, 29 Dec 2013 14:21:12 GMT
|
|
67
49
|
body:
|
|
68
50
|
encoding: ASCII-8BIT
|
|
69
|
-
string:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
51
|
+
string: |
|
|
52
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
53
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
|
54
|
+
xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"
|
|
55
|
+
>
|
|
56
|
+
<head>
|
|
57
|
+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
|
58
|
+
<script>
|
|
59
|
+
var start_time = (new Date()).getTime();
|
|
60
|
+
if (document.URL && document.URL.match(/pontfaverger\.com/)) {
|
|
61
|
+
window.location = "http://www.topix.com/";
|
|
62
|
+
}
|
|
63
|
+
</script>
|
|
64
|
+
<link rel="stylesheet" href="http://topix.cachefly.net/static/base_layout.min.363.css" type="text/css" media="all" />
|
|
65
|
+
<script>
|
|
66
|
+
var tpx_t7_header_flag = 1;
|
|
67
|
+
</script>
|
|
68
|
+
<link rel="stylesheet" href="http://topix.cachefly.net/static/topix-dk.min.363.css" type="text/css" media="all" />
|
|
69
|
+
<link rel="stylesheet" href="http://topix.cachefly.net/static/custom_layout.min.363.css" type="text/css" media="all" />
|
|
70
|
+
<script type="text/javascript" src="http://topix.cachefly.net/static/topixall.min.1305.js"></script>
|
|
71
|
+
<!-- change this to cachefly hosted jquery before pushing to production-->
|
|
72
|
+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
|
73
|
+
<script>var $jq = jQuery.noConflict()</script>
|
|
74
|
+
<script type="text/javascript">
|
|
75
|
+
var start_time;
|
|
76
|
+
if (!start_time)
|
|
77
|
+
start_time = (new Date()).getTime();
|
|
78
|
+
var t_v = "/t6track/clk?v=6aeebcH4sIAAAAAAAA/2NhYzE0MjZhYWHhYGZnYGDg4sjIz00tSExPZQPyEpNLMvPzuATCfP1CPYJDQ13CXM1Dgk08WIByOcWZKVwc2cW5prrpmekgkdzE5AwuAY-A4DBPV2MzUwMzA4MAR0-QTEEZUK2AgZuXQYCnu0eAi4l/oFGAL0imGGgK2w39A0FMQE5JMRejPjOQUVqUAwANHgVkmQAAAA__";
|
|
79
|
+
var page_node = "";
|
|
80
|
+
var page_nnode = "";
|
|
81
|
+
var topix_adinfo = "";
|
|
82
|
+
var topix_inst_adinfo = "";
|
|
83
|
+
var topix_node = 'city/san-francisco-ca';
|
|
84
|
+
var js_domain = 'topix.com';
|
|
85
|
+
</script>
|
|
86
|
+
<meta name="viewport" content="width=980, user-scalable=yes" />
|
|
87
|
+
<title>Topix: Your town. Your news. Your take.</title>
|
|
88
|
+
<meta name="verify-v1" content="rpeTI8LaRXzrUdfDBRrpJoGPhVGxFjRyw5VmJxr3GP8=" />
|
|
89
|
+
<meta name="verify-v1" content="SqSCRFNMDq81hiqvwidQrt9p385VnM2YziU6OhPyRjY=" />
|
|
90
|
+
<meta name="verify-v1" content="KIwLYpql7yInERc7ayP3uKcvKUAvAwbbznDDZoVkV8k=" />
|
|
91
|
+
<meta name="verify-v1" content="B5HXvfqyEa0I+R5MeimLh84x8eeogqA5xZv0jsGRo0k=" />
|
|
92
|
+
<meta name="msvalidate.01" content="5E9AFCE3F471688AE5392A84429C5F22" />
|
|
93
|
+
<meta name="description" content="Your Town. Your News. Your Take. Local news and discussion forums for every city in the US, thousands of cities throughout the world and 300,000 other topics." />
|
|
94
|
+
<meta property="fb:app_id" content="6001146171"/>
|
|
95
|
+
<link rel="SHORTCUT ICON" href="http://topix.cachefly.net/pics/favicon.ico"/>
|
|
96
|
+
<script>
|
|
97
|
+
document.observe('dom:loaded', chrome_attach_spotlight_to_search);
|
|
98
|
+
</script>
|
|
99
|
+
<script>
|
|
100
|
+
setTimeout(topix_doPageRefresh, 2700000);
|
|
101
|
+
</script>
|
|
102
|
+
<style>
|
|
103
|
+
.lede .pxed {padding:6px 3px 6px 25px; margin:0 0 4px; border-radius:4px; background:#eee url(http://topix.cachefly.net/pics/topix_t_16x16.png) no-repeat 5px 5px; font-weight:bold}
|
|
104
|
+
.lede blockquote {padding:0px 25px 0 36px; margin:0 0 6px; font-family:Georgia, Times, serif; background-position:10px 2px; line-height:120%; color:#777; font-size:12.3px; font-style: normal; text-align:left;}
|
|
105
|
+
.lede p {padding-bottom:6px;}
|
|
106
|
+
.perma_lede p {padding:0 0 10px;}
|
|
107
|
+
</style>
|
|
108
|
+
<!-- Rubicon Monetization API -->
|
|
109
|
+
<!-- Account: Topix Site: Topix -->
|
|
110
|
+
<script>
|
|
111
|
+
oz_api = "valuation";
|
|
112
|
+
oz_zone = "92077"; // Topix -- ATF Top Tier RTB
|
|
113
|
+
oz_site = "10683/24201";
|
|
114
|
+
oz_ad_slot_size = "728x90";
|
|
115
|
+
var rp_valuation;
|
|
116
|
+
</script>
|
|
117
|
+
<script type="text/javascript" src="http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=10683/24201"></script>
|
|
118
|
+
<script type='text/javascript'>
|
|
119
|
+
var crtg_nid = "2612";
|
|
120
|
+
var crtg_cookiename = "cto_topix";
|
|
121
|
+
var crtg_varname = "crtg_content";
|
|
122
|
+
function crtg_getCookie(c_name) {
|
|
123
|
+
var i,x,y,ARRCookies=document.cookie.split(";");
|
|
124
|
+
for(i=0;i<ARRCookies.length;i++) {
|
|
125
|
+
x=ARRCookies[i].substr(0,ARRCookies[i].indexOf("="));
|
|
126
|
+
y=ARRCookies[i].substr(ARRCookies[i].indexOf("=")+1);
|
|
127
|
+
x=x.replace(/^\s+|\s+$/g,"");
|
|
128
|
+
if(x==c_name){return unescape(y);}}return'';
|
|
129
|
+
}
|
|
130
|
+
var crtg_content = crtg_getCookie(crtg_cookiename);
|
|
131
|
+
var crtg_rnd=Math.floor(Math.random()*99999999999);
|
|
132
|
+
var crtg_url=location.protocol+'//rtax.criteo.com/delivery/rta/rta.js?netId='+escape(crtg_nid);
|
|
133
|
+
crtg_url+='&cookieName='+escape(crtg_cookiename);
|
|
134
|
+
crtg_url+='&rnd='+crtg_rnd;
|
|
135
|
+
crtg_url+='&varName=' + escape(crtg_varname);
|
|
136
|
+
var crtg_script=document.createElement('script');
|
|
137
|
+
crtg_script.type='text/javascript';
|
|
138
|
+
crtg_script.src=crtg_url;
|
|
139
|
+
crtg_script.async=true;
|
|
140
|
+
if (document.getElementsByTagName("head").length>0)
|
|
141
|
+
document.getElementsByTagName("head")[0].appendChild(crtg_script);
|
|
142
|
+
else
|
|
143
|
+
if (document.getElementsByTagName("body").length>0)
|
|
144
|
+
document.getElementsByTagName("body")[0].appendChild(crtg_script);
|
|
145
|
+
</script>
|
|
146
|
+
<script>
|
|
147
|
+
function hideForOverlay()
|
|
148
|
+
{
|
|
149
|
+
hideTagType("select");
|
|
150
|
+
hideTagType("object");
|
|
151
|
+
hideTagType("embed");
|
|
152
|
+
hideTagType("iframe");
|
|
153
|
+
hideHighZIndex(20000);
|
|
154
|
+
if ($('dart_rect')) {
|
|
155
|
+
Element.setStyle($('dart_rect'), { visibility: "hidden" });
|
|
156
|
+
}
|
|
157
|
+
if ($('fb-likediv'))
|
|
158
|
+
Element.setStyle('fb-likediv', { visibility: "hidden" });
|
|
159
|
+
if ($('ndn_wrap'))
|
|
160
|
+
Element.setStyle('ndn_wrap', { visibility: "hidden" });
|
|
161
|
+
}
|
|
162
|
+
function showForOverlay()
|
|
163
|
+
{
|
|
164
|
+
unhideTagType("select");
|
|
165
|
+
unhideTagType("object");
|
|
166
|
+
unhideTagType("embed");
|
|
167
|
+
unhideTagType("iframe");
|
|
168
|
+
unhideTagType("zindex");
|
|
169
|
+
if ($('dart_rect')) {
|
|
170
|
+
Element.setStyle($('dart_rect'), { visibility: "visible" });
|
|
171
|
+
}
|
|
172
|
+
if ($('fb-likediv'))
|
|
173
|
+
Element.setStyle('fb-likediv', { visibility: "visible" });
|
|
174
|
+
if ($('ndn_wrap'))
|
|
175
|
+
Element.setStyle('ndn_wrap', { visibility: "visible" });
|
|
176
|
+
}
|
|
177
|
+
</script>
|
|
178
|
+
</head>
|
|
179
|
+
<body id="three_col" >
|
|
180
|
+
<!-- timestamp: 1388326872, ip: 173.247.205.34 -->
|
|
181
|
+
<script>
|
|
182
|
+
var amzn_targs = "";
|
|
183
|
+
var amzn_url_param = encodeURIComponent(document.URL);
|
|
184
|
+
var amzn_random = Math.round(Math.random()*100000000);
|
|
185
|
+
var amzn_url = "http://aax-us-east.amazon-adsystem.com/e/dtb/bid?src=3009&u=" + amzn_url_param + "&cb=" + amzn_random;
|
|
186
|
+
topix_docWriteScript(amzn_url);
|
|
187
|
+
</script>
|
|
188
|
+
<a name="verytop"></a>
|
|
189
|
+
<div id="overlaydiv" style="display:none; height:0px"></div>
|
|
190
|
+
<div id="dialogdiv" style="display:none;"></div>
|
|
191
|
+
<div id="election_race_popout" style="display:none"></div>
|
|
192
|
+
<div id="fb-root" style="display:none;"></div>
|
|
193
|
+
<script>
|
|
194
|
+
var tpx_non3d = 0;
|
|
195
|
+
var tpx_userinit = 0;
|
|
196
|
+
function transitionheader(userinit) {
|
|
197
|
+
if (userinit)
|
|
198
|
+
tpx_userinit = 1;
|
|
199
|
+
if (tpx_non3d)
|
|
200
|
+
switchheader();
|
|
201
|
+
else
|
|
202
|
+
flipheader();
|
|
203
|
+
}
|
|
204
|
+
function sparkle(elem) {
|
|
205
|
+
if (tpx_non3d)
|
|
206
|
+
apply_reverse(elem);
|
|
207
|
+
else
|
|
208
|
+
apply_beat(elem);
|
|
209
|
+
}
|
|
210
|
+
function flipheader() {
|
|
211
|
+
toggleClassSingle('flip_container', 'flipped');
|
|
212
|
+
}
|
|
213
|
+
function switchheader() {
|
|
214
|
+
Element.toggle('ribbon-front'); Element.toggle('ribbon-back');
|
|
215
|
+
}
|
|
216
|
+
function apply_reverse(elem) {
|
|
217
|
+
toggleClassSingle(elem, 'reverse');
|
|
218
|
+
}
|
|
219
|
+
function apply_beat(elem) {
|
|
220
|
+
toggleClassSingle(elem, 'beat');
|
|
221
|
+
}
|
|
222
|
+
var first_beat_delay = 5000;
|
|
223
|
+
var first_flip_delay = 1100;
|
|
224
|
+
var second_beat_delay = 6000;
|
|
225
|
+
var second_flip_delay = 1100;
|
|
226
|
+
setTimeout(function() {
|
|
227
|
+
if (tpx_userinit) return;
|
|
228
|
+
sparkle('hamburger-front');
|
|
229
|
+
setTimeout(function() {
|
|
230
|
+
if (tpx_userinit) return;
|
|
231
|
+
transitionheader(false);
|
|
232
|
+
setTimeout(function() {
|
|
233
|
+
if (tpx_userinit) return;
|
|
234
|
+
sparkle('hamburger-back');
|
|
235
|
+
Element.removeClassName('hamburger-front', 'beat');
|
|
236
|
+
setTimeout(function() {
|
|
237
|
+
if (tpx_userinit) return;
|
|
238
|
+
transitionheader(false);
|
|
239
|
+
Element.removeClassName('hamburger-back', 'beat');
|
|
240
|
+
}, second_flip_delay);
|
|
241
|
+
}, second_beat_delay);
|
|
242
|
+
},
|
|
243
|
+
first_flip_delay);
|
|
244
|
+
},
|
|
245
|
+
first_beat_delay);
|
|
246
|
+
</script>
|
|
247
|
+
<div id="top">
|
|
248
|
+
<div class="top_ad padtb10">
|
|
249
|
+
<center>
|
|
250
|
+
<script>
|
|
251
|
+
var topix_adinfo;
|
|
252
|
+
topix_adinfo += ":";
|
|
253
|
+
topix_adinfo += 'Du';
|
|
254
|
+
</script>
|
|
255
|
+
<script>
|
|
256
|
+
// google_leaderboard_top
|
|
257
|
+
google_ad_client = "pub-6325511968014372";
|
|
258
|
+
google_skip = topix_google_skip;
|
|
259
|
+
google_ad_region = "topix";
|
|
260
|
+
google_color_bg = "FFFFFF";
|
|
261
|
+
google_color_border = "FFFFFF";
|
|
262
|
+
google_color_text = "000000";
|
|
263
|
+
google_color_link = "164C97";
|
|
264
|
+
google_color_url = "739912";
|
|
265
|
+
google_ad_format = "728x90_as";
|
|
266
|
+
google_ad_width = "728";
|
|
267
|
+
google_ad_height = "90";
|
|
268
|
+
google_ad_channel = "9808769447";
|
|
269
|
+
google_ad_type = "image";
|
|
270
|
+
google_kw_type = "broad";
|
|
271
|
+
google_hints = "san francisco,ca,california";
|
|
272
|
+
</script>
|
|
273
|
+
<script>
|
|
274
|
+
var dart_url = "http://ad.doubleclick.net/adj/tpx.homepage/;sz=728x90,970x90,970x66;tile=1;ord=315160827?";
|
|
275
|
+
var amzn_targs;
|
|
276
|
+
if (amzn_targs)
|
|
277
|
+
{
|
|
278
|
+
dart_url = dart_url.replace(";ord=", ";" + amzn_targs + ";ord=");
|
|
279
|
+
topix_adinfo += ":Zm";
|
|
280
|
+
}
|
|
281
|
+
var crtg_content;
|
|
282
|
+
if (crtg_content)
|
|
283
|
+
{
|
|
284
|
+
dart_url = dart_url.replace(";ord=", ";" + crtg_content + ";ord=");
|
|
285
|
+
topix_adinfo += ":At";
|
|
286
|
+
}
|
|
287
|
+
var rp_valuation;
|
|
288
|
+
if (rp_valuation && rp_valuation.estimate)
|
|
289
|
+
{
|
|
290
|
+
try {
|
|
291
|
+
var rp_targeting = "";
|
|
292
|
+
var rp = new RubiconInsight();
|
|
293
|
+
rp_targeting = rp.getAsDFPKeyValues(rp_valuation.estimate);
|
|
294
|
+
dart_url = dart_url.replace(";ord=", ";" + rp_targeting + ";ord=");
|
|
295
|
+
topix_adinfo += ":Uh";
|
|
296
|
+
}
|
|
297
|
+
catch(e) {}
|
|
298
|
+
}
|
|
299
|
+
document.write("<script src=\"" + dart_url + "\"><" + "/script>");
|
|
300
|
+
</script>
|
|
301
|
+
</center>
|
|
302
|
+
</div>
|
|
303
|
+
<div class="global_nav_wrap">
|
|
304
|
+
<div class="linear_nav_inner">
|
|
305
|
+
<div class="fb_tw">
|
|
306
|
+
<a href="https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fwww.topix.com%2F®ion=follow_link&screen_name=Topix" class="twitter nav_floated" data-show-count="false" data-show-screen-name="false" t="globalnav/twitter" target="_blank">
|
|
307
|
+
<img src="http://topix.cachefly.net/ext/t7/twitter_follow_button.png" width="60" height="20" />
|
|
308
|
+
</a>
|
|
309
|
+
<iframe src="//www.facebook.com/plugins/like.php?href=https://facebook.com/topix&width=80&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false&appId=6001146171" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:82px; height:21px;" allowTransparency="true" class="nav_floated"></iframe>
|
|
310
|
+
</div>
|
|
311
|
+
<ul>
|
|
312
|
+
<li><a t="globalnav/home" href="/">Home</a></li>
|
|
313
|
+
<li>
|
|
314
|
+
<a t="globalnav/local" href="/sf">Local</a>
|
|
315
|
+
</li>
|
|
316
|
+
<li><a t="globalnav/forums" href="/forum/recent">Forums</a></li>
|
|
317
|
+
<li><a t="globalnav/topstories" href="/topstories">Top Stories</a></li>
|
|
318
|
+
<li><a t="globalnav/popular" href="/popular/topstories">Popular</a></li>
|
|
319
|
+
<li>
|
|
320
|
+
<a t="globalnav/politx" href="http://politix.topix.com/">
|
|
321
|
+
<img style="position:relative; vertical-align:top" src="http://topix.cachefly.net/ext/px/favicon.ico" width="12" height="12"/>
|
|
322
|
+
Politix
|
|
323
|
+
</a>
|
|
324
|
+
</li>
|
|
325
|
+
<li><a t="globalnav/us" href="/us">US</a></li>
|
|
326
|
+
<li><a t="globalnav/world" href="/world">World</a></li>
|
|
327
|
+
<li><a t="globalnav/sports" href="/sports">Sports</a></li>
|
|
328
|
+
<li><a t="globalnav/entertainment" href="/entertainment">Entertainment</a></li>
|
|
329
|
+
<li><a t="globalnav/offbeat" href="/news/weird" >Offbeat</a></li>
|
|
330
|
+
</ul>
|
|
331
|
+
</div>
|
|
332
|
+
</div>
|
|
333
|
+
<div id="flip_container">
|
|
334
|
+
<div class="front face" id="ribbon-front">
|
|
335
|
+
<div class="top_nav_container">
|
|
336
|
+
<div class="admin-wrap">
|
|
337
|
+
</div>
|
|
338
|
+
<div class="user_widget_wrap media">
|
|
339
|
+
<a class="user_widget line" href="/member/login" t="headernav/front/signin">
|
|
340
|
+
<img src="http://topix.cachefly.net/pics/user_avatar_empty.png" width="34" height="34" class="avatar" />
|
|
341
|
+
<p class="user-signin">Sign In</p>
|
|
342
|
+
</a>
|
|
343
|
+
</div>
|
|
344
|
+
<a id="hamburger-front" class="hamburger" href="#" onclick="transitionheader(true); return false;" t="headernav/front/flip">
|
|
345
|
+
<img src="http://topix.cachefly.net/ext/t7/hamburger.png" />
|
|
346
|
+
</a>
|
|
347
|
+
<a href="/" class="logo" t="headernav/front/logo"><img src="http://topix.cachefly.net/ext/t7/topix_119x50.png" title="Topix Home"/></a>
|
|
348
|
+
</div>
|
|
349
|
+
</div>
|
|
350
|
+
<div class="face back" id="ribbon-back" >
|
|
351
|
+
<div class="top_nav_container">
|
|
352
|
+
<a id="hamburger-back" class="hamburger" href="#" onclick="transitionheader(true); return false;" t="headernav/back/flip">
|
|
353
|
+
<img class="flipback" src="http://topix.cachefly.net/ext/t7/arrow-back.png" />
|
|
354
|
+
</a>
|
|
355
|
+
<div class="ribbon_nav_right">
|
|
356
|
+
<div class="ribbon_nav_column">
|
|
357
|
+
<p class="minilogo">
|
|
358
|
+
<a href="/" t="headernav/back/logo_home"><img src="http://topix.cachefly.net/ext/t7/logo-mini.png" /></a>
|
|
359
|
+
</p>
|
|
360
|
+
<p><a href="/dir" t="headernav/back/all_topix">All Topix</a></p>
|
|
361
|
+
</div>
|
|
362
|
+
<div class="ribbon_nav_column">
|
|
363
|
+
<p><a href="/" t="headernav/home">Home</a></p>
|
|
364
|
+
<p><a href="/forum/recent" t="headernav/back/allforums">Forums</a></p>
|
|
365
|
+
<p><a href="/topstories" t="headernav/back/topstories">Top Stories</a></p>
|
|
366
|
+
</div>
|
|
367
|
+
<div class="ribbon_nav_column">
|
|
368
|
+
<p><a href="/news/weird" t="headernav/back/offbeat">Offbeat</a></p>
|
|
369
|
+
<p><a href="/business" t="headernav/back/business">Business</a></p>
|
|
370
|
+
<p><a href="/us" t="headernav/back/usnews">US News</a></p>
|
|
371
|
+
</div>
|
|
372
|
+
<div class="ribbon_nav_column nopad">
|
|
373
|
+
<p><a href="/tech" t="headernav/back/tech">Tech</a></p>
|
|
374
|
+
<p><a href="/sports" t="headernav/back/sports">Sports</a></p>
|
|
375
|
+
<p><a href="/entertainment" class="" t="headernav/back/entertainment">Entertainment</a></p>
|
|
376
|
+
</div>
|
|
377
|
+
</div><!-- end ribbon nav right -->
|
|
378
|
+
<div class="ribbon_nav_left line">
|
|
379
|
+
<div class="ribbon_nav_column">
|
|
380
|
+
<p class="minilogo">
|
|
381
|
+
<a href="/sf" t="headernav/back/logo_local"><img src="http://topix.cachefly.net/ext/t7/logo-mini.png" /></a>
|
|
382
|
+
</p>
|
|
383
|
+
<p class="cityname">
|
|
384
|
+
<a href="/sf" t="headernav/back/nodename">San Francisco</a>
|
|
385
|
+
</p>
|
|
386
|
+
</div>
|
|
387
|
+
<div class="ribbon_nav_column">
|
|
388
|
+
<p><a href="/sf" t="headernav/back/news">News</a></p>
|
|
389
|
+
<p><a href="/forum/sf" t="headernav/back/forums">Forums</a></p>
|
|
390
|
+
<p><a href="#" onclick="return chrome_changecitydialog();" class="change_button round4" t="headernav/back/change_city">Change City</a></p>
|
|
391
|
+
</div>
|
|
392
|
+
<div class="ribbon_nav_column">
|
|
393
|
+
<p><a href="/crime/sf" t="headernav/back/crime">Crime</a></p>
|
|
394
|
+
<p><a href="/dating/sf" t="headernav/back/dating"><img src="http://topix.cachefly.net/pics/icon_heart_11x11.png" width="11" height="10"> Dating</a></p>
|
|
395
|
+
<p><a href="/wire/sf" t="headernav/back/realtime">Real-Time News</a></p>
|
|
396
|
+
</div>
|
|
397
|
+
<div class="ribbon_nav_column">
|
|
398
|
+
<p><a href="/classifieds/sf/jobs" t="headernav/back/jobs">Jobs</a></p>
|
|
399
|
+
<p><a href="/obits/sf" t="headernav/back/obits">Obituaries</a></p>
|
|
400
|
+
<p><a href="/events/sf" t="headernav/back/loc_entertainment">Entertainment</a></p>
|
|
401
|
+
</div>
|
|
402
|
+
<div class="ribbon_nav_column">
|
|
403
|
+
<p><a href="/album/sf" t="headernav/back/photos">Photos</a></p>
|
|
404
|
+
<p><a href="/shopping/sf" t="headernav/back/shopping">Shopping</a></p>
|
|
405
|
+
<p><a href="/real-estate/sf" t="headernav/back/realestate">Real Estate</a></p>
|
|
406
|
+
</div>
|
|
407
|
+
<div class="ribbon_nav_column nopad">
|
|
408
|
+
<p><a href="/coupons/sf" t="headernav/back/coupons">Coupons</a></p>
|
|
409
|
+
<p><a href="//topix.ussearch.com/?sourcecode=16" target="_blank" t="headernav/back/whitepages">White Pages</a></p>
|
|
410
|
+
<p><a href="/yp/sf" t="headernav/back/yp">Yellow Pages</a></p>
|
|
411
|
+
</div>
|
|
412
|
+
</div><!-- end ribbon_nav_left -->
|
|
413
|
+
</div><!-- end top_nav_container -->
|
|
414
|
+
</div><!-- end top-nav-back -->
|
|
415
|
+
</div>
|
|
416
|
+
</div><!-- end top -->
|
|
417
|
+
<div id="content_wrap">
|
|
418
|
+
<div id="content" class="">
|
|
419
|
+
<style type="text/css">
|
|
420
|
+
#content_wrap {padding-top:4px;}
|
|
421
|
+
#one_list_wrap {margin:0 0 26px;}
|
|
422
|
+
#one_list_wrap .change_city {display:block; float:left; font-weight:bold; margin:7px 0 0 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding:3px 4px; font-size:11px; text-shadow: #fff 0px 1px 0px;}
|
|
423
|
+
.one_list_head {border-bottom: 2px dotted #ccc;padding:0 0 5px;}
|
|
424
|
+
.blue1 {background:#d3daee; padding:8px; border-radius:4px; margin:10px 0 0; border-bottom:none;}
|
|
425
|
+
.blue2 {background:#314680; padding:8px; border-radius:4px; margin:10px 0 0; border-bottom:none; color:#fff !important;}
|
|
426
|
+
.blue2 a {color:#fefefe !important;}
|
|
427
|
+
#one_list {border-top:none; margin:4px 0; padding:0px 0;}
|
|
428
|
+
#one_list li {padding:5px 0; border-bottom:1px dotted #ccc;}
|
|
429
|
+
#one_list li:hover {background-color:#e7edf4;}
|
|
430
|
+
#one_list li a {font-weight:bold; font-size:14px;}
|
|
431
|
+
#one_list li a img {position:relative; top:1px; margin:0 4px 0 0;}
|
|
432
|
+
#one_list li a.num_comments {color:#699c00;white-space:nowrap}
|
|
433
|
+
#one_list_nav {margin:10px 0 0;}
|
|
434
|
+
#one_list_nav li {float:left;border-radius:6px; background:#9fb8e8; background:#9fb8e8 -webkit-gradient(linear, left top, left bottom, from(#9fb8e8), to(#6790da)); background: -moz-linear-gradient(top, #9fb8e8, #6790da); padding:0; width:48.5%; }
|
|
435
|
+
#one_list_nav li a {display:block; font-size:18px; line-height:18px; font-weight:bold; color:#fff; text-shadow: #666 0px 1px 0px; background:transparent url(http://topix.cachefly.net/pics/icon_arrow_shaded_10x15.png) 97% 53% no-repeat; padding:8px 6px 8px 8px;}
|
|
436
|
+
#one_list_nav li#news {margin: 0 12px 0 0;}
|
|
437
|
+
#one_list_nav li#forums {background:#99cc00; background:#99cc00 -webkit-gradient(linear, left top, left bottom, from(#99cc00), to(#699c00)); background: -moz-linear-gradient(top, #99cc00, #699c00);}
|
|
438
|
+
#sublocals_wrap {margin:0;}
|
|
439
|
+
#sublocals_wrap h3 {font-size:18px; margin:0 0 2px; padding:0 0 5px; line-height: 18px; border-bottom:2px dotted #ccc;}
|
|
440
|
+
#sublocals_wrap li {font-size:13px; font-weight:bold; width:24%; border-bottom:1px dotted #ccc; float:left; padding:2px 0 2px 1%;}
|
|
441
|
+
#sublocals_wrap li a {display:block; padding:2px 0 2px;}
|
|
442
|
+
#sublocals_wrap li span {display:block; padding:2px 0 2px;}
|
|
443
|
+
.home_featured_debate {float:left;margin:0;}
|
|
444
|
+
.home_featured_debate h4 {font-size:18px;}
|
|
445
|
+
.home_featured_debate .feat_issue_wrap {margin:0 0 20px;}
|
|
446
|
+
.home_more_debates {width:300px;float:left;}
|
|
447
|
+
#global_wrap {text-align:left; margin:0 0 60px; padding:5px 0 0;}
|
|
448
|
+
#global_left {width:640px; margin:0 20px 0 0; float:left;}
|
|
449
|
+
#global_right {width:300px; float:left;}
|
|
450
|
+
#big_search {margin:10px 0 10px; padding-top:20px; border-top:2px solid #999}
|
|
451
|
+
#big_search h3 {font-size:18px; margin:0; padding:0;}
|
|
452
|
+
#big_search .intro {font-size:13px; padding:4px 0 8px;}
|
|
453
|
+
#big_search .intro a {font-weight:bold; }
|
|
454
|
+
#big_search label {font-weight:bold; font-size:16px;}
|
|
455
|
+
#big_search #searcher {border:2px solid #999; width:404px; font-size:16px; border-radius:6px; margin: 0 8px 0 0; padding:3px 6px; }
|
|
456
|
+
#big_search .search_submit {font-size:16px; font-weight:bold; border-radius:6px; padding:5px 6px; text-shadow:#fff 0 1px 0; position:relative; top:-2px;}
|
|
457
|
+
.topstories_title {font-size:16px; margin:0 0 6px; padding:0 0 5px; line-height: 18px; border-bottom:2px dotted #ccc;}
|
|
458
|
+
#topstories_wrap .tt_twocols {width:48.5%; float:left;}
|
|
459
|
+
#topstories_wrap .ta_headline {font-size:14px; font-weight: bold; line-height: 14px;}
|
|
460
|
+
.widget_wrap {margin:0 0 20px;}
|
|
461
|
+
.widget_wrap h4 {font-size:16px; padding:0 0 4px; margin:0 0 4px; border-bottom:2px dotted #ccc;}
|
|
462
|
+
.widget_wrap .subtitle {margin:5px 0; color:#444;}
|
|
463
|
+
.delta_wrap {display:block; width:47%; float:left; margin:0 3% 12px 0; border:1px solid #ccc; height:78px; border-radius:6px;}
|
|
464
|
+
.delta_graph {position:relative; height:52px; margin:0 auto; width:125px;}
|
|
465
|
+
.delta_graph li {position:absolute; bottom:0; width:17px; background:#f90; background: -moz-linear-gradient(top, #f90, #ff6d00); background:#f90 -webkit-gradient(linear, left top, left bottom, from(#f90), to(#ff6d00)); -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; }
|
|
466
|
+
.delta_wrap .delta_name {font-size:11.3px; line-height: 11.5px; font-weight:bold; text-align:center; text-shadow: #fff 0px 1px 0px; padding:6px 0 0;}
|
|
467
|
+
</style>
|
|
468
|
+
<div id="main">
|
|
469
|
+
<div class="main_padding">
|
|
470
|
+
<div id="pxpromo" class="dk_wrap css_round6">
|
|
471
|
+
<style>
|
|
472
|
+
.t_right {text-align:right;}
|
|
473
|
+
.f_clear {overflow:hidden;}
|
|
474
|
+
.f_left {float:left;}
|
|
475
|
+
.f_right {float:right;}
|
|
476
|
+
.font9 {font-size:9px;}
|
|
477
|
+
.font10 {font-size:10px;}
|
|
478
|
+
.font11 {font-size:11px;}
|
|
479
|
+
.font12 {font-size:12px !important;}
|
|
480
|
+
.font13 {font-size:13px;}
|
|
481
|
+
.font14 {font-size:14px;}
|
|
482
|
+
.font15 {font-size:15px;}
|
|
483
|
+
.font16 {font-size:16px;}
|
|
484
|
+
.font17 {font-size:16px;}
|
|
485
|
+
.font18 {font-size:18px;}
|
|
486
|
+
.lheight15 {line-height:15px;}
|
|
487
|
+
.bold {font-weight:bold;}
|
|
488
|
+
.nbold {font-weight:normal !important;}
|
|
489
|
+
.upper {text-transform:uppercase;}
|
|
490
|
+
.fff {color:#fff;}
|
|
491
|
+
.gray {color:#666;}
|
|
492
|
+
.lgray {color:#999;}
|
|
493
|
+
.red {color:red;}
|
|
494
|
+
.clr_558 {color:#558;}
|
|
495
|
+
.clr_ccc {color:#ccc;}
|
|
496
|
+
.clr_c00 {color:#c00;}
|
|
497
|
+
.clr_a00 {color:#a00 !important;}
|
|
498
|
+
.opa_99 {opacity:.99;}
|
|
499
|
+
.no_margin {margin:0}
|
|
500
|
+
.no_margintop {margin-top:0 !important;}
|
|
501
|
+
.no_margintb {margin-top:0 !important; margin-bottom:0 !important;}
|
|
502
|
+
.full_width {margin-left:-10px; margin-right:-10px; overflow:hidden;}
|
|
503
|
+
.yeswrap {white-space:normal !important;}
|
|
504
|
+
.ellipsis {white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
|
|
505
|
+
.nshadow {box-shadow:none !important;}
|
|
506
|
+
.border_ccc {border:1px solid #ccc !important;}
|
|
507
|
+
.sig {display:block; float:left; min-width:9px; min-height:9px; border-radius:3px; margin:0 4px 0 0; position:relative; top:1px; padding:0;}
|
|
508
|
+
.sig.icon { color:#fff; text-shadow:rgba(51, 51, 51, 0.7) 0 -1px 0; font-size:10px; padding:1px 1px 1px 2px;}
|
|
509
|
+
.sig.blank_icon {padding:2px;}
|
|
510
|
+
.debate_head {margin:0 0 6px; overflow:hidden;}
|
|
511
|
+
.debate_head h3 {margin:2px 0 0; font-size:16px;}
|
|
512
|
+
.debate_head .stats_wrap {overflow:hidden; color:#888; font-weight:normal;}
|
|
513
|
+
.debate_head .stats_wrap .stats {margin-right:5px;}
|
|
514
|
+
.debate_body .debate_map {margin-right:8px; }
|
|
515
|
+
.debate_body .option {margin:0 0 2px; padding:0 0 2px;; white-space:normal; border-bottom:2px dotted #ccc;}
|
|
516
|
+
.debate_body .bd .option.noborder {border-bottom:none;}
|
|
517
|
+
.debate_body .option dt {white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
|
|
518
|
+
.debate_body .option dd {overflow:hidden; color:#666; margin:0; padding:0;}
|
|
519
|
+
.debate_body .option .percent {float:right;}
|
|
520
|
+
.pie_wrap {overflow:hidden; position:relative;width:65px; height:65px;}
|
|
521
|
+
.pie_wrap img {position:absolute; top:-10px; left:-10px;}
|
|
522
|
+
.pie_35 {width:35px; height:40px; }
|
|
523
|
+
.pie_35 img {top:-8px;}
|
|
524
|
+
.px_label {font-weight:bold; font-size:11px; text-transform:uppercase; color:#a00;}
|
|
525
|
+
.grad_black {background:#000; background: -moz-linear-gradient(top, #666, #000); background:#666 -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));}
|
|
526
|
+
#pxpromo .px_click_item {color:#333; display:block; border-bottom:1px solid #ccc; padding:4px 8px 4px; font-size:13px; cursor:hand;}
|
|
527
|
+
#pxpromo .px_click_item:hover {text-decoration:none;}
|
|
528
|
+
#pxpromo .media {margin:0;}
|
|
529
|
+
.px_click_item:hover {background:#f5f5f5;}
|
|
530
|
+
#pxpromo .px_click_item:last-child {border-bottom:none;}
|
|
531
|
+
.px_header_lw {padding:5px 0; text-align:center;}
|
|
532
|
+
.px_click_item time {margin:2px 0 0 5px;}
|
|
533
|
+
.px_click_item time img {position:relative; top:2px;}
|
|
534
|
+
.px_button {color:#fff; padding:4px 6px; text-align:center; border:1px solid #ccc;}
|
|
535
|
+
.dk_wrap {border:1px solid #ccc; border-top:none; margin:0 0 10px;}
|
|
536
|
+
.px_header {overflow:hidden; padding:7px 8px; color:#333; text-align:left; text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
|
|
537
|
+
.round_top_only {-moz-border-radius-bottomright:0; border-bottom-right-radius:0; -moz-border-radius-bottomleft:0; border-bottom-left-radius:0;}
|
|
538
|
+
.dk_wrap .item_heading {font-size:16px; margin:0; padding:0;}
|
|
539
|
+
.dk_wrap .debate_head {margin:0 0 2px;}
|
|
540
|
+
.dk_wrap .debate_head h3 {font-size:20px;}
|
|
541
|
+
.dk_wrap time {font-size:13px;}
|
|
542
|
+
.item_sponsored {background:#f6f7ff; position:relative; border-top-width:1px;}
|
|
543
|
+
.item_sponsored .pxbutton {width:30%; text-transform:none;}
|
|
544
|
+
.item_sponsored h3 {padding:0 110px 0 0 !important;}
|
|
545
|
+
.sponsored_badge {overflow:hidden; position:absolute; top:-1px; right:0;}
|
|
546
|
+
.diagonal_left { border-color: #dcddfe transparent transparent transparent; border-style:solid; border-width:18px 0px 0px 18px; width:0; height:0; float:left;}
|
|
547
|
+
.sponsored_text {background:#dcddfe; padding:0 10px 0 2px; line-height:16px; height:18px; float:left; font-size:10px; font-weight:normal;}
|
|
548
|
+
</style>
|
|
549
|
+
<!--[if lt IE 9]>
|
|
550
|
+
<script src="/static/html5shiv.1.js"></script>
|
|
551
|
+
<![endif]-->
|
|
552
|
+
<header class="px_header grad_white_2_ltgray css_round6 round_top_only" style="text-align:left;">
|
|
553
|
+
<a data-role="none" href="http://politix.topix.com/" class="f_right" target="_blank" t=" pxpromo_vip_dk" style="padding-top:4px;">
|
|
554
|
+
<img src="http://topix.cachefly.net/ext/px/px_logo_pos_h42.png" height="25" alt="Politix" />
|
|
555
|
+
</a>
|
|
556
|
+
</header>
|
|
557
|
+
<a href="http://politix.topix.com/homepage/9556-has-2013-been-a-good-year-in-politics" class="px_click_item" target="_blank" t=" pxpromo_vip_dk_interactive">
|
|
558
|
+
<header class="debate_head media">
|
|
559
|
+
<div class="pie_wrap pie_35 f_left">
|
|
560
|
+
<img src="http://chart.googleapis.com/chart?chco=87CEEB,BC80BD,E3241C&chd=t%3A0%2E1,0%2E1,0%2E8&chf=bg,s,FFFFFF00&chs=50x50&cht=p"/>
|
|
561
|
+
</div>
|
|
562
|
+
<div class="bd">
|
|
563
|
+
<time class="f_right font11 t_right gray">
|
|
564
|
+
3 hr<br/>
|
|
565
|
+
<span class="font11">13 <img src="http://topix.cachefly.net/pics/icon_micro_forum2.gif"/></span>
|
|
566
|
+
</time>
|
|
567
|
+
<h3>Has 2013 Been a Good Year in Politics?</h3>
|
|
568
|
+
<div class="stats_wrap">
|
|
569
|
+
<span class="stats">
|
|
570
|
+
<b>13</b> statements
|
|
571
|
+
</span>
|
|
572
|
+
<span class="stats">
|
|
573
|
+
<b>20</b> votes
|
|
574
|
+
</span>
|
|
575
|
+
</div>
|
|
576
|
+
</div>
|
|
577
|
+
</header>
|
|
578
|
+
<section class="debate_body media">
|
|
579
|
+
<div class="img debate_map px_loading">
|
|
580
|
+
<img src="http://politix.topix.com/img/debatemap/m-9556.png" width="350" class="css_round4 px_loading"/>
|
|
581
|
+
</div>
|
|
582
|
+
<div class="bd">
|
|
583
|
+
<dl class="option">
|
|
584
|
+
<dt class="bold font12">
|
|
585
|
+
<span class="sig grad_lightblue"> </span>
|
|
586
|
+
Yes
|
|
587
|
+
</dt>
|
|
588
|
+
<dd class="font11">
|
|
589
|
+
<div class="percent bold font15 lheight15">10%</div>
|
|
590
|
+
<b>2</b> votes
|
|
591
|
+
</dd>
|
|
592
|
+
</dl>
|
|
593
|
+
<dl class="option">
|
|
594
|
+
<dt class="bold font12">
|
|
595
|
+
<span class="sig grad_purple"> </span>
|
|
596
|
+
In some ways
|
|
597
|
+
</dt>
|
|
598
|
+
<dd class="font11">
|
|
599
|
+
<div class="percent bold font15 lheight15">10%</div>
|
|
600
|
+
<b>2</b> votes
|
|
601
|
+
</dd>
|
|
602
|
+
</dl>
|
|
603
|
+
<dl class="option">
|
|
604
|
+
<dt class="bold font12">
|
|
605
|
+
<span class="sig grad_red"> </span>
|
|
606
|
+
No
|
|
607
|
+
</dt>
|
|
608
|
+
<dd class="font11">
|
|
609
|
+
<div class="percent bold font15 lheight15">80%</div>
|
|
610
|
+
<b>16</b> votes
|
|
611
|
+
</dd>
|
|
612
|
+
</dl>
|
|
613
|
+
<div class="px_button css_round6 grad_black bold" style="margin:5px 5px 8px;">Vote Now</div>
|
|
614
|
+
</div>
|
|
615
|
+
</section>
|
|
616
|
+
</a>
|
|
617
|
+
<a href="http://politix.topix.com/homepage/9571-archbishop-desmond-tutu-animals-deserve-justice-too" class="px_click_item" target="_blank" t=" pxpromo_vip_dk">
|
|
618
|
+
<section class="media">
|
|
619
|
+
<img width="97" height="67" src="http://politix.topix.com/pximg/S9OSBPCU0MJG82TU-rsz97x67.jpg" class="img art_img css_round4 px_loading"/>
|
|
620
|
+
<div class="bd">
|
|
621
|
+
<time class="f_right t_right gray">
|
|
622
|
+
15 min<br/>
|
|
623
|
+
<span>3 <img src="http://topix.cachefly.net/pics/icon_micro_forum2.gif"/></span>
|
|
624
|
+
</time>
|
|
625
|
+
<h3 class="item_heading">Archbishop Desmond Tutu: Animals Deserve Justice Too</h3>
|
|
626
|
+
<p class="px_label clr_a00"></p>
|
|
627
|
+
<div class="item_subtitle">
|
|
628
|
+
'It is vital that these instances of injustice not be overlooked'
|
|
629
|
+
</div>
|
|
630
|
+
</div>
|
|
631
|
+
</section>
|
|
632
|
+
</a>
|
|
633
|
+
<a href="http://politix.topix.com/homepage/9569-should-there-be-a-plus-sized-barbie-doll" class="px_click_item" target="_blank" t=" pxpromo_vip_dk">
|
|
634
|
+
<section class="media">
|
|
635
|
+
<img width="97" height="67" src="http://politix.topix.com/pximg/UOOCQNS6VLPK5PQB-rsz97x67.jpg" class="img art_img css_round4 px_loading"/>
|
|
636
|
+
<div class="bd">
|
|
637
|
+
<time class="f_right t_right gray">
|
|
638
|
+
2 hr<br/>
|
|
639
|
+
<span>25 <img src="http://topix.cachefly.net/pics/icon_micro_forum2.gif"/></span>
|
|
640
|
+
</time>
|
|
641
|
+
<h3 class="item_heading">Should There Be a Plus-Sized Barbie Doll?</h3>
|
|
642
|
+
<p class="px_label clr_a00"></p>
|
|
643
|
+
<div class="item_subtitle">
|
|
644
|
+
Photo posted on Facebook sparks debate
|
|
645
|
+
</div>
|
|
646
|
+
</div>
|
|
647
|
+
</section>
|
|
648
|
+
</a>
|
|
649
|
+
</div><!-- close pxpromo -->
|
|
650
|
+
<img src="/t6track/imp?v=24c8deH4sIAAAAAAAA/2NhYzE0MjZhYWHhYGZjYGDg4sjIz00tSExPBfESk0sy8/O4eMvLy/VK8gsyK/SS83NZgBIZ-cUlXHwFFQVF-bn58WWZBfEp2cxA8YLMFC4Bj4DgME9XYzNTAzMDgwBHT5CGgrLMFLYb-geCmICckmIuRn2Q8tKiHABbrw-PgQAAAA__" width="1" height="1" />
|
|
651
|
+
<script>
|
|
652
|
+
var topix_adinfo;
|
|
653
|
+
topix_adinfo += ":";
|
|
654
|
+
topix_adinfo += 'Dn';
|
|
655
|
+
</script>
|
|
656
|
+
<script>
|
|
657
|
+
var dart_url = "http://ad.doubleclick.net/adj/tpx.homepage/;native=1;sz=2x2;!category=google;tile=12;ord=315160827?";
|
|
658
|
+
var amzn_targs;
|
|
659
|
+
if (amzn_targs)
|
|
660
|
+
{
|
|
661
|
+
dart_url = dart_url.replace(";ord=", ";" + amzn_targs + ";ord=");
|
|
662
|
+
topix_adinfo += ":Zm";
|
|
663
|
+
}
|
|
664
|
+
var crtg_content;
|
|
665
|
+
if (crtg_content)
|
|
666
|
+
{
|
|
667
|
+
dart_url = dart_url.replace(";ord=", ";" + crtg_content + ";ord=");
|
|
668
|
+
topix_adinfo += ":At";
|
|
669
|
+
}
|
|
670
|
+
document.write("<script src=\"" + dart_url + "\"><" + "/script>");
|
|
671
|
+
</script>
|
|
672
|
+
<div id="one_list_wrap">
|
|
673
|
+
<div id="localnews" class="hslice">
|
|
674
|
+
<div class="entry-title" style="display:none"><h4>San Francisco News</h4></div>
|
|
675
|
+
<a rel="entry-content" href="/webslice/localnews?node=city/san-francisco-ca"></a>
|
|
676
|
+
<div class="one_list_head blue1">
|
|
677
|
+
<div class="weather_widget">
|
|
678
|
+
<div class="weather_icon"><a href="/weather/sf" t="headernav/front/weather"><img src="http://topix.cachefly.net/pics/weather/33_h.png" title="Clear"/></a></div>
|
|
679
|
+
<div class="weather_traffic">
|
|
680
|
+
<p class="weather-hilo">
|
|
681
|
+
<a href="/weather/sf" t="headernav/front/weather">
|
|
682
|
+
62°F
|
|
683
|
+
<span class="lgray">|</span>
|
|
684
|
+
43°F
|
|
685
|
+
</a>
|
|
686
|
+
</p>
|
|
687
|
+
<a href="#" onclick="return chrome_changecitydialog();" class="change_button" t="headernav/back/change_city">Change City</a>
|
|
688
|
+
</div>
|
|
689
|
+
</div><!-- end weather widget -->
|
|
690
|
+
<h1>
|
|
691
|
+
<a t="homepage/h1" style="color:#333" href="/sf">San Francisco</a>
|
|
692
|
+
</h1>
|
|
693
|
+
<h2>Recent <a t="homepage/h2news" style="color:#333" href="/sf"> News</a> & <a t="homepage/h2forum" style="color:#333" href="/forum/sf">Discussions</a></h2>
|
|
694
|
+
<div class="divclear"></div>
|
|
695
|
+
</div>
|
|
696
|
+
<ul id="one_list">
|
|
697
|
+
<li>
|
|
698
|
+
<a t="home/article" href="/forum/sf/TCR09D1CUDAO9TR9S">
|
|
699
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
700
|
+
Gay marriage
|
|
701
|
+
</a>
|
|
702
|
+
-
|
|
703
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TCR09D1CUDAO9TR9S">14,683 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
704
|
+
- <span style="white-space:nowrap">56 min ago</span>
|
|
705
|
+
</li>
|
|
706
|
+
<li>
|
|
707
|
+
<a t="home/article" href="/sf/2013/12/film-and-fog-at-oakland-museum-of-ca">
|
|
708
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
709
|
+
Film and Fog at Oakland Museum of CA
|
|
710
|
+
</a>
|
|
711
|
+
- <span style="white-space:nowrap">3 hrs ago</span>
|
|
712
|
+
</li>
|
|
713
|
+
<li>
|
|
714
|
+
<a t="home/article" href="/forum/sf/TKCMR02QGH4L3NTI9">
|
|
715
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
716
|
+
George Zimmerman Trail---Bnai moshe conspiracy???
|
|
717
|
+
</a>
|
|
718
|
+
-
|
|
719
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TKCMR02QGH4L3NTI9">1 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
720
|
+
- <span style="white-space:nowrap">5 hrs ago</span>
|
|
721
|
+
</li>
|
|
722
|
+
<li>
|
|
723
|
+
<a t="home/article" href="/sf/2013/12/serial-car-burglary-suspect-arrested-thanks-to-citizen">
|
|
724
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
725
|
+
Serial car burglary suspect arrested thanks to citizen
|
|
726
|
+
</a>
|
|
727
|
+
- <span style="white-space:nowrap">7 hrs ago</span>
|
|
728
|
+
</li>
|
|
729
|
+
<li>
|
|
730
|
+
<a t="home/article" href="/forum/sf/TH6FC2NTHSA34FVR9">
|
|
731
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
732
|
+
Judge overturns California's ban on same-sex marriage
|
|
733
|
+
</a>
|
|
734
|
+
-
|
|
735
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TH6FC2NTHSA34FVR9">196,168 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
736
|
+
- <span style="white-space:nowrap">8 hrs ago</span>
|
|
737
|
+
</li>
|
|
738
|
+
<li>
|
|
739
|
+
<a t="home/article" href="/forum/sf/T3GBJV6BH744SRC4U">
|
|
740
|
+
<img width="12" height="12" src="http://topix.cachefly.net/pics/blank.gif" class="sp_forum s_politics" title="Election 2010"/>
|
|
741
|
+
Who do you support for Governor in California in 2010?
|
|
742
|
+
</a>
|
|
743
|
+
-
|
|
744
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/T3GBJV6BH744SRC4U">3,526 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
745
|
+
- <span style="white-space:nowrap">8 hrs ago</span>
|
|
746
|
+
</li>
|
|
747
|
+
<li>
|
|
748
|
+
<a t="home/article" href="/sf/2013/12/east-bay-vs-west-bay-the-rivalry-continues-rockridge-vs-noe-valley">
|
|
749
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
750
|
+
East Bay vs. West Bay: The rivalry continues, Rockridge vs. No...
|
|
751
|
+
</a>
|
|
752
|
+
- <span style="white-space:nowrap">11 hrs ago</span>
|
|
753
|
+
</li>
|
|
754
|
+
<li>
|
|
755
|
+
<a t="home/article" href="/forum/sf/TI3PISP9AHEKNON6S">
|
|
756
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
757
|
+
Duck Dynasty ain't going away
|
|
758
|
+
</a>
|
|
759
|
+
-
|
|
760
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TI3PISP9AHEKNON6S">10 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
761
|
+
- <span style="white-space:nowrap">14 hrs ago</span>
|
|
762
|
+
</li>
|
|
763
|
+
<li>
|
|
764
|
+
<a t="home/article" href="/sf/2013/12/police-make-arrest-in-robbery-homicide-case">
|
|
765
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
766
|
+
Police Make Arrest in Robbery-Homicide Case
|
|
767
|
+
</a>
|
|
768
|
+
- <span style="white-space:nowrap">15 hrs ago</span>
|
|
769
|
+
</li>
|
|
770
|
+
<li>
|
|
771
|
+
<a t="home/article" href="/sf/2013/12/lyft-expands-coverage-and-hours-changes-payment-system">
|
|
772
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
773
|
+
Lyft expands coverage and hours, changes payment system
|
|
774
|
+
</a>
|
|
775
|
+
- <span style="white-space:nowrap">19 hrs ago</span>
|
|
776
|
+
</li>
|
|
777
|
+
<li>
|
|
778
|
+
<a t="home/article" href="/forum/sf/TU6QGQ1VA71GMSIGN">
|
|
779
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
780
|
+
Miami Sizzles for GLBT Travelers
|
|
781
|
+
</a>
|
|
782
|
+
-
|
|
783
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TU6QGQ1VA71GMSIGN">2 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
784
|
+
- <span style="white-space:nowrap">20 hrs ago</span>
|
|
785
|
+
</li>
|
|
786
|
+
<li>
|
|
787
|
+
<a t="home/article" href="/sf/2013/12/no-decision-yet-following-charged-hearing-to-stall-city-college-closure">
|
|
788
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
789
|
+
No decision yet following charged hearing to stall City Colleg...
|
|
790
|
+
</a>
|
|
791
|
+
- <span style="white-space:nowrap">23 hrs ago</span>
|
|
792
|
+
</li>
|
|
793
|
+
<li>
|
|
794
|
+
<a t="home/article" href="/forum/sf/TMTHM6LQI1AVVKKQD">
|
|
795
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
796
|
+
Lawsuit says ex-Marin executive defrauded investors
|
|
797
|
+
</a>
|
|
798
|
+
-
|
|
799
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TMTHM6LQI1AVVKKQD">73 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
800
|
+
- <span style="white-space:nowrap">Yesterday</span>
|
|
801
|
+
</li>
|
|
802
|
+
<li>
|
|
803
|
+
<a t="home/article" href="/sf/2013/12/family-to-move-brain-dead-girl-13">
|
|
804
|
+
<img height="12" width="12" title="News" class="sp_forum s_news" src="http://topix.cachefly.net/pics/blank.gif">
|
|
805
|
+
Family to Move Brain Dead Girl, 13
|
|
806
|
+
</a>
|
|
807
|
+
- <span style="white-space:nowrap">Yesterday</span>
|
|
808
|
+
</li>
|
|
809
|
+
<li>
|
|
810
|
+
<a t="home/article" href="/forum/sf/TORHB4QN6BN0M7SBE">
|
|
811
|
+
<img height="12" width="12" title="Discussion" class="sp_forum s_forum" src="http://topix.cachefly.net/pics/blank.gif">
|
|
812
|
+
Oakland: Meet San Francisco's cooler cousin
|
|
813
|
+
</a>
|
|
814
|
+
-
|
|
815
|
+
<a t="home/article-comments" class="num_comments" href="/forum/sf/TORHB4QN6BN0M7SBE">12 <img class="sp_forum s_forum_mini" src="http://topix.cachefly.net/pics/blank.gif" style="margin-right:4px;" height="10" width="10"/></a>
|
|
816
|
+
- <span style="white-space:nowrap">Yesterday</span>
|
|
817
|
+
</li>
|
|
818
|
+
</ul>
|
|
819
|
+
</div>
|
|
820
|
+
<div id="fb-likediv">
|
|
821
|
+
<fb:like href="http://www.topix.com/sf" width="450" font="arial" layout="standard" show_faces="false" action="like"></fb:like>
|
|
822
|
+
</div>
|
|
823
|
+
<ul id="one_list_nav">
|
|
824
|
+
<li id="news">
|
|
825
|
+
<a href="/sf" t="home/all-news" >All San Francisco News</a>
|
|
826
|
+
</li>
|
|
827
|
+
<li id="forums">
|
|
828
|
+
<a href="/forum/sf" t="home/all-forums">All San Francisco Forums</a>
|
|
829
|
+
</li>
|
|
830
|
+
<div class="divclear"></div>
|
|
831
|
+
</ul>
|
|
832
|
+
<div class="divclear"></div>
|
|
833
|
+
</div>
|
|
834
|
+
<div id="sublocals_wrap">
|
|
835
|
+
<h3>Also in San Francisco</h3>
|
|
836
|
+
<ul>
|
|
837
|
+
<li><a href="/wire/sf" t="home_local/wire">Real-Time News</a></li>
|
|
838
|
+
<li><a href="/dating/sf" t="home_local/personals" style="color:#d80000">Dating <img src="http://topix.cachefly.net/pics/icon_heart_11x11.png" width="11" height="10" /></a></li>
|
|
839
|
+
<li><a href="/crime/sf" t="home_local/crime">Crime </a></li>
|
|
840
|
+
<li><a href="/yp/sf" t="home_local/yp">Yellow Pages</a></li>
|
|
841
|
+
<li><a t="home_local/obits" href="/obits/sf">Obituaries</a></li>
|
|
842
|
+
<li><a t="home_local/localpolitics" href="/politics/sf" class="">Politics</a></li>
|
|
843
|
+
<li><a t="home_local/localbusiness" href="/localbusiness/sf">Local Business</a></li>
|
|
844
|
+
<li><a t="home_local/localsports" href="/local-sports/sf">Local Sports </a></li>
|
|
845
|
+
<li><a href="http://topix.ussearch.com/?sourcecode=16" t="home_local/whitepages" target="_blank" rel="nofollow">White Pages </a></li>
|
|
846
|
+
<li><a href="/events/sf" t="home_local/entertainment">Entertainment</a></li>
|
|
847
|
+
<li><a href="/local-movies/sf" t="home_local/movies">Movies</a></li>
|
|
848
|
+
<li><a href="/album/sf" t="home_local/photos">Photos</a></li>
|
|
849
|
+
<li><a href="/shopping/sf" t="home_local/shopping">Shopping</a></li>
|
|
850
|
+
<li><a href="/coupons/sf" t="home_local/coupons">Coupons</a></li>
|
|
851
|
+
<li><a href="/pets-for-sale/sf" t="home_local/pets">Pets</a></li>
|
|
852
|
+
<li><a href="/real-estate/sf" t="home_local/realestate">Real Estate</a></li>
|
|
853
|
+
<li><a t="home_local/mortgages" href="/mortgages/sf">Mortgages</a></li>
|
|
854
|
+
<li><a href="/classifieds/sf/jobs" t="home_local/jobs">Jobs</a>
|
|
855
|
+
<li><a href="/information/sf" t="home_local/infopage">Info</a></li>
|
|
856
|
+
<li>
|
|
857
|
+
<a t="home_local/weather" href="/weather/sf">Weather</a>
|
|
858
|
+
</li>
|
|
859
|
+
<div class="divclear"></div>
|
|
860
|
+
</ul>
|
|
861
|
+
</div>
|
|
862
|
+
</div>
|
|
863
|
+
</div>
|
|
864
|
+
<div id="right" style="overflow:visible;">
|
|
865
|
+
<div class="right_padding">
|
|
866
|
+
<form method="get" action="/search/article" name="search_form" id="search_form" class="margin0">
|
|
867
|
+
<input type="text" id="search_field" autocomplete="off" name="q" class="css_round8 t7_search" placeholder="Search across all Topix"/>
|
|
868
|
+
<button class="sp_chrome s_loupe" type="submit" id="search_submit"></button>
|
|
869
|
+
</form>
|
|
870
|
+
<div class="ad_divider">•••</div>
|
|
871
|
+
<script>
|
|
872
|
+
var topix_adinfo;
|
|
873
|
+
topix_adinfo += ":";
|
|
874
|
+
topix_adinfo += 'DR';
|
|
875
|
+
</script>
|
|
876
|
+
<script>
|
|
877
|
+
// googlebox2
|
|
878
|
+
google_ad_client = "pub-6325511968014372";
|
|
879
|
+
google_skip = topix_google_skip;
|
|
880
|
+
google_ad_region = "topix";
|
|
881
|
+
google_color_bg = "FFFFFF";
|
|
882
|
+
google_color_border = "FFFFFF";
|
|
883
|
+
google_color_text = "000000";
|
|
884
|
+
google_color_link = "164C97";
|
|
885
|
+
google_color_url = "739912";
|
|
886
|
+
google_ad_format = "300x250_as";
|
|
887
|
+
google_ad_width = "300";
|
|
888
|
+
google_ad_height = "250";
|
|
889
|
+
google_ad_channel = "3762235846";
|
|
890
|
+
google_ad_type = "text_html";
|
|
891
|
+
google_kw_type = "broad";
|
|
892
|
+
google_hints = "san francisco,ca,california";
|
|
893
|
+
</script>
|
|
894
|
+
<div id="dart_rect">
|
|
895
|
+
<script>
|
|
896
|
+
var dart_url = "http://ad.doubleclick.net/adj/tpx.homepage/;kw=top;sz=300x250,300x600;tile=6;ord=315160827?";
|
|
897
|
+
if (topix_google_skip)
|
|
898
|
+
{
|
|
899
|
+
dart_url = dart_url.replace(";gc=", ";gs=" + topix_google_skip + ";gc=");
|
|
900
|
+
}
|
|
901
|
+
var amzn_targs;
|
|
902
|
+
if (amzn_targs)
|
|
903
|
+
{
|
|
904
|
+
dart_url = dart_url.replace(";ord=", ";" + amzn_targs + ";ord=");
|
|
905
|
+
topix_adinfo += ":Zm";
|
|
906
|
+
}
|
|
907
|
+
var crtg_content;
|
|
908
|
+
if (crtg_content)
|
|
909
|
+
{
|
|
910
|
+
dart_url = dart_url.replace(";ord=", ";" + crtg_content + ";ord=");
|
|
911
|
+
topix_adinfo += ":At";
|
|
912
|
+
}
|
|
913
|
+
document.write("<script src=\"" + dart_url + "\"><" + "/script>");
|
|
914
|
+
</script>
|
|
915
|
+
</div>
|
|
916
|
+
<script>var adhook1; if (adhook1) adhook1();</script>
|
|
917
|
+
<script>var adhook2; if (adhook1) adhook2();</script>
|
|
918
|
+
<script>var intadhook1; if (intadhook1) intadhook1();</script>
|
|
919
|
+
<script>var intadhook2; if (intadhook1) intadhook2();</script>
|
|
920
|
+
<div class="ad_divider">•••</div>
|
|
921
|
+
<script>
|
|
922
|
+
var topix_adinfo;
|
|
923
|
+
topix_adinfo += ":";
|
|
924
|
+
topix_adinfo += 'DR';
|
|
925
|
+
</script>
|
|
926
|
+
<script>
|
|
927
|
+
// googlebox2
|
|
928
|
+
google_ad_client = "pub-6325511968014372";
|
|
929
|
+
google_skip = topix_google_skip;
|
|
930
|
+
google_ad_region = "topix";
|
|
931
|
+
google_color_bg = "FFFFFF";
|
|
932
|
+
google_color_border = "FFFFFF";
|
|
933
|
+
google_color_text = "000000";
|
|
934
|
+
google_color_link = "164C97";
|
|
935
|
+
google_color_url = "739912";
|
|
936
|
+
google_ad_format = "300x250_as";
|
|
937
|
+
google_ad_width = "300";
|
|
938
|
+
google_ad_height = "250";
|
|
939
|
+
google_ad_channel = "3762235846";
|
|
940
|
+
google_ad_type = "text_html";
|
|
941
|
+
google_kw_type = "broad";
|
|
942
|
+
google_hints = "san francisco,ca,california";
|
|
943
|
+
</script>
|
|
944
|
+
<script>
|
|
945
|
+
var dart_url = "http://ad.doubleclick.net/adj/tpx.homepage/;kw=perform;impcnt=off;domain=www.topix.com;sz=300x250,300x600;tile=7;ord=315160827?";
|
|
946
|
+
var amzn_targs;
|
|
947
|
+
if (amzn_targs)
|
|
948
|
+
{
|
|
949
|
+
dart_url = dart_url.replace(";ord=", ";" + amzn_targs + ";ord=");
|
|
950
|
+
topix_adinfo += ":Zm";
|
|
951
|
+
}
|
|
952
|
+
var crtg_content;
|
|
953
|
+
if (crtg_content)
|
|
954
|
+
{
|
|
955
|
+
dart_url = dart_url.replace(";ord=", ";" + crtg_content + ";ord=");
|
|
956
|
+
topix_adinfo += ":At";
|
|
957
|
+
}
|
|
958
|
+
document.write("<script src=\"" + dart_url + "\"><" + "/script>");
|
|
959
|
+
</script>
|
|
960
|
+
<div class="ad_divider">•••</div>
|
|
961
|
+
<a name="map_anchor"></a>
|
|
962
|
+
<div class="widget widget_plain">
|
|
963
|
+
<div id="leaflet_wrapper" name="leaflet_wrapper" onmousedown="sendClickEvent('widget-leaflet/teaser'); window.location='/sf?expandmap=1#gmap_anchor';return false;"; onclick="return false;" ondblclick="return false" style="cursor:pointer;">
|
|
964
|
+
<div id="static_leaflet" style="position:relative; width: 296px; height: 340px;background-image:url(http://open.mapquestapi.com/staticmap/v4/getmap?key=Fmjtd%7Cluub20utn0%2Cbs%3Do5-9url1u¢er=37.7749295,-122.4194155&zoom=12&size=296,340)">
|
|
965
|
+
<div id="teaser_msg" style="position:absolute; width:100%; margin-top:100px; z-index:95; text-align:center; padding:20px 0; filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; background-color:#333; color:#fff;">Click for news, events and info in San Francisco, CA</div>
|
|
966
|
+
</div>
|
|
967
|
+
<div class="divclear"></div>
|
|
968
|
+
</div><!-- close #gmap_widget_div -->
|
|
969
|
+
</div><!-- end teaser widget -->
|
|
970
|
+
</div>
|
|
971
|
+
</div>
|
|
972
|
+
<div class="divclear"></div>
|
|
973
|
+
</div>
|
|
974
|
+
<div id="global_wrap">
|
|
975
|
+
<div id="global_left">
|
|
976
|
+
<div id="topstories_wrap">
|
|
977
|
+
<h3 class="topstories_title"><a style="color:#333" href="/topstories">Top Stories</a></h3>
|
|
978
|
+
<div class="tt_twocols" style="margin:0 12px 0 0;">
|
|
979
|
+
<a href="/topstories/syria" class="ta_widget_block" t="widget-toparts/item" >
|
|
980
|
+
<div class="ta_widget_head">
|
|
981
|
+
<div class="ta_numarts">40 articles</div>
|
|
982
|
+
<span class="ta_title">1. Syria</span>
|
|
983
|
+
<div class="divclear"></div>
|
|
984
|
+
</div>
|
|
985
|
+
<div class="ta_widget_thumb">
|
|
986
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-8365d732ac1e-sm.jpg" />
|
|
987
|
+
</div>
|
|
988
|
+
<div>
|
|
989
|
+
<p class="ta_widget_src">3 hrs ago | Fox News</p>
|
|
990
|
+
<p class="ta_headline">Danish, Norwegian ships train off Cyprus for plan to remo...</p>
|
|
991
|
+
</div>
|
|
992
|
+
<div class="divclear"></div>
|
|
993
|
+
</a>
|
|
994
|
+
<a href="/topstories/sudan" class="ta_widget_block" t="widget-toparts/item" >
|
|
995
|
+
<div class="ta_widget_head">
|
|
996
|
+
<div class="ta_numarts">114 articles</div>
|
|
997
|
+
<span class="ta_title">2. Sudan</span>
|
|
998
|
+
<div class="divclear"></div>
|
|
999
|
+
</div>
|
|
1000
|
+
<div class="ta_widget_thumb">
|
|
1001
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-113ec72baebd-sm.jpg" />
|
|
1002
|
+
</div>
|
|
1003
|
+
<div>
|
|
1004
|
+
<p class="ta_widget_src">6 hrs ago | Fox News</p>
|
|
1005
|
+
<p class="ta_headline">25,000 rebel youths march toward disputed South Sudan city</p>
|
|
1006
|
+
</div>
|
|
1007
|
+
<div class="divclear"></div>
|
|
1008
|
+
</a>
|
|
1009
|
+
<a href="/topstories/china" class="ta_widget_block" t="widget-toparts/item" >
|
|
1010
|
+
<div class="ta_widget_head">
|
|
1011
|
+
<div class="ta_numarts">140 articles</div>
|
|
1012
|
+
<span class="ta_title">3. China</span>
|
|
1013
|
+
<div class="divclear"></div>
|
|
1014
|
+
</div>
|
|
1015
|
+
<div class="ta_widget_thumb">
|
|
1016
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-160b39490c25-sm.jpg" />
|
|
1017
|
+
</div>
|
|
1018
|
+
<div>
|
|
1019
|
+
<p class="ta_widget_src">9 hrs ago | WSJ</p>
|
|
1020
|
+
<p class="ta_headline">Caracas Says It Received China Credits</p>
|
|
1021
|
+
</div>
|
|
1022
|
+
<div class="divclear"></div>
|
|
1023
|
+
</a>
|
|
1024
|
+
<a href="/topstories/south-korea" class="ta_widget_block" t="widget-toparts/item" >
|
|
1025
|
+
<div class="ta_widget_head">
|
|
1026
|
+
<div class="ta_numarts">8 articles</div>
|
|
1027
|
+
<span class="ta_title">4. South Korea</span>
|
|
1028
|
+
<div class="divclear"></div>
|
|
1029
|
+
</div>
|
|
1030
|
+
<div class="ta_widget_thumb">
|
|
1031
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-11277658746c-sm.jpg" />
|
|
1032
|
+
</div>
|
|
1033
|
+
<div>
|
|
1034
|
+
<p class="ta_widget_src">9 hrs ago | CNN</p>
|
|
1035
|
+
<p class="ta_headline">[Asian Human Rights Commission] South Korea: A model once...</p>
|
|
1036
|
+
</div>
|
|
1037
|
+
<div class="divclear"></div>
|
|
1038
|
+
</a>
|
|
1039
|
+
<a href="/topstories/notre-dame" class="ta_widget_block" t="widget-toparts/item" >
|
|
1040
|
+
<div class="ta_widget_head">
|
|
1041
|
+
<div class="ta_numarts">28 articles</div>
|
|
1042
|
+
<span class="ta_title">5. Notre Dame</span>
|
|
1043
|
+
<div class="divclear"></div>
|
|
1044
|
+
</div>
|
|
1045
|
+
<div class="ta_widget_thumb">
|
|
1046
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-92d180666d40-sm.jpg" />
|
|
1047
|
+
</div>
|
|
1048
|
+
<div>
|
|
1049
|
+
<p class="ta_widget_src">10 hrs ago | WaPo</p>
|
|
1050
|
+
<p class="ta_headline">Notre Dame coach says he's picked D coordinator</p>
|
|
1051
|
+
</div>
|
|
1052
|
+
<div class="divclear"></div>
|
|
1053
|
+
</a>
|
|
1054
|
+
</div><div class="tt_twocols">
|
|
1055
|
+
<a href="/topstories/bill-clinton" class="ta_widget_block" t="widget-toparts/item" >
|
|
1056
|
+
<div class="ta_widget_head">
|
|
1057
|
+
<div class="ta_numarts">4 articles</div>
|
|
1058
|
+
<span class="ta_title">6. Bill Clinton</span>
|
|
1059
|
+
<div class="divclear"></div>
|
|
1060
|
+
</div>
|
|
1061
|
+
<div class="ta_widget_thumb">
|
|
1062
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-1a6166dbf909-sm.jpg" />
|
|
1063
|
+
</div>
|
|
1064
|
+
<div>
|
|
1065
|
+
<p class="ta_widget_src">16 hrs ago | CBS</p>
|
|
1066
|
+
<p class="ta_headline">Bill Clinton to swear in Bill de Blasio as next NYC mayor</p>
|
|
1067
|
+
</div>
|
|
1068
|
+
<div class="divclear"></div>
|
|
1069
|
+
</a>
|
|
1070
|
+
<a href="/topstories/libya" class="ta_widget_block" t="widget-toparts/item" >
|
|
1071
|
+
<div class="ta_widget_head">
|
|
1072
|
+
<div class="ta_numarts">21 articles</div>
|
|
1073
|
+
<span class="ta_title">7. Libya</span>
|
|
1074
|
+
<div class="divclear"></div>
|
|
1075
|
+
</div>
|
|
1076
|
+
<div class="ta_widget_thumb">
|
|
1077
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-5f08a3d694b3-sm.jpg" />
|
|
1078
|
+
</div>
|
|
1079
|
+
<div>
|
|
1080
|
+
<p class="ta_widget_src">19 hrs ago | ABC</p>
|
|
1081
|
+
<p class="ta_headline">Four Americans Detained, Released in Libya</p>
|
|
1082
|
+
</div>
|
|
1083
|
+
<div class="divclear"></div>
|
|
1084
|
+
</a>
|
|
1085
|
+
<a href="/topstories/supreme-court" class="ta_widget_block" t="widget-toparts/item" >
|
|
1086
|
+
<div class="ta_widget_head">
|
|
1087
|
+
<div class="ta_numarts">9 articles</div>
|
|
1088
|
+
<span class="ta_title">8. Supreme Court</span>
|
|
1089
|
+
<div class="divclear"></div>
|
|
1090
|
+
</div>
|
|
1091
|
+
<div class="ta_widget_thumb">
|
|
1092
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-b6f119a4f714-sm.jpg" />
|
|
1093
|
+
</div>
|
|
1094
|
+
<div>
|
|
1095
|
+
<p class="ta_widget_src">Yesterday | CBS</p>
|
|
1096
|
+
<p class="ta_headline">NSA phone records fight seems destined for Supreme Court</p>
|
|
1097
|
+
</div>
|
|
1098
|
+
<div class="divclear"></div>
|
|
1099
|
+
</a>
|
|
1100
|
+
<a href="/topstories/wall-street" class="ta_widget_block" t="widget-toparts/item" >
|
|
1101
|
+
<div class="ta_widget_head">
|
|
1102
|
+
<div class="ta_numarts">36 articles</div>
|
|
1103
|
+
<span class="ta_title">9. Wall Street</span>
|
|
1104
|
+
<div class="divclear"></div>
|
|
1105
|
+
</div>
|
|
1106
|
+
<div class="ta_widget_thumb">
|
|
1107
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-c9e75ea7f06a-sm.jpg" />
|
|
1108
|
+
</div>
|
|
1109
|
+
<div>
|
|
1110
|
+
<p class="ta_widget_src">Yesterday | LA Times</p>
|
|
1111
|
+
<p class="ta_headline">'The Wolf of Wall Street' bares teeth, if not soul, criti...</p>
|
|
1112
|
+
</div>
|
|
1113
|
+
<div class="divclear"></div>
|
|
1114
|
+
</a>
|
|
1115
|
+
<a href="/topstories/reality-tv" class="ta_widget_block" t="widget-toparts/item" >
|
|
1116
|
+
<div class="ta_widget_head">
|
|
1117
|
+
<div class="ta_numarts">4 articles</div>
|
|
1118
|
+
<span class="ta_title">10. Reality Tv</span>
|
|
1119
|
+
<div class="divclear"></div>
|
|
1120
|
+
</div>
|
|
1121
|
+
<div class="ta_widget_thumb">
|
|
1122
|
+
<img height="50" width="50" src="http://64.13.129.136/pics/toparts-3e42e67d8e53-sm.jpg" />
|
|
1123
|
+
</div>
|
|
1124
|
+
<div>
|
|
1125
|
+
<p class="ta_widget_src">Friday | WSJ</p>
|
|
1126
|
+
<p class="ta_headline">Remember That Reality TV Show for Your Phone?</p>
|
|
1127
|
+
</div>
|
|
1128
|
+
<div class="divclear"></div>
|
|
1129
|
+
</a>
|
|
1130
|
+
</div>
|
|
1131
|
+
<div class="divclear"></div>
|
|
1132
|
+
</div>
|
|
1133
|
+
</div>
|
|
1134
|
+
<div id="global_right">
|
|
1135
|
+
<div class="widget_wrap" id="news_trends">
|
|
1136
|
+
<h4>News Trends</h4>
|
|
1137
|
+
<p class="subtitle">News activity for the last 7 days in our hottest topics.</p>
|
|
1138
|
+
<a class="delta_wrap grad_white_2_gray" href="/mx/ensenada" t="home/news-trend" title="" >
|
|
1139
|
+
<ul class="delta_graph">
|
|
1140
|
+
<li style="left:0px; height:2px;"></li>
|
|
1141
|
+
<li style="left:18px; height:2px;"></li>
|
|
1142
|
+
<li style="left:36px; height:2px;"></li>
|
|
1143
|
+
<li style="left:54px; height:2px;"></li>
|
|
1144
|
+
<li style="left:72px; height:2px;"></li>
|
|
1145
|
+
<li style="left:90px; height:2px;"></li>
|
|
1146
|
+
<li style="left:108px; height:2px;"></li>
|
|
1147
|
+
<div class="divclear"></div>
|
|
1148
|
+
</ul>
|
|
1149
|
+
<p class="delta_name">Ensenada, Mexico</p>
|
|
1150
|
+
</a>
|
|
1151
|
+
<a class="delta_wrap grad_white_2_gray" href="/city/san-lorenzo-ca" t="home/news-trend" title="" style='margin-right:0;'>
|
|
1152
|
+
<ul class="delta_graph">
|
|
1153
|
+
<li style="left:0px; height:2px;"></li>
|
|
1154
|
+
<li style="left:18px; height:2px;"></li>
|
|
1155
|
+
<li style="left:36px; height:2px;"></li>
|
|
1156
|
+
<li style="left:54px; height:2px;"></li>
|
|
1157
|
+
<li style="left:72px; height:34px;"></li>
|
|
1158
|
+
<li style="left:90px; height:40px;"></li>
|
|
1159
|
+
<li style="left:108px; height:24px;"></li>
|
|
1160
|
+
<div class="divclear"></div>
|
|
1161
|
+
</ul>
|
|
1162
|
+
<p class="delta_name">San Lorenzo, CA</p>
|
|
1163
|
+
</a>
|
|
1164
|
+
<div class="divclear"></div>
|
|
1165
|
+
<a class="delta_wrap grad_white_2_gray" href="/city/montgomery-al" t="home/news-trend" title="" >
|
|
1166
|
+
<ul class="delta_graph">
|
|
1167
|
+
<li style="left:0px; height:2px;"></li>
|
|
1168
|
+
<li style="left:18px; height:2px;"></li>
|
|
1169
|
+
<li style="left:36px; height:2px;"></li>
|
|
1170
|
+
<li style="left:54px; height:2px;"></li>
|
|
1171
|
+
<li style="left:72px; height:2px;"></li>
|
|
1172
|
+
<li style="left:90px; height:2px;"></li>
|
|
1173
|
+
<li style="left:108px; height:2px;"></li>
|
|
1174
|
+
<div class="divclear"></div>
|
|
1175
|
+
</ul>
|
|
1176
|
+
<p class="delta_name">Montgomery, AL</p>
|
|
1177
|
+
</a>
|
|
1178
|
+
<a class="delta_wrap grad_white_2_gray" href="/city/natchitoches-la" t="home/news-trend" title="" style='margin-right:0;'>
|
|
1179
|
+
<ul class="delta_graph">
|
|
1180
|
+
<li style="left:0px; height:10px;"></li>
|
|
1181
|
+
<li style="left:18px; height:6px;"></li>
|
|
1182
|
+
<li style="left:36px; height:6px;"></li>
|
|
1183
|
+
<li style="left:54px; height:4px;"></li>
|
|
1184
|
+
<li style="left:72px; height:4px;"></li>
|
|
1185
|
+
<li style="left:90px; height:28px;"></li>
|
|
1186
|
+
<li style="left:108px; height:40px;"></li>
|
|
1187
|
+
<div class="divclear"></div>
|
|
1188
|
+
</ul>
|
|
1189
|
+
<p class="delta_name">Natchitoches, LA</p>
|
|
1190
|
+
</a>
|
|
1191
|
+
<div class="divclear"></div>
|
|
1192
|
+
<a class="delta_wrap grad_white_2_gray" href="/city/hindman-ky" t="home/news-trend" title="" >
|
|
1193
|
+
<ul class="delta_graph">
|
|
1194
|
+
<li style="left:0px; height:4px;"></li>
|
|
1195
|
+
<li style="left:18px; height:4px;"></li>
|
|
1196
|
+
<li style="left:36px; height:4px;"></li>
|
|
1197
|
+
<li style="left:54px; height:2px;"></li>
|
|
1198
|
+
<li style="left:72px; height:2px;"></li>
|
|
1199
|
+
<li style="left:90px; height:34px;"></li>
|
|
1200
|
+
<li style="left:108px; height:40px;"></li>
|
|
1201
|
+
<div class="divclear"></div>
|
|
1202
|
+
</ul>
|
|
1203
|
+
<p class="delta_name">Hindman, KY</p>
|
|
1204
|
+
</a>
|
|
1205
|
+
<a class="delta_wrap grad_white_2_gray" href="/city/gouverneur-ny" t="home/news-trend" title="" style='margin-right:0;'>
|
|
1206
|
+
<ul class="delta_graph">
|
|
1207
|
+
<li style="left:0px; height:10px;"></li>
|
|
1208
|
+
<li style="left:18px; height:20px;"></li>
|
|
1209
|
+
<li style="left:36px; height:16px;"></li>
|
|
1210
|
+
<li style="left:54px; height:12px;"></li>
|
|
1211
|
+
<li style="left:72px; height:6px;"></li>
|
|
1212
|
+
<li style="left:90px; height:40px;"></li>
|
|
1213
|
+
<li style="left:108px; height:34px;"></li>
|
|
1214
|
+
<div class="divclear"></div>
|
|
1215
|
+
</ul>
|
|
1216
|
+
<p class="delta_name">Gouverneur, NY</p>
|
|
1217
|
+
</a>
|
|
1218
|
+
<div class="divclear"></div>
|
|
1219
|
+
<a class="delta_wrap grad_white_2_gray" href="/videogame/videogame" t="home/news-trend" title="" >
|
|
1220
|
+
<ul class="delta_graph">
|
|
1221
|
+
<li style="left:0px; height:8px;"></li>
|
|
1222
|
+
<li style="left:18px; height:6px;"></li>
|
|
1223
|
+
<li style="left:36px; height:8px;"></li>
|
|
1224
|
+
<li style="left:54px; height:26px;"></li>
|
|
1225
|
+
<li style="left:72px; height:30px;"></li>
|
|
1226
|
+
<li style="left:90px; height:32px;"></li>
|
|
1227
|
+
<li style="left:108px; height:40px;"></li>
|
|
1228
|
+
<div class="divclear"></div>
|
|
1229
|
+
</ul>
|
|
1230
|
+
<p class="delta_name">Video Games</p>
|
|
1231
|
+
</a>
|
|
1232
|
+
<a class="delta_wrap grad_white_2_gray" href="/personal-finance/personal-finance" t="home/news-trend" title="" style='margin-right:0;'>
|
|
1233
|
+
<ul class="delta_graph">
|
|
1234
|
+
<li style="left:0px; height:8px;"></li>
|
|
1235
|
+
<li style="left:18px; height:4px;"></li>
|
|
1236
|
+
<li style="left:36px; height:8px;"></li>
|
|
1237
|
+
<li style="left:54px; height:26px;"></li>
|
|
1238
|
+
<li style="left:72px; height:30px;"></li>
|
|
1239
|
+
<li style="left:90px; height:34px;"></li>
|
|
1240
|
+
<li style="left:108px; height:38px;"></li>
|
|
1241
|
+
<div class="divclear"></div>
|
|
1242
|
+
</ul>
|
|
1243
|
+
<p class="delta_name">Personal Finance</p>
|
|
1244
|
+
</a>
|
|
1245
|
+
<div class="divclear"></div>
|
|
1246
|
+
<div class="divclear"></div>
|
|
1247
|
+
</div>
|
|
1248
|
+
</div>
|
|
1249
|
+
<div class="divclear"></div>
|
|
1250
|
+
<div id="big_search">
|
|
1251
|
+
<h3>Looking for something else?</h3>
|
|
1252
|
+
<p class="intro">
|
|
1253
|
+
Topix has over <a t="home/dir" href="/dir">400,000 communities</a> around
|
|
1254
|
+
<a t="home/newsdir" href="/news/list">Current Events</a>,
|
|
1255
|
+
<a t="home/tvdir" href="/tv/list">TV</a>,
|
|
1256
|
+
<a t="home/sportsdir" href="/top-level/sport/list">Sports</a>
|
|
1257
|
+
and every
|
|
1258
|
+
<a t="home/us_cities" href="/city">town in the US</a>.
|
|
1259
|
+
</p>
|
|
1260
|
+
<form method="get" action="/search/article" name="big_search" id="big_search_form">
|
|
1261
|
+
<input type="text" id="searcher" autocomplete="off" name="q" class="blekko_search" onfocus="this.style.background ='none';" />
|
|
1262
|
+
<a href="#" onclick="$('big_search_form').submit(); return false" class="search_submit grad_white_2_gray">Search</a>
|
|
1263
|
+
</form>
|
|
1264
|
+
</div>
|
|
1265
|
+
</div>
|
|
1266
|
+
<div style="font-size: 1px" class="divclear"> </div>
|
|
1267
|
+
<script>
|
|
1268
|
+
var COMSCORE;
|
|
1269
|
+
var csobj = { c1:2, c2:6035743, c3:"", c4:"", c5:"", c6:"", c15:"" };
|
|
1270
|
+
csobj.c4 = document.URL;
|
|
1271
|
+
csobj.c6 = "homepage";
|
|
1272
|
+
topix_loadScript("http://b.scorecardresearch.com/beacon.js");
|
|
1273
|
+
tryRunAsync(function() {
|
|
1274
|
+
if (!COMSCORE || !COMSCORE.beacon) return 0;
|
|
1275
|
+
COMSCORE.beacon(csobj);
|
|
1276
|
+
return 1;
|
|
1277
|
+
}, 100, 300);
|
|
1278
|
+
</script>
|
|
1279
|
+
<noscript>
|
|
1280
|
+
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035743&c3=&c4=www%2Etopix%2Ecom&c5=&c6=homepage&c15=&cj=1" />
|
|
1281
|
+
</noscript>
|
|
1282
|
+
<script>
|
|
1283
|
+
(function () {
|
|
1284
|
+
var d = new Image(1, 1);
|
|
1285
|
+
d.onerror = d.onload = function () {
|
|
1286
|
+
d.onerror = d.onload = null;
|
|
1287
|
+
};
|
|
1288
|
+
d.src = ["//secure-us.imrworldwide.com/cgi-bin/m?ci=us-303636h&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
|
|
1289
|
+
})();
|
|
1290
|
+
</script>
|
|
1291
|
+
<noscript>
|
|
1292
|
+
<div>
|
|
1293
|
+
<img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-303636h&cg=0&cc=1&ts=noscript" width="1" height="1" alt=""/>
|
|
1294
|
+
</div>
|
|
1295
|
+
</noscript>
|
|
1296
|
+
<script type="text/javascript">
|
|
1297
|
+
var _gaq = _gaq || [];
|
|
1298
|
+
_gaq.push(["_setAccount", "UA-111902-1"]);
|
|
1299
|
+
_gaq.push(['_addIgnoredOrganic', 'topix']);
|
|
1300
|
+
_gaq.push(["_trackPageview"]);
|
|
1301
|
+
topix_loadScript("http://www.google-analytics.com/ga.js");
|
|
1302
|
+
</script>
|
|
1303
|
+
<script type="text/javascript">
|
|
1304
|
+
var _qevents = _qevents || [];
|
|
1305
|
+
_qevents.push({
|
|
1306
|
+
labels:"combined.homepage",
|
|
1307
|
+
qacct:"p-dfQGRefil9mes",
|
|
1308
|
+
uid:"OGJ6N91J3UT4HF53"
|
|
1309
|
+
});
|
|
1310
|
+
_qacct="p-dfQGRefil9mes";
|
|
1311
|
+
topix_loadScript("http://edge.quantserve.com/quant.js");
|
|
1312
|
+
topix_loadScript("http://pixel.quantserve.com/seg/p-dfQGRefil9mes.js");
|
|
1313
|
+
</script>
|
|
1314
|
+
<noscript>
|
|
1315
|
+
<img src="http://pixel.quantserve.com/pixel/p-dfQGRefil9mes.gif?labels=" style="display: none" border="0" height="1" width="1" alt="Quantcast"/>
|
|
1316
|
+
</noscript>
|
|
1317
|
+
<!-- begin ZEDO for channel: , scroll: 30, publisher: default , Ad Dimension: 160x600 Inview Multi Slider - 160 x 600 -->
|
|
1318
|
+
<script language="JavaScript">
|
|
1319
|
+
var zflag_nid="1877";
|
|
1320
|
+
zflag_cid=["1","23","24"];
|
|
1321
|
+
var zflag_sid="0";
|
|
1322
|
+
var zflag_width="160";
|
|
1323
|
+
var zflag_height="600";
|
|
1324
|
+
var zflag_sz="88";
|
|
1325
|
+
var zflag_align="left";
|
|
1326
|
+
var zflag_visible_position=30;
|
|
1327
|
+
//var is_ie678 = 0;
|
|
1328
|
+
var vw = Client.viewportWidth();
|
|
1329
|
+
if (vw && vw >= 1160)
|
|
1330
|
+
{
|
|
1331
|
+
if(vw >= 1300)
|
|
1332
|
+
{
|
|
1333
|
+
zflag_visible_position = 100;
|
|
1334
|
+
}
|
|
1335
|
+
var topix_adinfo;
|
|
1336
|
+
topix_adinfo += ":AZ";
|
|
1337
|
+
topix_docWriteScript("http://c4.zedo.com/jsc/c4/fsm.js");
|
|
1338
|
+
}
|
|
1339
|
+
var tpx_t7_header_flag;
|
|
1340
|
+
var resizeTimer;
|
|
1341
|
+
function tpxAdjustMargin()
|
|
1342
|
+
{
|
|
1343
|
+
var window_width = Client.viewportWidth();
|
|
1344
|
+
if (window_width < 1300)
|
|
1345
|
+
{
|
|
1346
|
+
var shift = window_width - 1160;
|
|
1347
|
+
if(shift < 0) shift = 0;
|
|
1348
|
+
if(tpx_t7_header_flag)
|
|
1349
|
+
$('content_wrap').setStyle({'marginRight': shift + 'px'});
|
|
1350
|
+
else
|
|
1351
|
+
$('full_page_wrap').setStyle({'marginRight': shift + 'px'});
|
|
1352
|
+
}
|
|
1353
|
+
else
|
|
1354
|
+
{
|
|
1355
|
+
if(tpx_t7_header_flag)
|
|
1356
|
+
$('content_wrap').setStyle({'marginRight': 'auto'});
|
|
1357
|
+
else
|
|
1358
|
+
$('full_page_wrap').setStyle({'marginRight': 'auto'});
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
$jq(window).resize(function(){
|
|
1362
|
+
clearTimeout(resizeTimer);
|
|
1363
|
+
resizeTimer = setTimeout(tpxAdjustMargin, 50);
|
|
1364
|
+
});
|
|
1365
|
+
tpxAdjustMargin();
|
|
1366
|
+
</script>
|
|
1367
|
+
<!-- end ZEDO for channel: , publisher: default, Ad Dimension: 160x600 Inview Multi Slider - 160 x 600 -->
|
|
1368
|
+
<div id="footer">
|
|
1369
|
+
<div id="footer_links_wrap">
|
|
1370
|
+
<table id="footer_links" cellpadding="0" cellspacing="0">
|
|
1371
|
+
<tr>
|
|
1372
|
+
<td class="footer_block" id="footer_local">
|
|
1373
|
+
<p class="footer_label">San Francisco, CA</p>
|
|
1374
|
+
<ul>
|
|
1375
|
+
<li><a href="/sf" t="footer/local-news">News</a></li>
|
|
1376
|
+
<li style="border-left:none;"><a href="/forum/sf" t="footer/local-forum">Forums & Polls</a></li>
|
|
1377
|
+
<li><a href="/wire/sf" t="footer/local-wire">Real-Time News</a></li>
|
|
1378
|
+
<li><a t="footer/local-crime" href="/crime/sf">Crime</a></li>
|
|
1379
|
+
<li><a href="/dating/sf" t="footer/local-personals" style="color:#d80000">Dating</a></li>
|
|
1380
|
+
<li><a href="/events/sf" t="footer/local-entertainment">Entertainment</a></li>
|
|
1381
|
+
<li><a href="/classifieds/sf/jobs" t="footer/local-jobs">Jobs</a></li>
|
|
1382
|
+
<li><a href="/politics/sf" t="footer/local-politics">Local Politics</a></li>
|
|
1383
|
+
<li><a href="/obits/sf" t="footer/local-obits">Obituaries</a></li>
|
|
1384
|
+
<li><a href="/album/sf" t="footer/local-gallery">Photos</a></li>
|
|
1385
|
+
<li><a href="/real-estate/sf" t="footer/local-realestate">Real Estate</a></li>
|
|
1386
|
+
<li><a href="/shopping/sf" t="footer/local-shopping">Shopping</a></li>
|
|
1387
|
+
<li><a t="footer/local-coupons" href="/coupons/sf" class="subnav_yplink ">Coupons (1 new)</a></li>
|
|
1388
|
+
<li><a href="http://topix.ussearch.com/?sourcecode=16" t="footer/local-whitepages" target="_blank" rel="nofollow">White Pages </a></li>
|
|
1389
|
+
<li><a href="/yp/sf" t="footer/local-yp">Yellow Pages</a></li>
|
|
1390
|
+
</ul>
|
|
1391
|
+
</td>
|
|
1392
|
+
<td class="footer_block" style="width:283px;">
|
|
1393
|
+
<p class="footer_label">Explore More Topix</p>
|
|
1394
|
+
<ul class="site_links">
|
|
1395
|
+
<li><a t="footer/homepage" href="/">Home Page</a></li>
|
|
1396
|
+
<li><a t="footer/forums" href="/forum/recent">Forums</a></li>
|
|
1397
|
+
<li><a t="footer/topstories" href="/topstories">Top Stories</a></li>
|
|
1398
|
+
<li><a t="footer/popular" href="/popular/topstories">Most Popular</a></li>
|
|
1399
|
+
<li><a t="footer/us-news" href="/us">US News</a></li>
|
|
1400
|
+
<li><a t="footer/us-map" href="/city" class="indent">US Cities list</a></li>
|
|
1401
|
+
<li><a t="footer/world" href="/world">World News</a></li>
|
|
1402
|
+
<li><a t="footer/world-map" href="/world/list" class="indent">World Countries list</a></li>
|
|
1403
|
+
<li><a t="footer/politics" href="/us/politics">Politics</a></li>
|
|
1404
|
+
<li><a t="footer/celebrities" href="/entertainment/celebrities">Celebrities</a></li>
|
|
1405
|
+
<li><a t="footer/business" href="/business">Business</a></li>
|
|
1406
|
+
<li><a t="footer/finance" href="/personal-finance">Finance</a></li>
|
|
1407
|
+
<li><a t="footer/autos" href="/autos">Autos</a></li>
|
|
1408
|
+
<li><a t="footer/sports" href="/sports">Sports</a></li>
|
|
1409
|
+
</ul>
|
|
1410
|
+
<ul class="site_links">
|
|
1411
|
+
<li><a t="footer/tech" href="/tech">Sci-Tech</a></li>
|
|
1412
|
+
<li><a t="footer/electronics" href="/ce">Electronics</a></li>
|
|
1413
|
+
<li><a t="footer/entertainment" href="/entertainment">Entertainment</a></li>
|
|
1414
|
+
<li><a t="footer/movies" href="/movies">Movies</a></li>
|
|
1415
|
+
<li><a t="footer/music" href="/music">Music</a></li>
|
|
1416
|
+
<li><a t="footer/tv" href="/tv">Television</a></li>
|
|
1417
|
+
<li><a t="footer/videogame" href="/videogame">Video Games</a></li>
|
|
1418
|
+
<li><a t="footer/health" href="/health">Health</a></li>
|
|
1419
|
+
<li><a t="footer/life" href="/life">Life</a></li>
|
|
1420
|
+
<li><a t="footer/arts" href="/arts">Arts</a></li>
|
|
1421
|
+
<li><a t="footer/food" href="/food">Food</a></li>
|
|
1422
|
+
<li><a t="footer/home" href="/home">Home</a></li>
|
|
1423
|
+
<li><a t="footer/travel" href="/travel">Travel</a></li>
|
|
1424
|
+
<li><a t="footer/offbeat" href="/news/weird">Offbeat</a></li>
|
|
1425
|
+
<li><a t="footer/sitemap" href="/dir">Site Map / All Topics</a></li>
|
|
1426
|
+
</ul>
|
|
1427
|
+
<div class="divclear"></div>
|
|
1428
|
+
</td>
|
|
1429
|
+
<td class="footer_block" style="width:142px">
|
|
1430
|
+
<p class="footer_label">About Topix</p>
|
|
1431
|
+
<ul>
|
|
1432
|
+
<li><a t="footer/about" href="/topix/about">About Us</a></li>
|
|
1433
|
+
<li><a t="footer/mediakit" href="/topix/mediakit">Media Kit</a></li>
|
|
1434
|
+
<li><a t="footer/blog" href="http://blog.topix.net/">Topix Blog</a></li>
|
|
1435
|
+
<li><a t="footer/press" href="/topix/press">Press Room</a></li>
|
|
1436
|
+
<li><a t="footer/newsfeeds" href="/topix/newsfeeds">RSS Newsfeeds</a></li>
|
|
1437
|
+
<li><a t="footer/lawenforcement" href="/ext/law-enforcement" rel="nofollow" target="_blank" >Law Enforcement</a></li>
|
|
1438
|
+
<li><a t="footer/schoolofficials" href="/ext/law-enforcement?school=1" rel="nofollow" target="_blank" >School Officials</a></li>
|
|
1439
|
+
<li><a t="footer/cyberbullying" href="/topix/cyberbullying">Cyber-bullying Resources</a></li>
|
|
1440
|
+
<li><a t="footer/jobs" href="/topix/jobs">Jobs</a></li>
|
|
1441
|
+
<li><a t="footer/faq" href="/topix/faq">FAQ</a></li>
|
|
1442
|
+
<li><a t="footer/privacy" rel="nofollow" href="/topix/terms/#privacy_policy">Privacy Policy</a></li>
|
|
1443
|
+
<li><a t="footer/tos" rel="nofollow" href="/topix/terms">Terms of Service</a></li>
|
|
1444
|
+
<li><a t="footer/feedback" rel="nofollow" href="#" onclick ="open_feedback('', { 'node' : '' }); return false;">Feedback?</a></li>
|
|
1445
|
+
<li><a t="footer/feedback" rel="nofollow" href="#" onclick ="open_feedback('', { 'node' : '', 'type' : 'post' }); return false;" style="font-weight:bold;"><b>Report Abuse?</b></a></li>
|
|
1446
|
+
<!--[if IE 8]>
|
|
1447
|
+
<li><a t="footer/ie" href="/topix/ie">Topix Add-ons for IE8</a></li>
|
|
1448
|
+
<![endif]-->
|
|
1449
|
+
</ul>
|
|
1450
|
+
</td>
|
|
1451
|
+
<td class="footer_block" id="footer_promos">
|
|
1452
|
+
<div style="padding-bottom:14px;">
|
|
1453
|
+
<p class="footer_label">Local Classifieds & Listings</p>
|
|
1454
|
+
<p>Reach Local customers. Post a classified listing for your business. Promote job, auto, rental, and local event listings.</p>
|
|
1455
|
+
<p class="footer_call"><a rel="nofollow" t="footer/advertise_promo" href="/merchants/landing/sf">Learn more »</a></p>
|
|
1456
|
+
</div>
|
|
1457
|
+
<div style="padding-bottom:14px;">
|
|
1458
|
+
<p class="footer_label">Join the Topix Community</p>
|
|
1459
|
+
<ul class="square">
|
|
1460
|
+
<li>Create your own profile, complete with quick links to your favorite topics.</li>
|
|
1461
|
+
<li>Personalize your forum posts with your photo and hometown.</li>
|
|
1462
|
+
<li>Exchange Personal Messages with other registered users.</li>
|
|
1463
|
+
</ul>
|
|
1464
|
+
<p class="footer_call" ><a t="footer/register" rel="nofollow" href="/member/register">Sign up today! »</a></p>
|
|
1465
|
+
</div>
|
|
1466
|
+
<div>
|
|
1467
|
+
<p class="footer_label"><a rel="nofollow" href="http://politix.topix.com">Topix Politix »</a></p>
|
|
1468
|
+
</div>
|
|
1469
|
+
</td>
|
|
1470
|
+
</table>
|
|
1471
|
+
</div>
|
|
1472
|
+
<div class="footer_stats">
|
|
1473
|
+
<a t="footer/feedbackbig" href="#" onclick ="open_feedback('', { 'node' : '' }); return false;" class="feedback grad_white_2_gray" >Feedback?</a>
|
|
1474
|
+
<a href="https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fwww.topix.com%2F®ion=follow_link&screen_name=Topix" class="twitter-follow-button nav_floated" data-show-count="false" data-show-screen-name="false" t="0/twitter" target="_blank">
|
|
1475
|
+
<img src="http://topix.cachefly.net/ext/t7/twitter_follow_button.png" width="60" height="20" />
|
|
1476
|
+
</a>
|
|
1477
|
+
<iframe src="//www.facebook.com/plugins/like.php?href=https://facebook.com/topix&width=80&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false&appId=6001146171" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:82px; height:21px;" allowTransparency="true" class="nav_floated"></iframe>
|
|
1478
|
+
<p class="footer_comments">
|
|
1479
|
+
Comments made yesterday: <span style="color:#fff;">64,160</span>
|
|
1480
|
+
•
|
|
1481
|
+
Total comments across all topics: <span id="totalposts-span" style="color:#fff;">229,769,335</span>
|
|
1482
|
+
<script>
|
|
1483
|
+
var g_tpdnum = 229769335;
|
|
1484
|
+
var tpd_rate = 1708;
|
|
1485
|
+
setInterval(function() { chrome_updateTotalPosts() }, tpd_rate);
|
|
1486
|
+
</script>
|
|
1487
|
+
</p>
|
|
1488
|
+
</div>
|
|
1489
|
+
<div class="copyright">
|
|
1490
|
+
<p>Copyright ©2013 Topix LLC</p>
|
|
1491
|
+
</div>
|
|
1492
|
+
</div><iframe width="0" height="0" frameborder="0" src="http://loadus.exelator.com/load/?p=376&g=001&c=1547567&channel=Places&toplevel=Local United States&node=San Francisco, CA&j=w&city=San Francisco&state= CA&zip=94153"></iframe>
|
|
1493
|
+
<!-- Google Tag Manager -->
|
|
1494
|
+
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-SGRJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
1495
|
+
<script>
|
|
1496
|
+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-SGRJ');
|
|
1497
|
+
</script>
|
|
1498
|
+
<!-- End Google Tag Manager -->
|
|
1499
|
+
</div><!-- end full_page_wrap -->
|
|
1500
|
+
<div style="display: none; position: absolute; z-index: 100" id="moddiv" topix="1"></div>
|
|
1501
|
+
<div class="forumTrackerFlyover" id="forumTrackerDiv" style="display:none" topix="1"></div>
|
|
1502
|
+
<div class="flyover" style="display:none;" id="ca-fullImgDiv" onclick="return hideFullImg();" topix="1"></div>
|
|
1503
|
+
<div id="pts_dashboard" style="display:none"></div>
|
|
1504
|
+
<!-- <div id="randomPostDiv" style="display:none; width:204px; background-color:#ffffff; padding:6px; border:1px solid #739912;"></div> -->
|
|
1505
|
+
<div style="display:none; z-index:100; margin-top:-4px; _margin-top:1px;" id="judgediv" topix="1"></div>
|
|
1506
|
+
<div style="display:none; z-index:100; width:220px; overflow:hidden;" id="flagpostdiv" topix="1">
|
|
1507
|
+
<div style="height:11px; overflow:hidden;"><img src="http://topix.cachefly.net/pics/blank.gif" class="sp_forum s_dialog_top" width="342" height="11"/></div>
|
|
1508
|
+
<div style="border:2px solid #666; border-top:none; background-color:#fff; padding:5px 5px 5px 10px; text-align:left;">
|
|
1509
|
+
<div style="float:right;"><a href="#" class="close_button" onclick="flagPost_closePopup(); return false;" title="Close this window"><img src="http://topix.cachefly.net/pics/blank.gif" class="sp_forum s_close" width="18" height="15" /></a></div>
|
|
1510
|
+
<p style="padding-top:5px;;display:none">• <a t="flagpost/flag" href="#" onclick="return false;" id="flagpostdiv_flaglink">Flag inappropriate post</a><span id="flagpostdiv_flaglinkmsg">Post has been flagged for review</span></p>
|
|
1511
|
+
<p >• <a t="flagpost/feedback" href="#" onclick="return false;" id="flagpostdiv_feedbacklink">Send feedback</a></p>
|
|
1512
|
+
<p>• <a t="flagpost/cancel" href="#" onclick="flagPost_closePopup(); return false;">Cancel</a></p>
|
|
1513
|
+
<div class="divclear"></div>
|
|
1514
|
+
</div>
|
|
1515
|
+
</div>
|
|
1516
|
+
<script>
|
|
1517
|
+
var start_time;
|
|
1518
|
+
var topix_adinfo;
|
|
1519
|
+
var topix_inst_adinfo;
|
|
1520
|
+
var d = new Date();
|
|
1521
|
+
var pv_i = new Image(1,1);
|
|
1522
|
+
var cplparam = "";
|
|
1523
|
+
if (start_time > 0) {
|
|
1524
|
+
var cpltime = (new Date()).getTime() - start_time;
|
|
1525
|
+
if (cpltime > 1000000)
|
|
1526
|
+
cplparam = "";
|
|
1527
|
+
else
|
|
1528
|
+
cplparam = "&ct=" + cpltime;
|
|
1529
|
+
}
|
|
1530
|
+
topix_adinfo += topix_inst_adinfo;
|
|
1531
|
+
var aiparam = "";
|
|
1532
|
+
if (topix_adinfo && topix_adinfo.length > 0 && topix_adinfo.length < 50) {
|
|
1533
|
+
aiparam = "&ai=" + topix_adinfo;
|
|
1534
|
+
}
|
|
1535
|
+
pv_i.src = '/t6track/pv?v=180f13H4sIAAAAAAAA/x1P3U7DIBhljnWExNgXsWNbN7012bQ12URre08otsRRsFC7W9/MSx/BxxG8O3/5zndgBJerdQohRNMrAABGrVbCsEZEnjHupO4wmHrMO4cvx3FMnDbynHCtoFdbbR2Oq8OxzIqy3FX7m9cizYJzsrLG6N2qzXUjm6AoxlscZ7So8v16uyFbQuhdHhzz6bNg7tGHYT1TFn3NPLGye9N4RpIluQ3vWOOkEjgm94-E5g8Z3aVPzyt6CCesr4t-woJAHHOD5boWGCDPXdsLVvvA7-L75SIIFk/KUDH8V0wWYeHQn/4AwXZ5qA8BAAA_' + cplparam + aiparam + '&cb_n=' + d.getTime();
|
|
1536
|
+
pv_i.onload = Prototype.emptyFunction;
|
|
1537
|
+
</script>
|
|
1538
|
+
<div id="topnav_menus">
|
|
1539
|
+
<ul id="topnav_other_menu" class="topnavmenu" style="display:none;" onmouseover="show_topnav_menu_inmenu(this)" onmouseout="hide_topnav_menu_inmenu(this)">
|
|
1540
|
+
<li><a t="topnav/sci-tech" href="/tech">Sci-Tech</a></li>
|
|
1541
|
+
<li><a t="topnav/other-video" href="/news/video-feeds">Video</a></li>
|
|
1542
|
+
<li><a t="topnav/other-business" href="/business">Business</a></li>
|
|
1543
|
+
<li><a t="topnav/life" href="/life">Life</a></li>
|
|
1544
|
+
<li><a t="topnav/health" href="/health">Health</a></li>
|
|
1545
|
+
<li><a t="topnav/other-sitemap" href="/dir">Site Map</a></li>
|
|
1546
|
+
<li class="divide" style="padding-left:4px; font-weight:bold; color:#999;">Recently Visited</li>
|
|
1547
|
+
<li class="divclear"></li>
|
|
1548
|
+
</ul>
|
|
1549
|
+
<ul id="topnav_sports_menu" class="topnavmenu" style="display:none;" onmouseover="show_topnav_menu_inmenu(this)" onmouseout="hide_topnav_menu_inmenu(this)">
|
|
1550
|
+
<li>
|
|
1551
|
+
<a t="topnav/sports-local" href="/local-sports/sf">Local Sports</a>
|
|
1552
|
+
</li>
|
|
1553
|
+
<li><a t="topnav/sports-nfl" href="/nfl">NFL</a></li>
|
|
1554
|
+
<li><a t="topnav/sports-mlb" href="/mlb">MLB</a></li>
|
|
1555
|
+
<li><a t="topnav/sports-nba" href="/nba">NBA</a></li>
|
|
1556
|
+
<li><a t="topnav/sports-nhl" href="/nhl">NHL</a></li>
|
|
1557
|
+
<li><a t="topnav/sports-nascar" href="/nascar">NASCAR</a></li>
|
|
1558
|
+
<li><a t="topnav/sports-ncaa" href="/ncaa/basketball">NCAA Basketball</a></li>
|
|
1559
|
+
<li><a t="topnav/sports-ncaa-football" href="/ncaa/football">NCAA Football</a></li>
|
|
1560
|
+
<li><a t="topnav/sports-golf" href="/golf">Golf</a></li>
|
|
1561
|
+
<li><a t="topnav/sports-soccer" href="/world-soccer">World Soccer</a></li>
|
|
1562
|
+
<li><a t="topnav/sports-more" href="/top-level/sport/list">More Sports...</a></li>
|
|
1563
|
+
<li class="divclear"></li>
|
|
1564
|
+
</ul>
|
|
1565
|
+
<ul id="topnav_ent_menu" class="topnavmenu" style="display:none;" onmouseover="show_topnav_menu_inmenu(this)" onmouseout="hide_topnav_menu_inmenu(this)">
|
|
1566
|
+
<li>
|
|
1567
|
+
<a t="topnav/ent-local" href="/events/sf">Local Entertainment</a>
|
|
1568
|
+
</li>
|
|
1569
|
+
<li><a t="topnav/ent-books" href="/books">Books</a></li>
|
|
1570
|
+
<li><a t="topnav/ent-celebrities" href="/entertainment/celebrities">Celebrities</a></li>
|
|
1571
|
+
<li><a t="topnav/ent-games" href="/games">Games</a></li>
|
|
1572
|
+
<li><a t="topnav/ent-movies" href="/movies">Movies</a></li>
|
|
1573
|
+
<li><a t="topnav/ent-music" href="/music">Music</a></li>
|
|
1574
|
+
<li><a t="topnav/ent-tv" href="/tv">TV</a></li>
|
|
1575
|
+
<li><a t="topnav/ent-videogames" href="/videogame">Video Games</a></li>
|
|
1576
|
+
<li class="divclear"></li>
|
|
1577
|
+
</ul>
|
|
1578
|
+
<ul id="topnav_local_menu" class="topnavmenu" style="display:none;" onmouseover="show_topnav_menu_inmenu(this)" onmouseout="hide_topnav_menu_inmenu(this)">
|
|
1579
|
+
<li><a t="topnav/local-news" href="/sf">News</a></li>
|
|
1580
|
+
<li><a t="topnav/local-forums" href="/forum/sf">Forums</a></li>
|
|
1581
|
+
<li><a t="topnav/local-dating" href="/dating/sf" style="color:#d80000">Dating <img src="http://topix.cachefly.net/pics/icon_heart_11x11.png" width="11" height="10" /></a></li>
|
|
1582
|
+
<li><a t="topnav/local-crime" href="/crime/sf">Crime</a></li>
|
|
1583
|
+
<li><a t="topnav/local-obits" href="/obits/sf">Obituaries</a></li>
|
|
1584
|
+
<li><a t="topnav/localpolitics" href="/politics/sf" class="">Politics</a></li>
|
|
1585
|
+
<li><a t="topnav/local-yp" href="/yp/sf">Yellow Pages</a></li>
|
|
1586
|
+
<li><a t="topnav/local-biz" href="/localbusiness/sf">Local Business</a></li>
|
|
1587
|
+
<li><a t="topnav/local-sports" href="/local-sports/sf">Local Sports</a></li>
|
|
1588
|
+
<li><a t="topnav/local-shopping" href="/shopping/sf">Shopping</a></li>
|
|
1589
|
+
<li><a t="topnav/local-realestate" href="/real-estate/sf">Real Estate</a></li>
|
|
1590
|
+
<li><a t="topnav/local-jobs" href="/classifieds/sf/jobs">Jobs</a></li>
|
|
1591
|
+
</ul>
|
|
1592
|
+
</div>
|
|
1593
|
+
<script type="text/javascript">
|
|
1594
|
+
var pwidget_config =
|
|
1595
|
+
{
|
|
1596
|
+
publisherKey:"1nh27i07pdj69887open",
|
|
1597
|
+
copypaste: false,
|
|
1598
|
+
track: false,
|
|
1599
|
+
defaults:
|
|
1600
|
+
{
|
|
1601
|
+
sharePopups: true
|
|
1602
|
+
}
|
|
1603
|
+
};
|
|
1604
|
+
(function ()
|
|
1605
|
+
{
|
|
1606
|
+
var s = document.createElement('script');
|
|
1607
|
+
s.type = 'text/javascript';
|
|
1608
|
+
s.async = true;
|
|
1609
|
+
s.src = 'http://i.po.st/share/script/post-widget.js';
|
|
1610
|
+
var x = document.getElementsByTagName('script')[0];
|
|
1611
|
+
x.parentNode.insertBefore(s, x);
|
|
1612
|
+
})();
|
|
1613
|
+
</script>
|
|
1614
|
+
<script type="text/javascript">
|
|
1615
|
+
quantSegs="";
|
|
1616
|
+
session_count = 1;
|
|
1617
|
+
function qc_results(result)
|
|
1618
|
+
{
|
|
1619
|
+
for (var i = 0; i < result.segments.length; i++) {
|
|
1620
|
+
quantSegs += "qcseg=" + result.segments[i].id + ";";
|
|
1621
|
+
}
|
|
1622
|
+
if(quantSegs != "")
|
|
1623
|
+
{
|
|
1624
|
+
ajax_request("/ajax/set-qcseg", {
|
|
1625
|
+
parameters: {
|
|
1626
|
+
qcseg:quantSegs
|
|
1627
|
+
}
|
|
1628
|
+
});
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
</script>
|
|
1632
|
+
<script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-dfQGRefil9mes&callback=qc_results" ></script>
|
|
1633
|
+
<div id="dialog_changecity" style="display:none;" topix="1">
|
|
1634
|
+
<div id="change_city_block">
|
|
1635
|
+
<a onclick="dialog_close(); return false;" class="close_me" href="#" title="Close">
|
|
1636
|
+
<img src="http://topix.cachefly.net/pics/blank.gif" class="sp_forum s_close" alt="" style="border:none;" width="18" height="15" />
|
|
1637
|
+
</a>
|
|
1638
|
+
<h4>Change location</h4>
|
|
1639
|
+
<form method="get" action="/ajax/changecity" onsubmit="chrome_changecity(this, 'homepage'); return false;">
|
|
1640
|
+
<p>Current location: <a class="bold" href="/pick-local?node=city/san-francisco-ca">San Francisco, CA</a></p>
|
|
1641
|
+
<fieldset>
|
|
1642
|
+
<p style="float:left;margin-top:2px">New location</p>
|
|
1643
|
+
<p style="float:left;margin-left:5px;">
|
|
1644
|
+
<input type="text" id="citybox" name="q" autocomplete="off" />
|
|
1645
|
+
<span>City, ST or ZIP</span>
|
|
1646
|
+
</p>
|
|
1647
|
+
<p>
|
|
1648
|
+
<input id="chrome_changecity_submit" type="submit" value="Go" />
|
|
1649
|
+
</p>
|
|
1650
|
+
</fieldset>
|
|
1651
|
+
<div class="divclear"></div>
|
|
1652
|
+
</form>
|
|
1653
|
+
<p class="intl_users">International users, <a style="font-weight:bold;" t="dialog/change-local-international" href="/pick-local">click here</a>.</p>
|
|
1654
|
+
</div>
|
|
1655
|
+
</div>
|
|
1656
|
+
<script>
|
|
1657
|
+
var _gunggo={settings:{siteID:"S0002589",pop:{}}};
|
|
1658
|
+
_gunggo.settings.pop.freqcap={};
|
|
1659
|
+
_gunggo.settings.pop.freqcap.frequency=1;
|
|
1660
|
+
_gunggo.settings.pop.freqcap.duration=24;
|
|
1661
|
+
_gunggo.settings.pop.geotarget = 'inclusive';
|
|
1662
|
+
_gunggo.settings.pop.countries = ['US'];
|
|
1663
|
+
_gunggo.settings.pop.width=800;
|
|
1664
|
+
_gunggo.settings.height=600;
|
|
1665
|
+
</script>
|
|
1666
|
+
<script>
|
|
1667
|
+
var topix_adinfo;
|
|
1668
|
+
function popup_gunggo()
|
|
1669
|
+
{
|
|
1670
|
+
var gunggo_url = "http://cdn.directrev.com/js/gp.min.js";
|
|
1671
|
+
document.write("<scr" + "ipt src=\"" + gunggo_url + "\"></scr" + "ipt>");
|
|
1672
|
+
topix_adinfo += ":Pg";
|
|
1673
|
+
return;
|
|
1674
|
+
}
|
|
1675
|
+
function popup_casale(casale_id)
|
|
1676
|
+
{
|
|
1677
|
+
var cbval = "315160827";
|
|
1678
|
+
var refval = escape(window.location.href);
|
|
1679
|
+
var casale_url = "http://as.casalemedia.com/s?s=" + casale_id + "&u=" + refval + "&f=1&id=" + cbval;
|
|
1680
|
+
document.write("<scr" + "ipt src=\"" + casale_url + "\"></scr" + "ipt>");
|
|
1681
|
+
topix_adinfo += ":Pc";
|
|
1682
|
+
return;
|
|
1683
|
+
}
|
|
1684
|
+
function popup_cpx()
|
|
1685
|
+
{
|
|
1686
|
+
var cpx_url = "http://ads.cpxinteractive.com/ttj?id=1035768";
|
|
1687
|
+
document.write("<scr" + "ipt src=\"" + cpx_url + "\"></scr" + "ipt>");
|
|
1688
|
+
topix_adinfo += ":Px";
|
|
1689
|
+
return;
|
|
1690
|
+
}
|
|
1691
|
+
function popup_valueclick()
|
|
1692
|
+
{
|
|
1693
|
+
var vc_url = "http://cdn.fastclick.net/js/adcodes/pubcode.min.js";
|
|
1694
|
+
document.write("<scr" + "ipt src=\"" + vc_url + "\"></scr" + "ipt>");
|
|
1695
|
+
document.write("<scr" + "ipt>" + "run_valueclick();" + "</scr" + "ipt>");
|
|
1696
|
+
topix_adinfo += ":Pv";
|
|
1697
|
+
return;
|
|
1698
|
+
}
|
|
1699
|
+
function run_valueclick()
|
|
1700
|
+
{
|
|
1701
|
+
try {
|
|
1702
|
+
VCM.media.render({sid:16139,media_id:2,media_type:2,version:"1.2",pfc:172800000});
|
|
1703
|
+
}
|
|
1704
|
+
catch(e) {
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
function trigger_popup(adtype, exp_time)
|
|
1708
|
+
{
|
|
1709
|
+
var adtry;
|
|
1710
|
+
if (adtype == "popup2x") {
|
|
1711
|
+
adtry = (Math.random() > 0.5 ? ["cpx", "casale_us"] : ["casale_us", "cpx"]);
|
|
1712
|
+
}
|
|
1713
|
+
else if (adtype == "gunggo") {
|
|
1714
|
+
adtry = ["gunggo", "casale_us"];
|
|
1715
|
+
}
|
|
1716
|
+
else {
|
|
1717
|
+
adtry = [adtype];
|
|
1718
|
+
}
|
|
1719
|
+
if (hasCookie("t_csp") && adtry.length == 1)
|
|
1720
|
+
return;
|
|
1721
|
+
if (!hasCookie("t_csp")) {
|
|
1722
|
+
setExpiringCookie("t_csp", exp_time);
|
|
1723
|
+
}
|
|
1724
|
+
for (var i=0; i<adtry.length; i++) {
|
|
1725
|
+
var ad = adtry[i];
|
|
1726
|
+
if (ad == "cpx" && !hasCookie("t_pu_CX")) {
|
|
1727
|
+
setExpiringCookie("t_pu_CX", exp_time);
|
|
1728
|
+
popup_cpx();
|
|
1729
|
+
return;
|
|
1730
|
+
}
|
|
1731
|
+
else if (ad == "casale_us" && !hasCookie("t_pu_CS")) {
|
|
1732
|
+
setExpiringCookie("t_pu_CS", exp_time);
|
|
1733
|
+
popup_casale(136888);
|
|
1734
|
+
return;
|
|
1735
|
+
}
|
|
1736
|
+
else if (ad == "gunggo" && !hasCookie("t_pu_GG")) {
|
|
1737
|
+
// gunggo has a 5-day expiration...
|
|
1738
|
+
setExpiringCookie("t_pu_GG", 5*24*60*60);
|
|
1739
|
+
popup_gunggo();
|
|
1740
|
+
return;
|
|
1741
|
+
}
|
|
1742
|
+
else if (ad == "casale_ca") {
|
|
1743
|
+
popup_casale(134311);
|
|
1744
|
+
return;
|
|
1745
|
+
}
|
|
1746
|
+
else if (ad == "casale_intl") {
|
|
1747
|
+
popup_casale(110592);
|
|
1748
|
+
return;
|
|
1749
|
+
}
|
|
1750
|
+
else if (ad == "valueclick") {
|
|
1751
|
+
popup_valueclick();
|
|
1752
|
+
return;
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
trigger_popup("casale_us", 172800);
|
|
1757
|
+
</script>
|
|
1758
|
+
</body>
|
|
1759
|
+
</html>
|
|
1760
|
+
http_version: '1.1'
|
|
1761
|
+
recorded_at: Sun, 29 Dec 2013 14:21:13 GMT
|
|
1762
|
+
recorded_with: VCR 2.8.0
|