// Javascript page
if(ads == null){
var id = 0;
var ads = new Array();
}
ads[1302] = new Array('http://alankatz.wordpress.com/','Alan Katz','1258659124KatzAdBroker.gif','','153','120');
id = 1302;
if(ads != null){
if(ads[id] != null){
if(ads[id][2] == ""){
document.write("");
if(ads[id][1] == ""){
document.write(ads[id][0]);
}else{
document.write(ads[id][1]);
}
document.write("");
}else{
document.write("");
if(ads[id][3] == "swf"){
var ie = (navigator.appName.indexOf ("Microsoft") != -1) ? 1 : 0;
var flashTag = new String();
if (ie)
{
flashTag += '';
}
else
{
flashTag += '';
}
document.write(flashTag);
}else{
document.write("
");
}
document.write("");
}
}else{
document.write("I could not find this Ad");
}
}
document.write("\n");