Create Account

Username
Password
Remember me
Email
 
19

Santorum Wants You to Pay

9 comments, 392 views, posted 8:28 pm 24/05/2012 in Politics by thecrookedman
thecrookedman has 3017 posts, 239 threads, 4 points, location: Calla Bryn Sturgis

We ran a strong race and practiced fiscal discipline to maximize the effect of every dollar our campaign was entrusted with. That said, we were in the race to win, which means we spent resources to build a national campaign organization capable of competing in several of the future primary contests. We made these obligations believing you'd want us to take every possible step to get our message out. And that means we were left with some debt. It's a very manageable amount, and we've already managed to pay off a big chunk of it, but there's still some that needs to be paid.

Thank you for continuing to stand with us. Stay tuned for more information on our future plans!

Source

Good thing he didn't just take out a student loan. Raising $100,000 would go a long way to eliminating my debt, too.

Extra Points Given by:

tomcat025 (5), Edorph (2), marksyzm (5), Quaektem (5)

Comments

0
8:29 pm 24/05/2012

tomcat025

Isn't that JUST like a politician?

4
8:36 pm 24/05/2012

qsysopr

Charity starts at home. So does personal responsibility buddy boy.

0
9:24 pm 24/05/2012

Quaektem

I wonder how much Hillary still owes...

1
10:15 pm 24/05/2012

marksyzm

Nada. She only owed $777,000 back in 2010. Judging by the houses they own down here in Oxford, she's slightly better supported than this lunatic.

1
10:20 pm 24/05/2012

backroom

Quote by tomcat025:
Isn't that JUST like a politician?


Yup.

Quote by thecrookedman:
which means we spent resources


That we did not have. Just like a politician.

Quote by thecrookedman:
We made these obligations believing you'd want us to take every possible step to get our message out.


But we quit anyway.

Quote by thecrookedman:
And that means we were left with some debt


So is everyone else.

Quote by thecrookedman:
It's a very manageable amount, and we've already managed to pay off a big chunk of it, but there's still some that needs to be paid.


Then pay it instead of sucking up to the same people you disappointed.

1
10:48 pm 24/05/2012

Cnik

Is he asking for a BAILOUT? That would be SOCIALISM!

2
7:43 pm 25/05/2012

thecrookedman

Turns out the total displayed on the page pure bullshit. Simply a time-based calculation without reference to any real amount collected. See below.

What's more, the total is calculated based off YOUR SYSTEM TIME, not the Web server's. I changed my system date to 5/31 and got the below.


// Thermometer JS
now = new Date(normalizeTime(-4));
t1 = new Date(2012,4,24,11,00,0,0);//Start Time
t2 = new Date(2012,4,24,23,59,0,0);//End Time
deltat = t2 - t1;

val1 = 44000;
val2 = 70000;
maxVal = 100000;
deltav = val2 - val1;

vchange = deltav / deltat;

if (now < t1 && val1 == '0')
val = val1;
else
val = Math.floor((now - t1) * vchange) + val1;

amt0 = 253;
meter0 = 253;

zeropt = 10000;
spread = 10000;
pxdist = 34;

if (val <= zeropt)
change = 0;
else if (val < maxVal)
change = ((val-zeropt)/spread)*pxdist;
else
change = ((maxVal-zeropt)/spread)*pxdist;

document.getElementById('amt').style.top = amt0 - change +'px';
document.getElementById('amt').innerHTML = '$' + addCommas(val);
document.getElementById('meter').style.top = meter0 - change +'px';
document.getElementById('meter').style.height = change +'px';

function addCommas(nStr)
{
nStr += '';
x = nStr.split('.');
x1 = x[0];
x2 = x.length > 1 ? '.' + x[1] : '';
var rgx = /(\d+)(\d{3})/;
while (rgx.test(x1)) {
x1 = x1.replace(rgx, '$1' + ',' + '$2');
}
return x1 + x2;
}
function normalizeTime(offset)
{
d = new Date();
localTime = d.getTime();
localOffset = d.getTimezoneOffset() * 60000;
utc = localTime + localOffset;
return utc + (3600000*offset);
}

3
7:45 pm 25/05/2012

thecrookedman

Here's one from a friend.

0
11:34 am 26/05/2012

Edorph

Cheap, but not necessarily some malicious trickery imho. If they adjust the script regularly based on their actual donation rate, it would of course show a fair representation their real numbers.

Add Comment

Log in via teoti, or register to add a comment!