<!-- ads spot 2 -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http:\\javascript.internet.com -->

<!-- Begin
var sector1 = "Fields of Battle";
var spot= 'Fields of Battle Primitive Combat';
var firm = 'Fox Games Company';
var email1 = 'info@feltd.com';

var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
var graphics = "http://www.feltd.com/games/images/";
var banwidth = "198";
var banheight = "93";
var tar1 = "_blank"
var tar2 = ""
var link1 = "http://foxgamescompany.blogspot.com/search?q=fields+of+battle";

ad +=1;

if (ad==1) {
txt="download now";
url=link1;
alt="download now";
banner=graphics+"clickhere.jpg";
width=banwidth;
height=banheight;
target=tar2;
email=email1;
adfirm=firm;
adspot=spot;
}


document.write('<form name="adform" method="post" action="http://www.feltd.com/games/assets/confirm.php" style="display: inline; margin: 0;" target="'+target+'">');
document.write('<input type="hidden" name="firm" value="'+adfirm+'">');
document.write('<input type="hidden" name="spot" value="'+adspot+'">');
document.write('<input type="hidden" name="email" value="'+email+'">');
document.write('<input type="hidden" name="url" value="'+url+'">');
document.write('<input type="image" name="submit" src="'+banner+'" height="'+height+'" width="'+width+'" alt="submit">');
document.write('</form>');

// End -->

