Minnesota, US. And I see your doing this in flash. I'd do java, but eh.
---
#include <cstdlib>
#include <iostream>
int main(int argc, char *argv[])
{
system("color 0A");
for(int i=0;;i=rand()%2){
for(long x=0;x<600000;x++);
printf("%d",i);}
system("pause");
return 0;
}