var numb = 10 // Number of lines (Incl. 0)
title_text = new Array();
title_text[0] = "Information System in Meat Production";
title_text[1] = "Information System in Meat Production - Solutions for the future";
title_text[2] = "Information System in Meat Production - Data Flow along the Supply Chain";
title_text[3] = "Information System in Meat Production - Supply Management";
title_text[4] = "Information System in Meat Production - Quality Management";
title_text[5] = "Information System in Meat Production - Traceability";
title_text[6] = "Information System in Meat Production - Transparency";
title_text[7] = "Information System in Meat Production - Consumer Safety";
title_text[8] = "Information System in Meat Production - Salmonella checkup Results";
title_text[9] = "Information System in Meat Production - Check Lists";
var doit = title_text[Math.round(Math.random()*numb)];
document.write("<title>The mais GmbH presents:&nbsp;&raquo;&nbsp;&raquo;&nbsp;"+doit+"</title>");