
var strVar="";
strVar += "<div style=\"margin-bottom: 0px; width:400px;\">";
strVar += "<br><br>";
strVar += "";
strVar += "";
strVar += "<ul style=\"margin-bottom: 0px; \">";
strVar += "<p style=\"color: red;\"><b>Budget Car Insurance<\/b><\/p>";
strVar += "";
strVar += "<li>Cheap prices even for Young, Student or New Driver Car Insurance<\/li>";
strVar += "<li>They even provide insurance for Provisional Licence Holders<\/li>";
strVar += "<li>Getting a quote only takes a few minutes<\/li>";
strVar += "<li>Website is easy to use and secure<\/li> ";
strVar += "<li>Search Over 80 Different Companies in the UK<\/li><br>";
strVar += " ";
strVar += "<a style=\"font-size: 16px;\" rel=\"nofollow\" href=\"\/instant_quote.php?type=ctmci&bps=getquote\" target=\"_blank\"><b>Get Quote (UK)<\/b><\/a>";
strVar += "";
strVar += "<\/div>";
strVar += "";
strVar += " ";
strVar += "<br>";
strVar += "<br>";

document.write(strVar);
 