Miami TV's Jenny Scordamaglia Has Perfected the Nip Slip (NSFW) (2024)

Humor

Popular

Only a city like Miami could spawn a woman like Jenny Scordamaglia. The five-foot-four 25-year-old has chestnut eyes, velvet-smooth skin, Beyoncé's curves, Joan Rivers' histrionics, and Miley Cyrus' sensibilities. But in one way, she's outdone them all: She's perfected the nip slip...

By Terrence McCoy

January 6, 2014

`,`

Related

  • Dirty Dozen 2023: Get a Load of Miami's Most Unsavory Characters of the Past Year

`,`

Related

  • 4,500 Years Later: What Miami Will Look Like When Carollo Pays Off $63 Million Judgment

`,`

Related

  • "Barkageddon": Marlins Staged Massive Fireworks Display on Dog Night

`,`

Related

  • Man Uses Airplane Passenger as Human Urinal on Flight to Miami

`,`

Related

  • Petition to Create Marijuana Emojis Needs 4/20 Signatures

`,`

Related

  • Billionaire Backchannel Speeds Up Miami Police Response

`,`

Related

  • Francis Suarez's Twitter Glitching Out After April Fool's Gag

`,`

Related

  • Preppin' in Paradise: Florida Is Packed With "Survivalists," Survey Claims

`,`

Related

  • High Score: Arcade Odyssey Deals With "Bible-Thumping" Backlash After p*rno Shoot

` ];

Only a city like Miami could spawn a woman like Jenny Scordamaglia.

The five-foot-four 25-year-old has chestnut eyes, velvet-smooth skin, Beyoncé's curves, Joan Rivers' histrionics, and Miley Cyrus' sensibilities. But in one way, she's outdone them all: She's perfected the nip slip.

On a mid-August night last year, the cameras of a new online entertainment channel called Miami TV descended upon Bike Fest South Beach. Enter Scordamaglia: The station's face, she is squeezed into a miniskirt that shows half her ass and a button-up plaid shirt that hangs open, revealing that she wears no bra. The camera follows closely as she approaches a burly man in a white cut-off top. Together, they admire his bike, while others admire something else.

In the middle of Scordamaglia's brief interview — bam! — nip slip. Minutes later, there it is again. Unfazed, she finishes the interview, and the man in the cut-off top gushes, "Thank you! Thank all of you!"

The YouTube video soon lapped up 700,000 page views.

Though it's not unusual for this sort of thing to happen occasionally to those in the public eye — hello, Janet Jackson — it happens nearly every night for Scordamaglia. The nip slip is the defining element of her on-camera presence. In appearance after appearance, she moves through gaggles of gawking bystanders, microphone in hand, nipples flashing like lighthouses in the night.

The brazen behavior has apparently paid off. In a city of beautiful, tanned women, she's gotten noticed. Dozens of her YouTube videos — many of which you have to verify your age to view — have attracted hundreds of thousands of clicks, and she's collected nearly 45,000 followers on Twitter. Miami TV, she says, lures viewers from locales as far-flung as Brazil, Russia, and parts of Africa.

"I mean," she says, "it's just a body. It's just anatomy. These are just nipples."

That's true. But it's also more calculated than that.

Scordamaglia says she discusses "life, energy, positivity," on Miami TV — which trumpets the slogan "A different concept!" — and "no one wants to talk to a priest. So the idea when we started the station was to bring some sensuality." Miami TV's website affirms as much: "We break many of society's taboos to attract viewers."

Still, Scordamaglia claims, the nip slips aren't intentional. They just "happen," she says, adding she has declined to wear double-sided tape because "I get all sweaty when I'm out there, and it would never stay on anyway."

If you know more, send your story tip to author, Terrence McCoy.

Follow Miami New Times on Facebook and Twitter @MiamiNewTimes.


') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['6539178'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['6539178'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['6539178'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

Miami TV's Jenny Scordamaglia Has Perfected the Nip Slip (NSFW) (2024)
Top Articles
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 6361

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.