function getFULL(mo) {
var ar=new Array(31)
ar[1]="01";ar[2]="02";ar[3]="03";ar[4]="04";ar[5]="05";ar[6]="06";ar[7]="07";ar[8]="08";ar[9]="09";ar[10]="10";ar[11]="11";
ar[12]="12";ar[13]="13";ar[14]="14";ar[15]="15";ar[16]="16";ar[17]="17";ar[18]="18";ar[19]="19";ar[20]="20";ar[21]="21";
ar[22]="22";ar[23]="23";ar[24]="24";ar[25]="25";ar[26]="26";ar[27]="27";ar[28]="28";ar[29]="29";ar[30]="30";ar[31]="31";
return ar[mo] }

function getFULLA(ms) {
var ar=new Array(12)
ar[0]="01";ar[1]="02";ar[2]="03";ar[3]="04";ar[4]="05";ar[5]="06";ar[6]="07";
ar[7]="08";ar[8]="09";ar[9]="10";ar[10]="11";ar[11]="12";
return ar[ms] }

var today=new Date();month=getFULLA(today.getMonth());day=getFULL(today.getDate());backday=today.getDate();
//year = getFULL(today.getFullYear()-2000) 
year = today.getFullYear()

var newdate=new Date();
var newtimems1 = newdate.getTime()-86400000;
newdate.setTime(newtimems1);day1 = getFULL(newdate.getDate(newdate.toLocaleString()));
month1 = getFULL(newdate.getMonth(newdate.toLocaleString())+1);
//year1 = getFULL(newdate.getYear(newdate.toLocaleString())-2000)
year1 = newdate.getYear(newdate.toLocaleString())

var newtimems2 = newdate.getTime()-86400000;
newdate.setTime(newtimems2);
day2 = getFULL(newdate.getDate(newdate.toLocaleString()))
month2 = getFULL(newdate.getMonth(newdate.toLocaleString())+1)
//year2 = getFULL(newdate.getYear(newdate.toLocaleString())-2000)
year2 = newdate.getYear(newdate.toLocaleString())

var newtimems3 = newdate.getTime()-86400000;
newdate.setTime(newtimems3);
day3 = getFULL(newdate.getDate(newdate.toLocaleString()))
month3 = getFULL(newdate.getMonth(newdate.toLocaleString())+1)
//year3 = getFULL(newdate.getYear(newdate.toLocaleString())-2000)
year3 = newdate.getYear(newdate.toLocaleString())

function date00(){ out='';out=out+month+'/'+day+'/'+year;document.write(out); }
function date01(){ out='';out=out+month1+'/'+day1+'/'+year;document.write(out); }
function date02(){ out='';out=out+month2+'/'+day2+'/'+year;document.write(out); }
function date03(){ out='';out=out+month3+'/'+day3+'/'+year;document.write(out); }

function babep() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/pp/babe/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Babe Pictures</a><br>'; }
document.write(out); }
function babem() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/mm/babe/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Babe Movies</a><br>'; }
document.write(out); }
function babeo() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/o/babe/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Babe Sites</a><br>'; }
document.write(out); }

function redheadp() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/pp/redhead/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Redhead Pictures</a><br>'; }
document.write(out); }
function redheadm() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/mm/redhead/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Redhead Movies</a><br>'; }
document.write(out); }
function redheado() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/o/redhead/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Redhead Sites</a><br>'; }
document.write(out); }

function blondep() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/pp/blonde/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Blonde Pictures</a><br>'; }
document.write(out); }
function blondem() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/mm/blonde/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Blonde Movies</a><br>'; }
document.write(out); }
function blondeo() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/o/blonde/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Blonde Sites</a><br>'; }
document.write(out); }

function brunettep() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/pp/brunette/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Brunette Pictures</a><br>'; }
document.write(out); }
function brunettem() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/mm/brunette/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Brunette Movies</a><br>'; }
document.write(out); }
function brunetteo() { out='';
for (h=1;h<31;h++){ out = out+month+'/'+day+': '+'<a href="/e/o/brunette/'+(Math.floor(Math.random()*100000000))+'.html" class="g">Brunette Sites</a><br>'; }
document.write(out); }


