Post Free Ads Forums
At this page we’ve listed a couple of forums you can submit ads to. Submitting ads to forums is a great way of increasing both SERP, human visitors and also the visibility of your site/products/services. Do you know of a forum you think we should include?
function ajaxRating(xml)
{
var x = xml.responseXML;
var xmlRating = x.getElementsByTagName(‘rating’);
var rating = xmlRating[0].firstChild.nodeValue;
// alert(‘You rated it ‘ + rating + ‘ star(s)!’);
}