var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jim Carrey Daughter Jane Weds In Secret Ceremony - Post Chronicle
";
arnews[0] += "Jim Carrey's only daughter Jane has wed her partner in a secret ceremony. The Mask star announced in a post on his personal Twitter.com page on Wednesday night (18Nov09) that the 22-year-old singer-songwriter married her fiance Alex Santana earlier ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:13:00 GMT";
arnews[0] += "
";
arnews[1]="Weekend Box Office End-of-world saga yields big bucks - Berkshire Eagle
";
arnews[1] += "The Jim Carrey holiday adventure raised its 10-day total to $63.3 million. With a cast that includes Mo’Nique, Mariah Carey and Lenny Kravitz, \"Precious\" stars newcomer Gabourey Sidibe as a Harlem teen pulling herself out of an abyss of illiteracy ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 04:31:00 GMT";
arnews[1] += "
";
arnews[2]="Jim Carrey - People
";
arnews[2] += "It was a happy moment for funnyman Jim Carrey last weekend when he escorted his daughter, Jane, down the aisle at her wedding to musician Alex Santana. \"It was a beautiful day. Simple and sweet,\" the actor tells PEOPLE in a statement. \"I wish them ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:49:00 GMT";
arnews[2] += "
";
arnews[3]="Jim Carrey’s Daughter Marries! - TheInsider.com
";
arnews[3] += "Happy news for Jim Carrey and family! His daughter, Jane Carrey married musician Alex Santana this past weekend. “It was a beautiful day. Simple and sweet,” the actor tells PEOPLE in a statement. “I wish them everything that love has given us ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:41:00 GMT";
arnews[3] += "
";
arnews[4]="Jim Carrey's Daughter Weds - Celebrity Justice
";
arnews[4] += "Jim Carrey 's daughter Jane has tied the knot. The comic, 47, posted a note on Twitter late Wednesday night: \"My Jane is a married woman. Days ago her and my new son in law alex got hitched. The day was simply perfect... lots of love there.. :)\" Jane ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:18:00 GMT";
arnews[4] += "
";
arnews[5]="Jim Carrey Tweets Daughter's Wedding News - NBC Bay Area
";
arnews[5] += "While he waits to become a grandfather, Jim Carrey added a new familial title to his resume – father-in-law. The comedian's 21-year-old daughter, Jane Carrey , recently tied the knot, according to Jim's Twitter page . \"my Jane is a married women ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:24:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("