<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cntd = 9;
var add = rand(ad_cntd);
var linkd;
var adBannerd;
var widthd
var heightd
if (add==1) {
adBannerd="Our NQA auditor said PSL Datatrack is the best system he's seen. - Bernard Groom, Qualiturn Products Ltd";
}
if (add==2) {
adBannerd="We've slashed our admin times…. orders are now processed in minutes instead of hours, even for complex aerospace contracts. - Rob Kendall, AIM Ltd, Clevedon";
}
if (add==3) {
adBannerd="PSL Datatrack was an essential element in making our investment in high-tech equipment really effective. - Fred Moser, Technoset Ltd";
}
if (add==4) {
adBannerd="I bought this system because it's tailor-made for the subcontract shop and I could understand it in less than 30 minutes. - Bernard Groom, Qualiturn Products Ltd";
}
if (add==5) {
adBannerd="The beauty of the system is when a job repeats. It's so quick to put on a Works Order. - Ken Hook, Maylan Engineering";
}
if (add==6) {
adBannerd="We had to be pushed by the Surrey Business Link into choosing a production control system for Triton Engineering, but I can honestly say that it was the best investment we've ever made. Andy Howe, Triton Engineering";
}
if (add==7) {
adBannerd="Without it we'd be lost. It gives us accurate information, so we can communicate with our customers on costs and deliveries. - Kevin Hiscock, Precimax Ltd";
}
if (add==8) {
adBannerd="PSL Datatrack combines data from all sources into a package of valuable information.";
}
if (add==9) {
adBannerd="An absolute must for production meetings and business analysis.";
}
document.write('<div style="font-size:10px;color:#000064;font-family:verdana;">' + adBannerd + '</div>');
// End -->
