var arnews = new Array(4);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "We are looking for an experienced designer to join our team and set up our in house studio. As the agency’s lead creative, working on behalf of our exciting portfolio of clients including Bacardi, Ray-Ban and PUMA, you’ll be responsible for producing some
";
arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 17:52:18 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "We are looking for an experienced designer to join our team and set up our in house studio. As the agency’s lead creative, working on behalf of our exciting portfolio of clients including Bacardi, Ray-Ban and PUMA, you’ll be responsible for producing some
";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 16:48:37 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Due to a number of pitch wins we are looking for a collaboraitve individual with a proven track record of working with colleagues to deliver first class print ready artwork and digital design/build. The chosen candidate will be able to deliver: High qu
";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 15:44:10 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "Senior Project Launch Manager Up to £55,000 + bonus + benefits Hatfield, AL10 9BW Products change all the time. To share all the new advances with our customers, we're looking for a commercial project manager to join our International Marketing t
";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 18:17:54 GMT";
arnews[3] += "
";
totcount = 4;
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("");