var arnews = new Array(5);
totcount = 3;
rnd = 0;
arnews[0]="Peace Mitchell: Peace FB etiquette: To help tidy up the 'live feed' that FB has thrust upon us! Go to: Settings / Privacy Settings/ News Feed and Wall and untick all the boxes eg 'friend add' 'like' etc so walls aren't flooded with every single thing we do on FB. Thanks for the tip Kirsty Stewart.
";
arnews[0] += "FB etiquette: To help tidy up the 'live feed' that FB has thrust upon us! Go to: Settings / Privacy Settings/ News Feed and Wall and untick all the boxes eg 'friend add' 'like' etc so walls aren't flooded with every single thing we do on FB. Thanks for the tip Kirsty Stewart.";
arnews[0] += "
";
arnews[1]="Peace Mitchell: Peace Kirsty Stewart is putting together a Christmas Wish List of products of Christmas gift ideas to encourage the creative play of toddlers. If you know of a great website that has unusual and gorgeous products that you would like some free promotion for please email: admin@cradlefables.com. No 'clothing only' lines please - must be toys, costumes, fun blogs with Christmas activities for toddlers etc.
";
arnews[1] += "Kirsty Stewart is putting together a Christmas Wish List of products of Christmas gift ideas to encourage the creative play of toddlers. If you know of a great website that has unusual and gorgeous products that you would like some free promotion for please email: admin@cradlefables.com. No 'clothing only' lines please - must be toys, costumes,...";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Alexandra Popovic: RT @transcribe: Dear Sir/Madam ... I'd like a job! Read our latest blog post featuring Kirsty Stewart @kirstywrites http://bit.ly/3914W3
";
arnews[2] += "RT @";
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("