|
divachild
|
read my profile
sign my guestbook
Name: Brittany Country: United States State: Mississippi Metro: Jackson Birthday: 11/27/1900 Gender: Female
Interests: BoYs & TaLkiNg On My CeLl PhOnE, pLaYiNg My Ps2,hAnGiNg WiTh My FrIeNds,GoInG tO tHe MaLl,TaLkInG oN tHe InTeRnEt,PlAyInG bAsKeTbAlL,dAnCiNg,TeXtInG,BoYs Expertise: BoYs,TaLkInG aNd ShOeS And BoYs Occupation: Student Industry: Education/Research
Message: message meEmail: email me Website: visit my website AIM: bac379 Yahoo: titancheerleader09
Member Since:
11/12/2004
|
|
| I havent updated in a while!Christmas break is going good so far!Leave Comments....why because you love me! | | |
| Hey People!
Sorry I havent updated in like forever!Well School is OUT finally!IT feels so great to just sleep until your body just feels like waking up!Well what is everybody doing for Christmas!?!?Well anyways MERRY CHRISTMAS/HAPPY HOLIDAYS!I wonder what I made on my MS Studies exam?!I turned my paper in for Beauty and Beau...it should be very intresting/funny..since me and Analise are going to be in it! | | |
| hey people!
happy birthday to me!!!!!!!
brittany | | |
| Hey People!
Sorry I havent updated in forever!I have been so busy with school and projects.What has been up with all of you?How is life treating you.....My birthday is coming up yay fun(i guess).Anyway I gotta go cause Im about to go to the mall!Peace...
Brittany | | |
| Hey People!
How is it going for everybody?Fine Fine In my world.I now have a B in Geometry so I'm happy about that!Yay Me!Today was a B day which I really don't like all too much.But I still had fun today.Friday was fun.After school I went and got my hair did and then I went home and changed clothes so that I could go to the game.The people on Homecoming Court looked really pretty.After the game I went to Analise's house.Then we went back to the school so that we could go to the "party" oh yeah we won.So we didnt go to sleep until around 3.So Saturday I was really tired.But whatever.All in the name of fun!A Quad!Peace Up A-Town Down!
Brittany
| | |
|
|
|
var today = new Date;
var Future0 = new Date;
align="left"
//CHANGE THIS PART TO MATCH YOUR BIRTHDAY!!!
var BirthMonth = 11;
var BirthDate = 27;
var BirthYear = 1990;
BirthMonth--;
Future0.setMonth(BirthMonth, BirthDate);
if (Date.parse(today) > Date.parse(Future0))
{
Future0.setFullYear(today.getYear()+1);
age = (today.getYear() - BirthYear) + 1;
}
else
{age = today.getYear() - BirthYear;}
if (age % 10 == 0)
ageend = 'th';
else if (age % 10 == 4)
ageend = 'th';
else if (age % 10 == 5)
ageend = 'th';
else if (age % 10 == 6)
ageend = 'th';
else if (age % 10 == 7)
ageend = 'th';
else if (age % 10 == 8)
ageend = 'th';
else if (age % 10 == 9)
ageend = 'th';
else if (age % 10 == 1)
ageend = 'st';
else if (age % 10 == 2)
ageend = 'nd';
else if (age % 10 == 3)
ageend = 'rd';
var faraevent = "my birthday";
today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);
if (daysleftint > 1)
document.write(" ", daysleftint, " days until my ", age, ageend, " birthday");
else if (daysleftint == 1)
document.write("my ", age, ageend, " birthday is tomorrow");
else if (today1 == future1)
document.write("my ", age, ageend, " birthday is today");
else
document.write("passed");
| |