For Future Reference
Here's a bunch of crap I found.
Subject: Recommended Fap Turbo- Doubling Your Money Every Single Month
Some of the names in this spam mail have been changed to protect the guilty.
Dear SpammyMailingList Members,
Introducing FapTurbo- Double your money every single month- Guaranteed!
We wanted to show everyone that unlike many scam-only-working-on-paper Forex robots out there, FAP Turbo is REAL.
Get One Now:
—-URL BALEETED—-
FAP Turbo NOT Only Backtests To The Tune Of 5,000% Profit In 9 Years (Or 48% Per Month)…It Actually Delivers DOUBLE The Profits In Live Trading - 100% Per Month!
Install FapTurbo in Under 5 minutes… Fire it up…Go to sleep… Collect the CASH!!!
That’s it- Easy as 1-2-3!
Click the below for instant download:
—-URL D’LEETED—-
If the link above does’nt work, please go below:
—-URL B&HMRD but it does have fapturbo in it—-
Thank you…
SpammyMailingList Admin
Heh heh. Fap.
IE Select Element Fix, jQuery
$(function() {
var expand = function()
{
var myWidth = $(this).css("width").replace('px', '');
$(this).parent().css('position', 'relative');
$(this)
.data("origWidth", $(this).css("width"))
.css("width", "auto")
.css('position', 'absolute');
if( $(this).width() < myWidth )
{
$(this).css('width', $(this).data("origWidth"))
}
};
var contract = function()
{
if (!this.noHide)
{
$(this).parent().css('position', 'static');
$(this)
.css("width", $(this).data("origWidth"))
.css('position', 'static');
}
};
var focus = function(){ this.noHide = true };
var blur = function(){ this.noHide = false; contract.call(this) };
$("select").hover(expand, contract).focus(focus).click(focus).blur(blur).change(blur);
});
Based on http://stackoverflow.com/questions/206997/jquery-javascript-ie-hover-doesnt-cover-select-box-options




