<!--
function clicktable(textcolor) {
//The following variables are for customizing your link table
//Be sure to enclose all values in double quotes (" ")
// This is the Leader text that appears prior to the link
var strLeaderText= " "
// The following variables are for each individual link
// The first in the pair is the full url
// The second is the text for the surfer to click on
var strLink1= "http://www.clickforbabes.com/free_babe_photos_.html"
var strText1= "Babes"
var strLink2= "http://www.clickforboobs.com/free_boob_photos_.html"
var strText2= "Boobs"
var strLink3= "http://www.clickforblowjobs.com/free_blowjob_photos_.html"
var strText3= "BlowJobs"
var strLink4= "http://www.clickforcumshots.com/free_cumshot_photos_.html"
var strText4= "Cumshots"
var strLink5= "http://www.clickforblondes.com/free_blonde_photos_.html"
var strText5= "Blondes"
var strLink6= "http://www.clickforbrunettes.com/free_brunette_photos_.html"
var strText6= "Brunettes"
var strLink7= "http://www.clickforredheads.com/free_redhead_pics_.html"
var strText7= "Redheads"
var strLink8= "http://www.clickforbutts.com"
var strText8= "Butts"
var strLink9= "http://www.clickforpussies.com/"
var strText9= "Pussies"
var strLink10= "http://www.clickforinterracials.com/free_interracial_photos.html"
var strText10= "Interracials"
var strLink11= "http://www.clickforbbws.com/"
var strText11= "BBWs"
var strLink12= "http://www.clickforgirlgirl.com/"
var strText12= "GirlGirl"
var strLink13= "http://www.clickforteenagers.com/free_teen_pics_.html"
var strText13= "Teenagers"
var strLink14= "http://www.clickforflashers.com/"
var strText14= "Flashers"
var strLink15= "http://www.clickforstockings.com/free_stocking_photos_.html"
var strText15= "Stockings"
var strLink16= "http://www.clickforpanties.com/"
var strText16= "Panties"
var strLink17= "http://www.clickforebonies.com/"
var strText17= "Ebonies"
var strLink18= "http://www.clickforasians.com/"
var strText18= "Asians"
var strLink19= "http://www.clickformatures.com/"
var strText19= "Matures"
var strLink20= "http://www.clickforlivecams.com/free_cam_photos_.html"
var strText20= "LiveCams"
var strLink21= "http://www.clickforshemales.com/"
var strText21= "SheMales"
var strLink22= "http://www.clickforpornstars.com/"
var strText22= "PornStars"
var strLink23= "http://www.clickforfreephotos.com/picpost/"
var strText23= "FreePhotos"

//Do not edit anything below this point unless you know what you are doing
document.write("<table width='100%' height='24' border='0' cellspacing='1' cellpadding='1'>");
document.write("<tr><td><div align='center'><b><font face='Arial, Helvetica, sans-serif' size=2 color='" + textcolor + "'>");
document.write("<nobr>Click for: " + strLeaderText + "<a href='" + strLink1 + "'>" + strText1 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink2 + "'>" + strText2 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink3 + "'>" + strText3 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink4 + "'>" + strText4 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink5 + "'>" + strText5 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink6 + "'>" + strText6 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink7 + "'>" + strText7 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink8 + "'>" + strText8 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink9 + "'>" + strText9 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink10 + "'>" + strText10 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink11 + "'>" + strText11 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink12 + "'>" + strText12 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink13 + "'>" + strText13 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink14 + "'>" + strText14 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink15 + "'>" + strText15 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink16 + "'>" + strText16 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink17 + "'>" + strText17 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink18 + "'>" + strText18 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink19 + "'>" + strText19 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink20 + "'>" + strText20 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink21 + "'>" + strText21 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink22 + "'>" + strText22 + "</a> | </nobr>");
document.write("<nobr>" + strLeaderText + "<a href='" + strLink23 + "'>" + strText23 + "</a> | </nobr>");
document.write("</font></b></div></td></tr></table>");
	}
-->
