var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Nottingham £Competitive + Bonus We are currently recruiting for an Internal Media Manager to join us and lead a cross-functional team responsible for our creative internal communications. The team is located primarily in Nottingham and London, al
";
arnews[0] += "
Publ.Date : Wed, 13 Jan 2010 17:19:48 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Classic ASP developer required for leading B2B media group. You will have experience of creating database driven sites using ASP, HTML, CSS and SQL (MySQL). Some design skills also required, any .Net experience an advantage. Immediate interview and start.
";
arnews[1] += "
Publ.Date : Thu, 07 Jan 2010 17:08:28 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Voted London’s best agency of the year in their sector more than once, this company requires a Digital Planner who shares a passion for all things digital and comes with a genuine love of sports and entertainment. You will have the ability to deliver cons
";
arnews[2] += "
Publ.Date : Thu, 07 Jan 2010 17:08:28 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "Our client is a high-profile media consultancy with an enviable client base. They are looking for a Digital Media Manager to join their team. Advising on all aspects of the online marketing mix, you will be knowledgeable about SEO, PPC, campaign planning
";
arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 17:08:28 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "A leading social media company is looking for an analyst. If you’re a skilled planner, organiser, writer, visualiser or number-cruncher, there’s a place for you to impress with your talents and help develop in other areas. Please only apply if you have a
";
arnews[4] += "
Publ.Date : Thu, 07 Jan 2010 17:08:27 GMT";
arnews[4] += "
";
totcount = 5;
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("");