var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " - "Jen+Schefft" - Google News"; document.title=document.title+ " "; arnews[0]="The entry titled "Jen Schefft of ABC's 'The Bachelor' fame visits Austin for a ... - Austin American-Statesman (blog)
"; arnews[0] += "

The entry titled "Jen Schefft of ABC's 'The Bachelor' fame visits Austin for a ...
Austin American-Statesman (blog)
Jen Schefft, a former contestant on “The Bachelor” who was featured on “The Bachelorette” on ABC, ...

"; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 21:41:14 GMT+00:00"; arnews[0] += "
"; arnews[1]="More Drama Strikes 'The Bachelor': A Contestant is Pregnant - OK! Magazine
"; arnews[1] += "

OK! Magazine

More Drama Strikes 'The Bachelor': A Contestant is Pregnant
OK! Magazine
Former Bachelorette Jen Schefft discussed this season's drama with Extra pointing out she does not know how Rozlyn could look for love on the show, ...

and more »
"; arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 23:54:19 GMT+00:00"; arnews[1] += "
"; arnews[2]="'The Bachelor' goes from bad to worse: 'I'm pregnant' - Monsters and Critics.com
"; arnews[2] += "

Monsters and Critics.com

'The Bachelor' goes from bad to worse: 'I'm pregnant'
Monsters and Critics.com
Former "Bachelorette" Jen Schefft visited "Extra" to discuss this season's drama on the show, saying she doesn't know how Papa could look for love on the ...

and more »
"; arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 23:08:40 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");