<!-- 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 = 10;
var ada = rand(ad_cnta);
var linka;
var adBannera;
var widtha
var heighta
if (ada==1) {
adBannera="Thank you for your confirmation,but more importantly thank you for your excellent service. The code number was spot on and i now have full audio system in my Rover. Kind Regards <br /><br /><i> Steve</i>"; 
}
if (ada==2) {
adBannera="Guys - Thanks for your help - Great service - Much appreciated! Best wishes, Don!"; 
}
if (ada==3) {
adBannera="Just wanted to say what an awsome site, just saved me &#163;&#163;&#163;s buying another radio. cheers <br /><br /><i> William</i>";
}
if (ada==4) {
adBannera="After about 4 months of pondering whether to pay the scandalous high street prices for re-coding, I stumbled on your website and I'm glad I did. You've saved me about &#163;30!! Highly recommended. Cheers, <br /><br /><i> Lesley</i> ";
}
if (ada==5) {
adBannera="Just a quick email to say thanks for a great service. So easy to use, in under 2 minutes my Mondeo radio was working again, and only &#163;4.99. Absolutely brilliant, thanks very much!<br /><br /><i> Chris</i>";
}
if (ada==6) {
adBannera="thanks for the code, received in seconds, brilliant service, the stealers (dealers) wanted &#163;20 and it was gonna take 5 days!!!,would use again no sweat!!<br /><br /><i> Derek</i>";
}
if (ada==7) {
adBannera="	Just wanted to say thanks. Best &#163;5.99 I've ever spent!! Super quick, within 5 mins of finding the site I had a code and now I have a radio again!<br /><br /><i> John</i>";
}
if (ada==8) {
adBannera="many thanks for a swift and helpful service I will recomend you to others <br /><br /><i> Clive</i>";
}
if (ada==9) {
adBannera="It is sometimes with trepidation that you part with your hard earned money over the internet but in this case your service was as promised, and swift. Highly recommended. Thanks again <br /><br /><i> Harry</i>";
}
if (ada==10) {
adBannera="Thanks my friend. Code work great. Will recomend you to all I can Regards <br /><br /><i> Gary</i>";
}
document.write('<div style="font-size:9px;color:#ffffff;font-family:verdana;">' + adBannera + '</div>');
document.write('');

// End -->