
|
Jennifer Aniston - Celebrity Profile
Bio
Jennifer Joanna Aniston (born February 11, 1969) is an American film and television actress. She became famous in the mid 1990s for playing the role of Rachel Green in the popular US sitcom Friends, a role for which she won both an Emmy Award and a Golden Globe Award. She has starred in several Hollywood films, often alongside a member of the Frat Pack. While most of her film roles have been in comedies such as Bruce Almighty, Office Space, Rumor Has It, and the romantic comedies Along Came Polly and The Break-Up, she has also appeared in films from other genres, such as the crime thriller Derailed. Aniston's marriage to actor Brad Pitt and their subsequent divorce received widespread media coverage.
In the News... Friday, September 3rd (3 points) Thursday, September 2nd (4 points) Tuesday, August 31st (1 points) Friday, August 27th (2 points) Thursday, August 26th (2 points) Wednesday, August 25th (3 points) Tuesday, August 24th (5 points) Monday, August 23rd (13 points) Sunday, August 22nd (1 points) Saturday, August 21st (2 points) Friday, August 20th (12 points) Thursday, August 19th (20 points) Wednesday, August 18th (5 points) Tuesday, August 17th (11 points) Monday, August 16th (2 points) Saturday, August 14th (1 points) Friday, August 13th (5 points) Thursday, August 12th (6 points) Wednesday, August 11th (2 points) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
About Fanlebrity
Press
Privacy Policy
Terms of Use
Copyright 2008. All rights reserved. |
| sql | time |
|---|---|
| SELECT t1.*,t2.bio from r_Celeb t1, celebs t2 WHERE t1.id_celeb=t2.id_celeb AND t1.id_celeb=21 | 0.183583021164 |
| SELECT UNIX_TIMESTAMP(weekdate) as time,score FROM r_CelebWeek WHERE id_celeb=21 and weekdate > '2000-1-1' ORDER BY weekdate DESC LIMIT 1 | 0.178996086121 |
| SELECT UNIX_TIMESTAMP(date) as time,score FROM r_CelebDay WHERE id_celeb=21 and date > '2000-1-1' ORDER BY date DESC LIMIT 2 | 0.169937133789 |
| select e.date as date,e.title as title,e.url as link FROM Event e, celebEvent c where c.id_evt=e.id_evt AND c.id_celeb=21 AND e.date > '2000-1-1' AND e.date<=NOW() ORDER BY e.date DESC LIMIT 100 | 0.394996881485 |
| select id_celeb,nameceleb, ifnull(curscore,0) as score, ifnull((curscore-prevscore1),ifnull(curscore,0)) as scorediff, ifnull(prevscore1,0) as previous from r_Celeb order by curscore desc LIMIT 8 | 0.168205976486 |
| select ugws.score,ugws.id_player,p.playername from r_UserGameWeekScore ugws join usergame ug on ugws.id_usergame=ug.id_usergame join players p on p.id_player=ug.id_player where date(adddate('2010-09-05', 0)) = ugws.weekdate order by score desc LIMIT 0,8 ; | 0.168822050095 |