<!-- 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_cnta = 6;
var ada = rand(ad_cnta);
var linka;
var adBannera;
var widtha
var heighta
if (ada==1) {
adBannera="Just a line to say great site, easy to use, and have saved a tidy sum and inconvenience by not having to take it to a garage<br /><br /><i>Allan</i>"; 
}
if (ada==2) {
adBannera="Thanks for replying to my email yesterday. I finally managed to remove the radio with a bit of help, and having received the code from yourselves, am delighted I now have a radio that works! Thank you so much for an excellent service, will highly recommend you!!<br /><br /><i> Davey</i>"; 
}
if (ada==3) {
adBannera="Many thanks for your prompt and efficient service put the code in last night and the radio is back up and running.<br /><br /><i>Bill</i>";
}
if (ada==4) {
adBannera="Thank you for supplying the radio code, excellent service, fast and efficient, i will and would recommend your company to anyone who has the same problem has i had. <br /><br /><i> Ian</i>";
}
if (ada==5) {
adBannera="Swift efficient and most important correct, thanks<br /><br /><i> Allan</i>"; 
}
if (ada==6) {
adBannera="Another company asked me to remove the radio and leave it with them for 7 to 10 days and the price was to be 3 times your charge. Your service was unbelievable fast and efficient even when I had difficulty in putting in the code your reply was within 1 hour and it worked. <br /><br /><i> Mark</i>";
}
document.write('<div style="font-size:9px;color:#ffffff;font-family:verdana;">' + adBannera + '</div>');
document.write('');