var t; var browser=navigator.appName; var middle=new Array(); middle[1]=""; middle[2]=""; middle[3]=""; middle[4]=""; var right=new Array(); right[1]="Top 10 Ways to Beat the Summer Heat
Check It Out!"; right[2]="Watch TNP on Campus: Florida State
Check It Out!"; right[3]="Minor Leaguer Traded for Ten Bats
Check It Out!"; right[4]="Teacher Helps Vote Student Out of Kindergarten Class
Check It Out!"; function timedCount(i) { if(i>3){ document.getElementById("headlineTab"+(i)).style.opacity=.4; if (browser=="Microsoft Internet Explorer"){ document.getElementById("headlineTab"+(i)).filters["alpha"].opacity=40; } i = 1; } else if(i == 0){ i++; } else { i++; document.getElementById("headlineTab"+(i-1)).style.opacity=.4; if (browser=="Microsoft Internet Explorer"){ document.getElementById("headlineTab"+(i-1)).filters["alpha"].opacity=40; } } document.getElementById("rotatingHeadlinesMiddle").innerHTML=middle[i]; document.getElementById("rotatingHeadlinesRightSide").innerHTML=right[i]; document.getElementById("headlineTab"+(i)).style.opacity=.8; if (browser=="Microsoft Internet Explorer"){ document.getElementById("headlineTab"+(i)).filters["alpha"].opacity=80; } t=setTimeout("timedCount("+i+")",4000); } var zodArray=new Array(); zodArray["aries"] = "Aries 3/21-4/19"; zodArray["taurus"] = "Taurus 4/20-5/20"; zodArray["gemini"] = "Gemini 5/21-6/21"; zodArray["cancer"] = "Cancer 6/22-7/22"; zodArray["leo"] = "Leo 7/23-8/22"; zodArray["virgo"] = "Virgo 8/23-9/22"; zodArray["libra"] = "Libra 9/23-10/22"; zodArray["scorpio"] = "Scorpio 10/23-11/21"; zodArray["sagittarius"] = "Sagittarius 11/22-12/21"; zodArray["capricorn"] = "Capricorn 12/22-1/19"; zodArray["aquarius"] = "Aquarius 1/20-2/18"; zodArray["pisces"] = "Pisces 2/19-3/20"; var zodDesc=new Array(); zodDesc["aries"] = "Today is your day! Not really but its always nice to think so. Work this week is going to suck, but the good news is that its no different then any other week."; zodDesc["taurus"] = "Ahhh, the sign of the bull. This is a great week to go outside and enjoy an activity you like. You can only watch so much American idol before you turn completely retarded. So quit voting for David Cook and play some tennis."; zodDesc["gemini"] = "Come on pull it together. What is your deal this week. Just stay out of our way this week some times you guys can be cool but for some reason this week you want to be ass clowns."; zodDesc["cancer"] = "Look this week to make new friends because lets get serious you need them. When your cat is your only friend it gets pretty lonely."; zodDesc["leo"] = "Do your part this week to make this a better world, pick up some trash, take some food to the homeless or sit at home and watch the hockey playoffs. If all else fails Subway is selling footlongs for only 5 bucks! This one doesn't make much sense."; zodDesc["virgo"] = "You think your so great drinking your soy lattes and eating your sushi, take a chance this week and become a street walker for a day to see how the other half live."; zodDesc["scorpio"] = "You're not on top of your game today but lets be serious you never are, revel in someone else's pain so you feel better about yourself."; zodDesc["sagittarius"] = "Something new in your life is making you wonder, that's great because you'll soon find out that something new is riding a bike to work after receiving your 3rd DUI."; zodDesc["capricorn"] = "Charm is bubbling out of you or it could be that lasagna you had last night either way tread carefully until you figure out which one it is."; zodDesc["aquarius"] = "If you're involved in a romance keep your eye on that person because more than likely their romancing with someone other than you, don't shy away! Can you say threesome?"; zodDesc["pisces"] = "This is a very stressful week you, a big presentation at work, in-laws coming in for the weekend. Don't panic that's why vodka is around, you'll be a lot more relaxed at the meeting if your smashed and it will be fun for everybody and if it isn't screw them for being douches."; var current = "Select your sign"; function updateHoroscope(zodiac) { if(zodiac==0){ document.getElementById("horoscopeHeader").innerHTML=current; } else{ document.getElementById("horoscopeHeader").innerHTML=zodArray[zodiac]; } } function displayHoroscope(zodiac) { current = zodArray[zodiac]; document.getElementById("horoscope").innerHTML=zodDesc[zodiac]; }