/* Javascript Partners File
Used to create links to parters site that may otherwise lower my google pagerank
*/

function RepeatedConcat(concatStr,intCount) {
    var arrTmp = new Array(intCount+1);
    return arrTmp.join(concatStr);

} 

function printmenu()
{
var norm = "http://";
var webn = RepeatedConcat("w",3) + ".";
var thedata="";

thedata += "<LI><A HREF='" + norm + webn + "adsense-clix.com" + "?r=60080'>Adsense-Clix.com</A></LI>";
thedata += "<LI><A HREF='" + norm + webn + "exlinks.net/?invite=0771fc6f0f4b1d7d1bb73bbbe14e0e31'>exlinks.net</A></LI>";
thedata += "<LI><A target='_blank' HREF='http://www.Axandra.com'>Axandra.com: Search Engine Submission</A></LI>";
thedata += "<LI><A HREF='" + norm + "adsen" + "seelitete" + "am.com/?r=59928'>AdsenseEliteTeam.com</A></LI>";
thedata += "<LI><A HREF='" + norm + "alexa" + "surf" + "com?r=BradDet'>Alexa Surf</A></LI>";
thedata += "<LI><A HREF='" + norm + webn + "ads" + "ense-xc" + "hange.com/?r=67163'>Adsense-xchange.com</A></LI>";
thedata += "<LI><A HREF='" + norm + webn + "ilov" + "eehits.com/?rid=57787'>ILoveHits.com</A></LI>\n";
thedata += "<LI><A HREF='" + norm + webn + "traffi" + "cswarm.com/go.cgi?52033'>TrafficSwarm.com</A></LI>";

document.write(thedata);
}
printmenu();
