forked from codelucas/newspaper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnydailynews.com1.html
More file actions
853 lines (633 loc) · 66.8 KB
/
Copy pathnydailynews.com1.html
File metadata and controls
853 lines (633 loc) · 66.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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
<!DOCTYPE html>
<!--NEW-->
<!--- www pageHead.vm --->
<!--- mode = www --->
<!--- URI = /new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107 --->
<!--- Host = www.nydailynews.com --->
<!--[if IE 8]><html class="ie8" lang="en" itemscope itemtype="http://schema.org/"><![endif]-->
<!--[if IE 9]><html class="ie9" lang="en" itemscope itemtype="http://schema.org/"><![endif]-->
<!--[if IE 10]><html class="ie10" lang="en" itemscope itemtype="http://schema.org/"><![endif]-->
<!--[if IE 11]><html class="ie11" lang="en" itemscope itemtype="http://schema.org/"><![endif]-->
<!--[if !IE]><!-->
<html lang="en" itemscope itemtype="http://schema.org/">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Boyfriend of ‘Mob Wives’ star will sue Brooklyn club - NY Daily News</title>
<meta name="nydn_section" content="Brooklyn" />
<meta name="viewport" content="width=1070, maximum-scale=1.0" />
<meta property="fb:app_id" content="107464888913"/>
<meta property="fb:admins" content="1594068001"/>
<meta property="og:site_name" content="NY Daily News"/>
<meta property="article:publisher" content="https://www.facebook.com/thenewyorkdailynews" />
<meta name="msvalidate.01" content="02916AAC0DA8B068EFE01D721E03ED7E" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@nydailynews">
<meta property="twitter:url" content="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107" />
<meta property="twitter:title" content="Boyfriend of ‘Mob Wives’ star will sue Brooklyn club" />
<meta property="twitter:description" content="The boyfriend of ‘Mob Wives’ star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter." />
<meta id="og_title" property="og:title" content="Boyfriend of ‘Mob Wives’ star will sue Brooklyn club"/>
<meta property="og:type" content="article"/>
<meta id="og_url" property="og:url" content="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107"/>
<meta id="og_image" property="og:image" content="http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/landscape_1200/mob15n-1-web.jpg"/>
<meta id="og_description" property="og:description" content="The boyfriend of ‘Mob Wives’ star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter."/>
<meta name="description" content="The boyfriend of ‘Mob Wives’ star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter."/>
<meta name="nydn_byline" content="JOHN MARZULLI" />
<link rel="stylesheet" type="text/css" href="http://assets.nydailynews.com/nydn/css/20120405/nydn_shell.css?r=20141204m12345">
<meta name="parsely-title" content="Boyfriend of ‘Mob Wives’ star will sue Brooklyn club" />
<meta name="parsely-link" content="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107" />
<meta name="parsely-type" content="article" />
<meta name="parsely-image-url" content="http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/landscape_1200/mob15n-1-web.jpg" />
<meta name="parsely-section" content="Brooklyn" />
<meta name="parsely-author" content="JOHN MARZULLI" />
<link rel="stylesheet" type="text/css" href="http://assets.nydailynews.com/nydn/css/20120405/article2014.css?r=20141204m12345">
<meta name="robots" content="NOARCHIVE"/>
<link rel="canonical" href="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107">
<link rel="alternate" media="handheld" href="http://m.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107" >
<script type="text/javascript" src="http://assets.nydailynews.com/nydn/js/nydn-pack-20140101.js?r=20141204m12345"></script>
<script type="text/javascript" src="http://assets.nydailynews.com/nydn/js/article2014.js?r=20141204m12345"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="NYDN Rss" href="http://feeds.nydailynews.com/nydnrss">
<link rel="alternate" type="application/rss+xml" title="Local Rss" href="http://feeds.feedburner.com/nydnrss/new-york">
<link rel="alternate" type="application/rss+xml" title="Local Rss Article only" href="/cmlink/local-rss-article-1.959303?localLinksEnabled=false" > <link rel="alternate" type="application/rss+xml" title="Brooklyn Rss" href="http://feeds.feedburner.com/nydnrss/new-york/brooklyn">
<!-- HTML Element: 7.2275583 --> <script type="text/javascript" src="http://cdn.gigya.com/js/gigya.js?apiKey=2_dEXFuXOH-VmO90DcKM-eUQEGA_6YdnhsIWSKVst63_pUwNak149F4kLoiEZMiaN6">
{
shortURLs: 'never'
}
</script>
<!-- HTML Element: 7.2211163 --> <script src="//assets.adobedtm.com/4fc527d6fda921c80e462d11a29deae2e4cf7514/satelliteLib-c91fdc6ac624c6cbcd50250f79786de339793801.js"></script>
<script type='text/javascript' src='http://c.amazon-adsystem.com/aax2/amzn_ads.js'></script> <script type='text/javascript'>
try {
amznads.getAds('3088');
} catch(e) { /*ignore*/}
</script> <script>
var pm_optimize_adslots = ['NYDN_ATF_x46@728x90','NYDN_BTF_x47@728x90','NYDN_ATF_x50@300x250','NYDN_BTF_x55@300x250','NYDN_BTF_x86@300x250'];
var pm_pub_id = 52225;
</script> <script type="text/javascript" src="http://ads.pubmatic.com/AdServer/js/gshowad.js"></script> <script> var rtp = {}; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type="text/javascript">
oz_api = "valuation";
oz_site = "11688/37272";
oz_zone = "155572";
oz_ad_slot_size = "300x250";
</script> <script type="text/javascript" src="http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272"></script> <script>rtp['atf-medrec'] = rp_valuation.estimate.tier; </script> <script> var rtp = {}; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type="text/javascript">
oz_api = "valuation";
oz_site = "11688/37272";
oz_zone = "155572";
oz_ad_slot_size = "728x90";
</script> <script type="text/javascript" src="http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272"></script> <script>rtp['atf-leaderboard'] = rp_valuation.estimate.tier; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type="text/javascript">
oz_api = "valuation";
oz_site = "11688/37272";
oz_zone = "155572";
oz_ad_slot_size = "300x250";
</script> <script type="text/javascript" src="http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272"></script> <script>rtp['btf-medrec1'] = rp_valuation.estimate.tier; </script> <!-- Rubicon Monetization API --> <!-- Account: NY Daily News Site: NY Daily News --> <script type="text/javascript">
oz_api = "valuation";
oz_site = "11688/37272";
oz_zone = "155572";
oz_ad_slot_size = "300x250";
</script> <script type="text/javascript" src="http://tap-cdn.rubiconproject.com/partner/scripts/rubicon/dorothy.js?pc=11688/37272"></script> <script>rtp['btf-medrec2'] = rp_valuation.estimate.tier; </script> <script type='text/javascript'>
var crtg_nid="2452";
var crtg_cookiename="cto_nydn";
var crtg_varname="crtg_content";
function crtg_getCookie(c_name){ var i,x,y,ARRCookies=document.cookie.split(";");for(i=0;i<ARRCookies.length;i++){x=ARRCookies[i].substr(0,ARRCookies[i].indexOf("="));y=ARRCookies[i].substr(ARRCookies[i].indexOf("=")+1);x=x.replace(/^\s+|\s+$/g,"");if(x==c_name){return unescape(y);}}return'';}
var crtg_content = crtg_getCookie(crtg_cookiename);var crtg_rnd=Math.floor(Math.random()*99999999999);
var crtg_url=location.protocol+'//rtax.criteo.com/delivery/rta/rta.js?netId='+escape(crtg_nid);crtg_url+='&cookieName='+escape(crtg_cookiename);crtg_url+='&rnd='+crtg_rnd;crtg_url+='&varName=' + escape(crtg_varname);
var crtg_script=document.createElement('script');crtg_script.type='text/javascript';crtg_script.src=crtg_url;crtg_script.async=true;
if(document.getElementsByTagName("head").length>0)document.getElementsByTagName("head")[0].appendChild(crtg_script);else if(document.getElementsByTagName("body").length>0)document.getElementsByTagName("body")[0].appendChild(crtg_script);
</script> <script type="text/javascript">
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement("script");
gads.async = true;
gads.type = "text/javascript";
var useSSL = "https:" == document.location.protocol;
gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
var node =document.getElementsByTagName("script")[0];
node.parentNode.insertBefore(gads, node);
})();
</script> <script type="text/javascript">
if(typeof progKeyValueMap!='undefined'){
bids = [];
for (val in progKeyValueMap) {
biddata = (progKeyValueMap[val].split(';'));
bids[biddata[5]] = {'bid':biddata[3], 'bidid':biddata[5]};
}
}
// CURRENT_LAYOUT nydn.HomePageLayout
// CURRENT_CONTENT_TYPE nydn.StandardArticle
// modelType - nydn.InitDoubleClickElement
//<![CDATA[
<!--
googletag.cmd.push(function() {
var crtg_split = crtg_content.split(';');
for (var i=1;i<crtg_split.length;i++){ googletag.pubads().setTargeting ("" + (crtg_split[i-1].split('='))[0] + "", "" + (crtg_split[i-1].split('='))[1] + "");}
googletag.defineOutOfPageSlot("4692832/NYDN/New_York/New_York.Brooklyn","div-gpt-ad-x70").addService(googletag.pubads())
.setTargeting("position", "x70").setCollapseEmptyDiv(true,true);
googletag.defineSlot("4692832/NYDN/New_York/New_York.Brooklyn",[[728,90],[950,35],[970,90],[970,250],[970,200],[990,90]], "div-gpt-ad-x46").addService(googletag.pubads())
.setTargeting('bidid', bids['NYDN_ATF_x46@728x90'].bidid)
.setTargeting('bid', bids['NYDN_ATF_x46@728x90'].bid)
.setTargeting("tier", String(rtp['atf-leaderboard']))
.setTargeting("position", "x46");
googletag.defineSlot("4692832/NYDN/New_York/New_York.Brooklyn", [[300, 250], [300, 600]], "div-gpt-ad-x50").addService(googletag.pubads())
.setTargeting('bidid', bids['NYDN_ATF_x50@300x250'].bidid)
.setTargeting('bid', bids['NYDN_ATF_x50@300x250'].bid)
.setTargeting("tier", String(rtp['atf-medrec']))
.setTargeting("position", "x50");
googletag.defineSlot("4692832/NYDN/New_York/New_York.Brooklyn", [[300, 250], [300, 600]], "div-gpt-ad-x55").addService(googletag.pubads())
.setTargeting('bidid', bids['NYDN_BTF_x55@300x250'].bidid)
.setTargeting('bid', bids['NYDN_BTF_x55@300x250'].bid)
.setTargeting("tier", String(rtp['btf-medrec1']))
.setTargeting("position", "x55");
googletag.defineSlot("4692832/NYDN/New_York/New_York.Brooklyn", [[300, 250], [300, 600]], "div-gpt-ad-x86").addService(googletag.pubads())
.setTargeting('bidid', bids['NYDN_BTF_x86@300x250'].bidid)
.setTargeting('bid', bids['NYDN_BTF_x86@300x250'].bid)
.setTargeting("tier", String(rtp['btf-medrec2']))
.setTargeting("position", "x86");
googletag.defineSlot("4692832/NYDN/New_York/New_York.Brooklyn", [[300, 100], [300, 200]], "div-gpt-ad-x45").addService(googletag.pubads())
.setTargeting("position", "x45").setCollapseEmptyDiv(true,true);
googletag.pubads().setTargeting("Content", "Article").setTargeting("Package", ["Brooklyn","Local"]);
googletag.pubads().setTargeting("ContentID", "1.2078107");
googletag.pubads().setTargeting("nsfa", "true");
googletag.defineSlot("4692832/NYDN/New_York/New_York.Brooklyn", [728, 90], "div-gpt-ad-x47").addService(googletag.pubads())
.setTargeting('bidid', bids['NYDN_BTF_x47@728x90'].bidid)
.setTargeting('bid', bids['NYDN_BTF_x47@728x90'].bid)
.setTargeting("tier", String(rtp['btf-leaderboard']))
.setTargeting("position", "x47");
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
if (jQuery(window).width() > jQuery(window).height()){
googletag.pubads().setTargeting("orient", "landscape");
}else{
googletag.pubads().setTargeting("orient", "portrait");
}
}
try {
amznads.setTargetingForGPTAsync('amznslots');
} catch(e) { /*ignore*/}
if(document.referrer) { var vm_referer_url = document.referrer; var vm_referer = vm_referer_url.match(/(google|yahoo|bing|live|msn|twitter|facebook)\./); if(vm_referer && vm_referer[1]) {googletag.pubads().setTargeting("referrer", vm_referer[1]); }}
googletag.pubads().collapseEmptyDivs();
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
//-->
//]]>
</script>
</head>
<body id="new york" class="article brooklyn">
<script type="text/javascript">
(function() { var ARTICLE_URL = 'http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107'; var CONTENT_ID = 'everything'; document.write( '<scr'+'ipt '+ 'src="http://survey.g.doubleclick.net/survey?site=304001'+ '&url='+encodeURIComponent(ARTICLE_URL)+ (CONTENT_ID ? '&cid='+encodeURIComponent(CONTENT_ID) : '')+ '&random='+(new Date).getTime()+ '" type="text/javascript">'+'\x3C/scr'+'ipt>'); })();
</script>
<div id="nydn-shell">
<header id="nydn-header">
<div id="nydn-ads">
<div id="nydn-main-ad">
<div id="div-gpt-ad-x46" > <script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x46");
});
}
//-->
//]]>
</script> </div>
<div id="div-gpt-ad-x70" > <script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x70");
});
}
//-->
//]]>
</script> </div>
</div>
</div>
<!-- HTML Element: 7.2235947 --> <div id="nydn-nav-top">
<div id="nydn-welcome">
<ul>
<li id="nydn-sm">
<div>
<iframe src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fthenewyorkdailynews&send=false&layout=box_count&width=48&show_faces=false&font&colorscheme=light&action=like&height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:48px; height:90px;" allowtransparency="true"></iframe>
</div>
<div>
<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" src="http://platform.twitter.com/widgets/follow_button.1409790579.html#_=1410453636098&dnt=true&id=twitter-widget-0&lang=en&screen_name=NYDailyNews&show_count=false&show_screen_name=true&size=m" class="twitter-follow-button twitter-follow-button" title="Twitter Follow Button" data-twttr-rendered="true" style="width: 142px; height: 20px;"></iframe>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = "http://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</div>
</li>
</ul>
</div>
</div>
<nav id="nydn-nav"> <a id="nydn-logo" href="/">DAILY NEWS</a> <ul> <li class="on"> <a href="/new-york">New York</a> <!--NYDN-1279--> </li> <li > <a href="/news">News</a> </li> <li ><a href="/news/politics">Politics</a></li> <li > <a href="/sports">Sports</a> </li> <li > <a href="/entertainment">Entertainment</a> </li> <li > <a href="/opinion">Opinion</a> </li> <li > <a href="/life-style">Living</a> </li> <li > <a href="/autos">Autos</a> </li> </ul> <dl id="nydn-search"> <dt></dt> <dd> <form name="searchForm" method="get"> <input type="text" name="q" id="nydn-search-text" value="" onkeyup="javascript:if(event.keyCode==13){search_action();}"> <label for="nydn-search-submit">Search</label> <input type="hidden" name="nydn-search-url" id="nydn-search-url" value="site"> <input type="submit" name="nydn-search-submit" value="Search" onclick="search_action();" id="nydn-search-submit"> </form> </dd> </dl> </nav> <dl id="sub-nav"> <dd > <a href="/new-york/events"> Events </a> </dd> <dd > <a href="/new-york/nyc-crime"> NYC Crime </a> </dd> <dd > <a href="/new-york/bronx"> Bronx </a> </dd> <dd class="selected"> <a href="/new-york/brooklyn"> Brooklyn </a> </dd> <dd > <a href="/new-york/queens"> Queens </a> </dd> <dd > <a href="/new-york/uptown"> Uptown </a> </dd> <dd > <a href="/new-york/education"> Education </a> </dd> <dd > <a href="/new-york/weather"> Weather </a> </dd> <dd> <a href="http://obituaries.nydailynews.com"> Obituaries </a> </dd> <dd> <a href="http://www.nydailynews.com/photos/new-york"> New York Pics </a> </dd> <dd> <a href="http://www.nydailynews.com/photos/dn-photographers"> DN Photographers </a> </dd> </dl> <script type="text/javascript"><!--
function search_action(){
document.searchForm.action ="/search-results/search-results-7.113";
document.searchForm.submit();
}
//-->
</script> </header>
<div id="nydn-body">
<main id="a-body" itemscope itemtype="http://schema.org/NewsArticle" itemid="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107">
<meta itemprop="thumbnailUrl" content="http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/landscape_1200/mob15n-1-web.jpg"/>
<meta itemprop="description" content="The boyfriend of ‘Mob Wives’ star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter."/>
<div id="a-body-top">
<div id="div-gpt-ad-x80" > <script type='text/javascript'>
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.defineSlot("/4692832/NYDN/New_York/New_York.Brooklyn", [1, 1], "div-gpt-ad-x80")
.addService(googletag.pubads()).setTargeting("position", "x80");
googletag.pubads().setTargeting("Content", "Article");
googletag.enableServices();
googletag.display("div-gpt-ad-x80");
});
}
//-->
//]]>
</script> </div> </div>
<header id="a-headers">
<h1 id="a-header" itemprop="headline">Boyfriend of ‘Mob Wives’ star Natalie Guercio will sue Brooklyn club where he was attacked</h1>
<h2 id="a-subheader" itemprop="alternativeHeadline">London Rene is claiming Club Output provided 'inept' and ‘incompetent’ security that was unable to keep patrons safe on Dec. 28 when he was attacked by a man with a box cutter outside the Williamsburg nightspot. The lawsuit will be filed Thursday and seeks unspecified monetary damages for Rene’s physical and emotional scars.</h2>
<div id="a-byline">
BY
<a rel="author" href="/authors?author=John+Marzulli" itemscope itemtype="http://schema.org/Person">
John Marzulli
</a>
</div>
<div id="a-credits">NEW YORK DAILY NEWS</div>
<div id="a-date-published" content="2015-01-14T19:09:34">Wednesday, January 14, 2015, 7:09 PM</div>
<ul id="a-font">
<li>A</li>
<li class="on">A</li>
<li>A</li>
</ul>
</header>
<div class="a-share" id="a-share-top" data-bitly-url="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107">
<div id="a-gigya-top"></div>
<div id="a-bitly">
<div id="a-bitly-wrap">
<dl>
<dt>Share this URL</dt>
<dd>
<iframe id="bitly_copy_button" allowTransparency="true" frameBorder="0" style="position:absolute;height:0px;width:0px;visibility:hidden;"></iframe>
<iframe id="bitly_copy_capsule" allowTransparency="true" frameBorder="0" style="display:none;"></iframe>
<style class="for_bitly_copy_script">
body#bitly_copy {height: 25px; }
body#bitly_copy a {font: 12px/23px"Arial"; color: #333; background: #fff; }
body#bitly_copy .link {background: none; padding-left: 10px; }
body#bitly_copy .copy-btn{width: 58px;height:23px;background:url("http://multimedia.nydailynews.com/css/article/icon/bitly.gif") 0 0 no-repeat;text-indent:-99999px;}
body#bitly_copy:hover{cursor: pointer; }
body#bitly_copy:hover .copy-btn{filter: alpha(opacity=80); opacity: .8;}
body#bitly_copy #box{height: 23px;}
</style>
<script type="text/javascript" id="bitly_copy_script">
//<![CDATA[
(function() {
var loc = document.URL;
var format="",long_url= "",short_url="http://nydn.us/1ILOM5J",short_domain="nydn.us";
var d=document, sa="setAttribute", f = d.getElementById("bitly_copy_button");
doc = f.contentDocument || f.contentWindow.document;
doc.open().write('<!doctype html><ht'+'ml"><he'+'ad></he'+'ad><bo'+'dy onload="appendScriptTag() "><scr'+'ipt type="text/javascript">function appendScriptTag(){window._long_url="'+long_url+'";window._short_url="'+short_url+'";window._short_domain="'+short_domain+'";window._format="'+format+'";var s=document.createElement("script");s.setAttribute("type", "text/javascript");s.setAttribute("src", "//platform.bitly.com/static/js/pisces.js?url='+ encodeURIComponent(location.href) +'");document.body.appendChild(s);}</scr'+'ipt></bo'+'dy></ht'+'ml>');
doc.close();
})();
//]]>
</script>
</dd>
</dl>
</div>
</div>
</div>
<div class="p402_premium">
<article data-streamid="7.2304855" data-streamtags='["NYDN.Local.d","NYDN.Local.Brooklyn.d"]' itemprop="articleBody">
<div class="a-module" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" itemid="http://assets.nydailynews.com/polopoly_fs/1.2078106!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-1-web.jpg"> <figure class="a-image h"> <img alt='London Rene and 'Mob Wives' star Natalie Guercio pose in the office of their lawyer, Scott Rynecki. The couple was outside a Brooklyn club on Dec. 28 when a man with a box cutter attacked Rene.' src='http://assets.nydailynews.com/polopoly_fs/1.2078106.1421279236!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-1-web.jpg' /> <span class="a-credit" itemprop="copyrightHolder">Kevin C. Downs/for New York Daily News</span> <span class="a-caption" itemprop="description">London Rene and 'Mob Wives' star Natalie Guercio pose in the office of their lawyer, Scott Rynecki. The couple was outside a Brooklyn club on Dec. 28 when a man with a box cutter attacked Rene.</span> <a class="a-enlarge" href="#"></a> </figure> </div>
<p>
The boyfriend of sexy “Mob Wives” star Natalie Guercio is suing the Brooklyn club where he was brutally slashed by a box cutter-wielding assailant, the Daily News has learned.</p>
<p>
London Rene is alleging Club Output's "inept" and "incompetent" security was negligent in failing to provide proper safety for its patrons on Dec. 28 when he was attacked outside the Williamsburg nightspot.</p>
<p>
Rene's lawyer Scott Rynecki said there was "little or no security" watching over the club, which has a capacity of 600-persons.</p>
<p>
The suit, which will be filed Thursday in Brooklyn Supreme Court, seeks unspecified monetary damages for Rene's physical and emotional scars. The court papers also name the security guard firm hired by the club.</p>
<p>
"When I look in the mirror I'm angry," Rene, 37, said Wednesday. "I'm scarred for life; the scars are going to be there until the day I die."</p> <div class="a-module">
<div style='height:361px;' class="a-rotator thumbs h" id="aRotator-7-2304871-1421286464159" data-vr-zone="Scars ss">
<div class="figures">
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" itemid="http://assets.nydailynews.com/polopoly_fs/1.2078105!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-3-web.jpg">
<img height='552' alt='Rene seeks unspecified monetary damages for his physical and emotional scars. He plans to file the lawsuit Thursday.' width='970' src='http://static3.nydailynews.com/polopoly_fs/1.2078105.1421279234!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-3-web.jpg' /> <span class="a-credit" itemprop="copyrightHolder">Kevin C. Downs/for New York Daily News</span>
<figcaption>Rene seeks unspecified monetary damages for his physical and emotional scars. He plans to file the lawsuit Thursday.</figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject" itemid="http://assets.nydailynews.com/polopoly_fs/1.2078104!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-2-web.jpg">
<img height='647' alt='London Rene suffered scars from the attack.' width='970' src='http://static2.nydailynews.com/polopoly_fs/1.2078104.1421279233!/img/httpImage/image.jpg_gen/derivatives/article_970/mob15n-2-web.jpg' /> <span class="a-credit" itemprop="copyrightHolder">Kevin C. Downs/for New York Daily News</span>
<figcaption>London Rene suffered scars from the attack.</figcaption>
</figure>
</div>
<div class="controls">
<span class="previous">Previous</span>
<span class="next">Next</span>
</div>
<ul class="thumbs">
<li><img alt='London Rene and "Mob Wives" cast member Natalie Guercio pose in their lawyers’ office Scott Rynecki to show the slashing markers on London's face and abdomen after he was attacked outside Club OUTPUT in Williamsburg, Brooklyn. January 14(Kevin C. Downs for The New York Daily News)' src='http://assets.nydailynews.com/polopoly_fs/1.2078105.1421279234!/img/httpImage/image.jpg_gen/derivatives/article_rotator_thumbs_50_50/mob15n-3-web.jpg' /></li>
<li><img alt='London Rene and "Mob Wives" cast member Natalie Guercio pose in their lawyersÕ office Scott Rynecki to show the slashing markers on London's face and abdomen after he was attacked outside Club OUTPUT in Williamsburg, Brooklyn. January 14(Kevin C. Downs for The New York Daily News)' src='http://assets.nydailynews.com/polopoly_fs/1.2078104.1421279233!/img/httpImage/image.jpg_gen/derivatives/article_rotator_thumbs_50_50/mob15n-2-web.jpg' /></li>
</ul>
<a class="a-enlarge" href="#">Enlarge</a>
</div>
</div>
<p>
The alleged slasher, Rodolfo Lopez, fled the scene and <a href="http://www.nydailynews.com/entertainment/gossip/alleged-mob-wives-boyfriend-slasher-turns-article-1.2061683?cid=bitly">later surrendered to the NYPD</a>.</p>
<p>
Rene's face and torso were cut in the attack. Guercio, whose family owns a funeral home in Philadelphia where mobsters and their families were laid out, witnessed the slashing but she was not hurt.</p>
<p>
"Any one of us could have been a victim," she said.</p>
<p>
There was no listed phone number for the club.</p> <p class="a-email"><a href="mailto:jmarzulli@nydailynews.com?Subject=NYDailyNews" target="_top">jmarzulli@nydailynews.com</a></p>
<div id="a-all-related"> <div class="a-module"> <dl class="a-related"> <dt>Related Stories</dt> <dd> <a class="a-teaser" href="http://www.nydailynews.com/entertainment/gossip/nypd-identifies-suspect-mob-wives-slashing-article-1.2060100"> <img alt='NEW YORK, NY - DECEMBER 03: Natalie Guercio of "Mob Wives" and her boyfriend London Rene attends "Mob Wives" Season Five Viewing Party at Drunken Monkey on December 3, 2014 in New York City. (Photo by Bobby Bank/Getty Images)' src='http://assets.nydailynews.com/polopoly_fs/1.2060097.1419898345!/img/httpImage/image.jpg_gen/derivatives/article_related_video_thumbs_170_13/82923351.jpg' /> <span class="a-caption">NYPD identifies suspect in 'Mob Wives' slashing</span> </a> </dd> </dl> </div> <div class="a-module"> <dl class="a-related"> <dd> <a class="a-teaser" href="http://www.nydailynews.com/entertainment/gossip/alleged-mob-wives-boyfriend-slasher-turns-article-1.2061683"> <img alt='London Rene, boyfriend of Mobwives star Natalie Guercio, was slashed in the face after he was assaulted with a box cutter at a Brooklyn nightclub.' src='http://assets.nydailynews.com/polopoly_fs/1.2061680.1420024149!/img/httpImage/image.jpg_gen/derivatives/article_related_video_thumbs_170_13/wives31n-3-web.jpg' /> <span class="a-caption">Alleged ‘Mob Wives’ boyfriend slasher turns himself in</span> </a> </dd> </dl> </div> </div> </article>
</div>
<script type="text/javascript">
$('.a-module').addClass('p402_hide');
try { _402_Show(); } catch(e) {}
</script>
<div id="a-body-bottom">
<!-- HTML Element: 7.1555387 --> <script type="text/javascript" src="http://dmeserv.newsinc.com/repub/NY_Daily_News_415/dynamicWidgets.js"></script>
<script type="text/javascript">
NDNDynVideoWidgets();
</script>
<div class="story-video"><div id="ndn-video-single-02" class="ndn-widget" style="display: none;"></div></div>
</div>
<div class="code_module">
<!-- HTML Element: 7.1638371 --> <div class="outbrain-wrap">
<script type="text/javascript">
jQuery(document).ready(function(){
if (!jQuery(".t402-prompt-iframe-container").length) GoogleSurveyDone();
});
function GoogleSurveyDone() {
if (!jQuery("body.outbrainDone").length) {
jQuery(".outbrain-wrap").append("<div class='OUTBRAIN' data-widget-id='AR_5' data-ob-template='nydn'></div><div class='OUTBRAIN' data-widget-id='AR_7' data-ob-template='nydn'></div></div>");
jQuery.getScript("http://widgets.outbrain.com/outbrain.js");
OBR.extern.researchWidget();
jQuery("body").addClass("outbrainDone");
}
}
</script>
</div>
</div>
<div class="code_module">
<!-- HTML Element: 7.1807996 --> <!--INLINE-->
<div class="ym-inline">
<div id="ym_662210526407498782" class="ym"></div>
</div>
<script type="text/javascript">
jQuery(document).ready(function(){
var isiPad = navigator.userAgent.match(/iPad/i) != null;
if (isiPad){
thirdP = Math.ceil(jQuery("#a-body article p").length / 3);
jQuery(".ym-inline").insertAfter("#a-body article p:nth-of-type("+thirdP+")");
}
});
</script>
<script type="text/javascript">(function(e,t){if(t._ym===void 0){t._ym="";var m=e.createElement("script");m.type="text/javascript",m.async=!0,m.src="//static.yieldmo.com/ym.min.js",(e.getElementsByTagName("head")[0]||e.getElementsByTagName("body")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>
<!--FOOTER-->
<div id="ym_662210939663883295" class="ym"></div>
<script type="text/javascript">(function(e,t){if(t._ym===void 0){t._ym="";var m=e.createElement("script");m.type="text/javascript",m.async=!0,m.src="//static.yieldmo.com/ym.min.js",(e.getElementsByTagName("head")[0]||e.getElementsByTagName("body")[0]).appendChild(m)}else t._ym instanceof String||void 0===t._ym.chkPls||t._ym.chkPls()})(document,window);</script>
<style>
.ym-inline{overflow:auto;margin:0 0 21px 135px;}
</style> </div>
<div class="code_module">
<!-- HTML Element: 7.2117324 --> <div class="medianet-wrap" data-analytics="media-net" data-analytics-version="footer">
<script id="mNCC" language="javascript"> medianet_width='635'; medianet_height= '422'; medianet_crid='786671413'; </script> <script id="mNSC" src="http://contextual.media.net/nmedianet.js?cid=8CU481729" language="javascript"></script>
</div> </div>
<div id="a-comments">
<h5>Comments</h5>
<span class="goto-comments" name="7.2304855"></span>
<span id="comments-label">Post A Comment</span>
<span id="comments-guidelines">[ <a href="/cmlink/discussion-guidelines.externalId">Discussion Guidelines</a>]</span>
<div id="comments-signin">
<p>To Post Comments <a id="nydn-login" href="/login?iframe=true">Sign In</a></p>
</div>
<div id="commentsDiv" gigid="showCommentsUI" class="gig-comments-container"> </div>
</div>
</main>
<aside id="nydn-aside">
<div class="code_module">
<div id="div-gpt-ad-x50" > <script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x50");
});
}
//-->
//]]>
</script> </div> </div>
<div class="code_module">
<div class="teasersWrap contentBin" data-vr-zone="NY Editors' Picks - New 1" id='editorspick1'> <h5><span><i>Editor's</i> Picks</span></h5> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/lawmakers-improve-hospital-washington-heights-article-1.2078208"> Lawmakers want to improve a hospital in Washington Heights </a> </h3> <a href="http://www.nydailynews.com/new-york/lawmakers-improve-hospital-washington-heights-article-1.2078208" class="imgCont"> <img height='110' alt='' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2078207.1421285495!/img/httpImage/image.jpg_gen/derivatives/index_140/hospital15u-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/lawmakers-improve-hospital-washington-heights-article-1.2078208">Medical center could burnish its credentials by beefing up its emergency room staff and expanding patient access to urgent care.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/brooklyn/video-brooklyn-gym-teacher-kisses-student-article-1.2078160"> VIDEO: Brooklyn gym teacher kisses former student</a> </h3> <a href="http://www.nydailynews.com/new-york/brooklyn/video-brooklyn-gym-teacher-kisses-student-article-1.2078160" class="imgCont"> <img height='110' alt='A video has surfaced showing a Brooklyn gym teacher kissing a former student in a pizza shop. The teacher, John Ramirez, from Origins High School in Sheepshead Bay, was shipped out of the classroom and into the rubber room last week. In the video on Facebook, Ramirez and Tamara Stimphil, are waiting in a restaurant and kiss at the end. The video gotten more than 2,000 views. The DOE is investigating' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2078159.1421281313!/img/httpImage/image.jpg_gen/derivatives/index_140/teacher15k-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/brooklyn/video-brooklyn-gym-teacher-kisses-student-article-1.2078160">A video has surfaced showing a Brooklyn gym teacher in a pizza shop kissing a student who graduated last year.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/brooklyn/city-preservationists-target-brooklyn-police-precinct-article-1.2078127"> City preservationists target former Brooklyn police precinct</a> </h3> <a href="http://www.nydailynews.com/new-york/brooklyn/city-preservationists-target-brooklyn-police-precinct-article-1.2078127" class="imgCont"> <img height='110' alt='The former 68th Precinct stationhouse in Sunset Park continues to deteriorate more than four decades after the cops moved out.' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2078123.1421279972!/img/httpImage/image.jpg_gen/derivatives/index_140/precinct15k-4-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/brooklyn/city-preservationists-target-brooklyn-police-precinct-article-1.2078127">THE CASE for a graffiti-scarred former police stationhouse in Brooklyn could be headed to court.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107"> Boyfriend of ‘Mob Wives’ star will sue Brooklyn club</a> </h3> <a href="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107" class="imgCont"> <img height='110' alt='London Rene and "Mob Wives" cast member Natalie Guercio pose in their lawyersÕ office Scott Rynecki to show the slashing markers on London's face and abdomen after he was attacked outside Club OUTPUT in Williamsburg, Brooklyn. January 14(Kevin C. Downs for The New York Daily News)' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078106.1421279236!/img/httpImage/image.jpg_gen/derivatives/index_140/mob15n-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/brooklyn/boyfriend-mob-wives-star-sue-brooklyn-club-article-1.2078107">The boyfriend of ‘Mob Wives’ star Natalie Guercio will sue a Brooklyn club where he was attacked by a man with a box cutter.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/bronx/immigrant-owned-restaurants-south-bronx-article-1.2078083"> Immigrant-owned restaurants in the South Bronx are getting a</a> </h3> <a href="http://www.nydailynews.com/new-york/bronx/immigrant-owned-restaurants-south-bronx-article-1.2078083" class="imgCont"> <img height='110' alt='Delicioso is one of 30 restaurants participating in the United Business Cooperative run By SoBRO in the South Bronx.' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078082.1421278319!/img/httpImage/image.jpg_gen/derivatives/index_140/sobro15b-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/bronx/immigrant-owned-restaurants-south-bronx-article-1.2078083">Immigrant-owned restaurants in the Bronx are getting a boost.</a> </p> </div> </div> </div>
<div class="code_module">
<!-- HTML Element: 7.1977031 --> <div class="OB-EP" id="ob-right-rail" data-analytics="outbrain-right-rail" data-analytics-version="unmanaged">
<h5>FROM AROUND THE WEB</h5>
<div class="OUTBRAIN" data-widget-id="SF_1" data-ob-template="nydn"></div>
<script type="text/javascript"src="http://widgets.outbrain.com/outbrain.js"></script>
<style>
.OB-EP{margin:-30px 0;}
.OB-EP .OUTBRAIN {width:300px;margin:0}
.OB-EP h5{font:15px/15px "NovecentoMedium","Arial";border-bottom:1px dotted grey !important;margin-bottom:10px !important;}
.OB-EP h5,
.OB-EP .SF_1 .ob_org_header
{background:none;border:0;padding:0;margin:0;}
.OB-EP .SF_1 .ob-rec-link-img{}
.OB-EP .SF_1 .ob-text-content{padding-left:150px;}
.OB-EP .SF_1 .strip-rec-link-title{font:bold 14px/15px "Arial";}
.OB-EP .SF_1 .strip-rec-link-title:hover,
.OB-EP .SF_1 .rec-src-link:hover{color:#e8172d;}
.OB-EP .SF_1 .item-container{margin:10px 0 0;padding:0 0 10px;}
</style>
</div> </div>
<div class="code_module">
<div class="teasersWrap contentBin" data-vr-zone="NY Editors' Picks - New 2" id='editorspick2'> <h5><span><i>Editor's</i> Picks</span></h5> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/brooklyn/dog-killer-sought-brooklyn-article-1.2078065"> Dog killer sought in Brooklyn</a> </h3> <a href="http://www.nydailynews.com/new-york/brooklyn/dog-killer-sought-brooklyn-article-1.2078065" class="imgCont"> <img height='110' alt='' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078064.1421277609!/img/httpImage/image.jpg_gen/derivatives/index_140/dog15k-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/brooklyn/dog-killer-sought-brooklyn-article-1.2078065">A witness spotted a cruel motorist chuck an injured pit bull from a car in Crown Heights — and then back over the poor pooch, advocates say.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/queens/plan-rockaway-vendors-hold-article-1.2078071"> Plan for Rockaway vendors on hold</a> </h3> <a href="http://www.nydailynews.com/new-york/queens/plan-rockaway-vendors-hold-article-1.2078071" class="imgCont"> <img height='110' alt='07/04/14 "Rockaways" Deserted portion of beach in thr mid 90s in Rockaway Beach, empty this holiday because of the rain Photos by Neil Miller for the New York Daily News' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078070.1421277828!/img/httpImage/image.jpg_gen/derivatives/index_140/rockaway15q-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/queens/plan-rockaway-vendors-hold-article-1.2078071">A plan to allow vendors at several locations along the beaches in Rockaway is on hold</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/bronx/bronx-borough-president-ex-aide-foe-polls-article-1.2078062"> Bronx borough president’s ex-aide now a foe at the polls </a> </h3> <a href="http://www.nydailynews.com/new-york/bronx/bronx-borough-president-ex-aide-foe-polls-article-1.2078062" class="imgCont"> <img height='110' alt='Newly elected Bronx Borough President Ruben Diaz Jr. celebrates his victory tonight April 21, 2009 at Maestro's Caterers (1703 Bronxdale Ave. in The Bronx). Here, his father State Senator Rev. Ruben Diaz (r) and his former chief of staff Camella Pinkney Price (l),' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2078061.1421277405!/img/httpImage/image.jpg_gen/derivatives/index_140/prez15b-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/bronx/bronx-borough-president-ex-aide-foe-polls-article-1.2078062">First, this longtime soldier to Bronx Borough President Ruben Diaz Jr. sued her longtime superior for her dismissal.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/queens/rockaway-parks-administrator-retires-article-1.2077988"> First Rockaway Parks Administrator retires</a> </h3> <a href="http://www.nydailynews.com/new-york/queens/rockaway-parks-administrator-retires-article-1.2077988" class="imgCont"> <img height='110' alt='Longtime Parks Department official Jill Weber, who is retiring after 34 years, walks along Rockaway Beach in Far Rockaway, January 9, 2015.' width='140' src='http://static2.nydailynews.com/polopoly_fs/1.2077984.1421275163!/img/httpImage/image.jpg_gen/derivatives/index_140/weber14q-4-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/queens/rockaway-parks-administrator-retires-article-1.2077988"> After 32 years at the New York City Parks Department, Jill Weber thought she had seen it all - until Hurricane Sandy hit.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/queens/artist-takes-queens-billboard-article-1.2078033"> Artist takes over Queens billboard</a> </h3> <a href="http://www.nydailynews.com/new-york/queens/artist-takes-queens-billboard-article-1.2078033" class="imgCont"> <img height='110' alt='' width='140' src='http://static2.nydailynews.com/polopoly_fs/1.2078032.1421276338!/img/httpImage/image.jpg_gen/derivatives/index_140/board15q-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/queens/artist-takes-queens-billboard-article-1.2078033">A Brooklyn artist has taken over a vacant Queens billboard with the help of nonprofit 14x48.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/queens/queens-drummer-oscars-birdman-disqualification-article-1.2077887"> Queens drummer gets over Oscars 'Birdman' disqualification</a> </h3> <a href="http://www.nydailynews.com/new-york/queens/queens-drummer-oscars-birdman-disqualification-article-1.2077887" class="imgCont"> <img height='110' alt='' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2077883.1421272976!/img/httpImage/image.jpg_gen/derivatives/index_140/birdman15q-4-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/queens/queens-drummer-oscars-birdman-disqualification-article-1.2077887">One of the biggest Oscar snubs of the year hits home not in Tinseltown, but Queens — over potential best picture “Birdman.”</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/bronx/developer-revise-plans-east-harlem-complex-article-1.2077877"> Developer must again revise plans for East Harlem complex</a> </h3> <a href="http://www.nydailynews.com/new-york/bronx/developer-revise-plans-east-harlem-complex-article-1.2077877" class="imgCont"> <img height='110' alt='' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2077874.1421272770!/img/httpImage/image.jpg_gen/derivatives/index_140/balcony15b-3-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/bronx/developer-revise-plans-east-harlem-complex-article-1.2077877">It’s back to the drawing board for a building that has raised the ire of East Harlem residents ever since it was unveiled last year.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/nyc-crime/accused-bronx-cop-shooting-accomplice-contests-involvement-article-1.2075075"> Accused accomplice in Bronx cop-shooting denies involvement</a> </h3> <a href="http://www.nydailynews.com/new-york/nyc-crime/accused-bronx-cop-shooting-accomplice-contests-involvement-article-1.2075075" class="imgCont"> <img height='110' alt='Families of Jason Polanco and Joshua Kemp leave Bronx Supreme Court this morning who were charged with shooting Police Officers and Robbery last week.Monday,,January 12th 2015,Bronx,New York.( Michael Schwartz for New York Daily News).' width='140' src='http://static2.nydailynews.com/polopoly_fs/1.2075074.1421093737!/img/httpImage/image.jpg_gen/derivatives/index_140/robbery13n-1-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/nyc-crime/accused-bronx-cop-shooting-accomplice-contests-involvement-article-1.2075075">The alleged accomplice of the accused shooter of two cops after a Bronx bodega robbery had nothing to do with it, his lawyer said Monday.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/new-york/bronx/bronx-produce-workers-threaten-strike-5-raise-bid-article-1.2077483"> Bronx produce workers threaten strike over $5 raise bid</a> </h3> <a href="http://www.nydailynews.com/new-york/bronx/bronx-produce-workers-threaten-strike-5-raise-bid-article-1.2077483" class="imgCont"> <img height='110' alt='Busiest day of the year at the NYC Hunts Point Terminal Produce Market with 30 million pounds of produce for the New Yorkers for the Thanksgiving.Photo by Viorel Florescu / 11.23.10' width='140' src='http://static3.nydailynews.com/polopoly_fs/1.2077481.1421259821!/img/httpImage/image.jpg_gen/derivatives/index_140/hunts-point-market.jpg' /> </a> <p> <a href="http://www.nydailynews.com/new-york/bronx/bronx-produce-workers-threaten-strike-5-raise-bid-article-1.2077483">Workers at a famed Bronx market that supplies fruits and vegetables to most of the city’s restaurants and grocers may walk off the job.</a> </p> </div> <div class="teaser" data-vr-contentbox=""> <h3> <a href="http://www.nydailynews.com/news/politics/mark-viverito-condolences-death-puerto-rican-activist-article-1.2077562"> Mark-Viverito tweets condolences for Puerto Rican activist</a> </h3> <a href="http://www.nydailynews.com/news/politics/mark-viverito-condolences-death-puerto-rican-activist-article-1.2077562" class="imgCont"> <img height='110' alt='Isabel Rosado Morales.' width='140' src='http://static1.nydailynews.com/polopoly_fs/1.2077560.1421261484!/img/httpImage/image.jpg_gen/derivatives/index_140/viverito15n-3-web.jpg' /> </a> <p> <a href="http://www.nydailynews.com/news/politics/mark-viverito-condolences-death-puerto-rican-activist-article-1.2077562">City Council Speaker Melissa Mark-Viverito tweeted her condolences on the death of a Puerto Rican nationalist.</a> </p> </div> </div> </div>
<div class="code_module">
<!-- HTML Element: 7.2085978 --> <link type="text/css"href="http://multimedia.nydailynews.com/css/spingo/spingo.css?aaa"rel="stylesheet" />
<!-- the mousewheel plugin - optional to provide mousewheel support -->
<script type="text/javascript"src="http://multimedia.nydailynews.com/css/LOCAL/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
<script type="text/javascript"src="http://multimedia.nydailynews.com/css/LOCAL/jquery.jscrollpane.min.js?edc"></script>
<script type="text/javascript">
jQuery(window).load(function() {
jQuery('.sg-list-widget-2-events-wrapper').jScrollPane(
{mouseWheelSpeed:14,verticalGutter: 30,verticalDragMinHeight:132, verticalDragMaxHeight: 132});
});
</script>
<div id="spingo-list-widget"></div>
<script src="//widgets.spingo.com/list-widget/71/widget-latest.js"></script>
<script>
new SpinGoWidget({
// UPDATE THESE PARAMATERS
title: "Brooklyn ", //TITLE
postalCode: "11230", //ZIP CODE
radiusMiles: 5, //MILE RADIUS
// ****************************
authToken:"c0431acf54fff56d6745d3f1222ccdb14472d340fef45353fa6b1e919ee64687",
textColor: '#000',
mainColor: '#3C4952',
featuredColor: '#D90B00',
headerFontFamily: '"NovecentoMedium", Helvetica, Arial, sans-serif',
calendarUrl: 'http://www.nydailynews.com/new-york/events',
perPage: 10,
cssClassPrefix: 'sg-list-widget-2',
bodyFontFamily: 'Arial, sans-serif',
calendarId: 71,
onDateChange: function(date, p) {
p.then(function() {
jQuery('.sg-list-widget-2-events-wrapper').removeData('jsp');
jQuery('.sg-list-widget-2-events-wrapper').jScrollPane({
mouseWheelSpeed:14,
verticalGutter: 30,
verticalDragMinHeight:132,
verticalDragMaxHeight: 132
});
});
}
});
</script>
</div>
<div class="code_module">
<div id="promo-7-2175804" class="promo"> <h3> <a href="http://www.cuny.edu/about/resources/value.html" > <b>The CUNY Value</b></a> </h3> <div class="promo-body"> <p><p>CUNY is today’s best value in the higher education marketplace. Our low costs make it possible for seven in 10 full-time undergraduates to attend college tuition-free, fully covered by financial aid and the American Opportunity Tax Credit, and for eight in 10 to graduate free from federal education debt. That’s freedom. That’s CUNY Value.</p></p> </div> <div class="promo-button"> <a href="http://www.cuny.edu/about/resources/value.html" > <span>Find Out More</span> </a> </div> <div class="promo-html"> <!-- HTML Element: 7.2294798 --> <br /><iframe width="280" height="157.5" src="//www.youtube.com/embed/videoseries?list=PLM0Ajq8FKzymzgdaCB8mVhWCJjVqhoeQ7" frameborder="0" allowfullscreen></iframe> </div> </div> </div>
<div class="code_module">
<div id="div-gpt-ad-x55" > <script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x55");
});
}
//-->
//]]>
</script> </div> </div>
<div class="code_module">
<div id="promo-7-1752541" class="promo"> <h3> <p>BEST CITY APP</p>IN THE WORLD!<p> </h3> <span class="promo-image"> <img height='210' alt='Download Daily News Mobile. Now With Swipe!' width='280' src='http://static1.nydailynews.com/polopoly_fs/1.1427541.1393275560!/img/httpImage/image.png_gen/derivatives/landscape_280_flex/dn-mobile-swipe-promo.png' /> </span> <div class="promo-body"> <p></p> </div> <div class="promo-html"> <!-- HTML Element: 7.1752556 --> <style>
/* #promo-7-1683713 h3 {width: 230px;
margin: 0 auto;}*/
#apps-phone-apps a {
display: block;
text-indent: -9999px;
width:121px;
height:40px;
clear:none;
float:left;
margin: 2px 9px 15px 9px;
background: url("http://multimedia.nydailynews.com/css/img/bg/apps-sm-btn-sprite.png") 0 1px;}
#apps-phone-apps a + a {background-position:0 -45px;}
#apps-phone-apps a:hover {opacity: 0.75; filter: alpha(opacity = 75);cursor:pointer;}
#apps-phone-apps p {margin: 10px 10px 15px;}
</style>
<div id="apps-phone-apps">
<a href="https://itunes.apple.com/us/app/daily-news-mobile/id354730788?ls=1&mt=8" target="_blank">App Store</a>
<a href="https://play.google.com/store/apps/details?id=com.freerange360.mpp.NYDN" target="_blank">Android</a>
</div> </div> <div class="promo-banner"> <span>FREE</span> </div> </div> </div>
<div class="code_module">
<!-- HTML Element: 7.2284094 --> <a href="http://www.nydailynews.com/new-york/education/stem"><img src="http://assets.nydailynews.com/polopoly_fs/1.2043163!/img/httpImage/v1-stem-promo-1.jpg" alt="Prepare yourself today for the fields of tomorrow"/></a> </div>
<div class="code_module">
<div id="div-gpt-ad-x86" > <script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x86");
});
}
//-->
//]]>
</script> </div> </div>
<div class="code_module">
<div id="promo-7-1674759" class="promo"> <h3> <a href="http://www.nydailynewspix.com/sales/searchResults.php?searchAction=advSearch&numFields=1&searchVal=Brooklyn+Gallery&location_0=allmeta&value_0=Brooklyn+Gallery&type_0=exact" >Daily News Pix Brooklyn</a> </h3> <a class="promo-image" href="http://www.nydailynewspix.com/sales/searchResults.php?searchAction=advSearch&numFields=1&searchVal=Brooklyn+Gallery&location_0=allmeta&value_0=Brooklyn+Gallery&type_0=exact" > <img height='187' alt='Daily News Pix Brooklyn Bridge' width='280' src='http://static1.nydailynews.com/polopoly_fs/1.1258977.1360350787!/img/httpImage/image.jpg_gen/derivatives/landscape_280_flex/brooklyn-bridge-dnp.jpg' /> </a> <div class="promo-body"> <p>From Coney Island to the Brooklyn Bridge, the Daily News has decades of classic photos of Brooklyn.
</p> </div> <div class="promo-button"> <a href="http://www.nydailynewspix.com/sales/searchResults.php?searchAction=advSearch&numFields=1&searchVal=Brooklyn+Gallery&location_0=allmeta&value_0=Brooklyn+Gallery&type_0=exact" > <span>Buy a Print</span> </a> </div> </div> </div>
<div class="code_module">
<div id="div-gpt-ad-x45" > <script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x45");
});
}
//-->
//]]>
</script> </div> </div>
<div class="code_module">
<!-- HTML Element: 7.1383661 --> <h5><span><i>New York</i> Video</span></h5>
<script type="text/javascript" async src="//launch.newsinc.com/js/embed.js" id="_nw2e-js"></script>
<div
class="ndn_embed"
data-config-widget-id="10276"
data-config-type="VideoLauncher/Slider300x250"
data-config-tracking-group="90051"
data-config-site-section="nydailynews_ny_brx_sty"></div>
</div>
</aside>
</div>
<div id="nydn-body-bottom">
</div>
<!-- HTML Element: 7.116 -->
<div id="nydn-footer">
<div id="nydn-footer-ad">
<div id="div-gpt-ad-x47">
<script type="text/javascript">
//<![CDATA[
<!--
if(typeof googletag != 'undefined') {
googletag.cmd.push(function() {
googletag.display("div-gpt-ad-x47");
});
}
//-->
//]]>
</script>
</div>
</div>
<div id="nydn-footer-services">
<ul>
<li><a href="/services/media-kit/">Media Kit</a></li>
<li><a href="https://homedelivery.nydailynews.com" target="_blank">Home Delivery</a></li>
<li><a href="/login">Newsletters</a></li>
<li><a href="http://local.nydailynews.com/">Businesses</a></li>
<li><a href="http://nydailynews.adperfect.com" target="_blank">Place an Ad</a></li>
<li><a href="/services/privacy-policy#third_party_ads">About our Ads</a></li>
<li><a href="/services/contact-us">Contact Us</a></li>
<li><a href="/services/careers">Careers</a></li>
<li><a href="/services/faqs">FAQ's</a></li>
<li><a href="/services/feeds">Feeds</a></li>
<li><a href="/services/sitemap">Site Map</a></li>
</ul>
</div>
<div id="nydn-disclaimer">
<p>
Use of this website signifies your agreement to the <a href="/services/terms-services">Terms of Service</a> and
<a href="/services/privacy-policy">Privacy Policy</a>.
</p>
<p>© Copyright 2015 NYDailyNews.com. All rights reserved.</p>
</div>
</div>
<!-- HTML Element: 7.2211164 --> <script type="text/javascript">_satellite.pageBottom();</script>
<script type="text/javascript">
jQuery.ajax({
url: '/logger/p.gif',
type: 'GET',
data: 'a=1.2078107&d=/2.169/2.1280/2.1282&type=MIXEDTYPE&ct=493,0'
});
</script>
<div class="logger" loggerPath="/2.169/2.1280/2.1282" loggerId="1.2078107"></div>
</div>
</body>
</html>