• This is a political forum that is non-biased/non-partisan and treats every person's position on topics equally. This debate forum is not aligned to any political party. In today's politics, many ideas are split between and even within all the political parties. Often we find ourselves agreeing on one platform but some topics break our mold. We are here to discuss them in a civil political debate. If this is your first visit to our political forums, be sure to check out the RULES. Registering for debate politics is necessary before posting. Register today to participate - it's free!

The Real-Time Cost of Illegal Immigrants

I can't verify the accuracy of any of the numbers either, but View - Page Source shows you that the website is not actually pulling data from anywhere. It's just using a point in time and an automatic mathematical function that adds $X per second to the appropriate counters. From a programming perspective, everything here is entirely arbitrary. Yet they use the label "live numbers." Hmmm.

// illegal aliens in country
// illegal aliens 20291665 starting point
var baseImmigNum = 20291665
// illegal aliens per second assumed .02.
var immigPerSecond = .02
var immigSinceBase = immigPerSecond * secsSinceBase
var immigNow = baseImmigNum + immigSinceBase
document.counterForm.counter1.value = formatNumString(immigNow)

Edit: Ok, I'll stop pretending.

This website is full of ****.
 
Last edited:
Back
Top Bottom