var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Holly+McGuire" - Google News"; document.title=document.title+ " "; arnews[0]="Former glamour model's ex-fiance jailed - Romford Recorder
"; arnews[0] += "

Romford Recorder

Former glamour model's ex-fiance jailed
Romford Recorder
He was a week off marrying the actress and former glamour model, 31, who played Holly McGuire in the ITV show, when police arrested the pair. ...

"; arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 12:27:31 GMT+00:00"; arnews[0] += "
"; arnews[1]="People You Should Know - The Wichita Eagle
"; arnews[1] += "

People You Should Know
The Wichita Eagle
Holly McGuire has been promoted to vice president of Architectural Cast Stone. The National Association of Insurance & Financial Advisors has announced its ...

"; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 06:48:03 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");