<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var color		= "FFFFFF"		// HEADER BACKGROUND COLOR




// COPYRIGHT 2008 © All Gift Baskets Directory
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START GRAPHIC HEADER




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left">');
document.write('<a href="http://www.valuebuy.net/bath2.html" class="productlink" ><img src="http://www.allgiftbasketsdirectory.org/images/35034.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor"></a>');
document.write('<a href="http://www.valuebuy.net/pineapple.html"class="productlink" ><img src="http://www.allgiftbasketsdirectory.org/images/38067.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor"></a>');
document.write('<a href="http://www.valuebuy.net/giftbasket.html"class=" productlink"><img src="http://www.allgiftbasketsdirectory.org/images/38051.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor"></a>');
document.write('<a href="http://www.valuebuy.net/ginger1.html" class="productlink" ><img src="http://www.allgiftbasketsdirectory.org/images/34185.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor"></a>');
document.write('<a href="http://www.valuebuy.net/lavender.html"class=" productlink"><img src="http://www.allgiftbasketsdirectory.org/images/36397.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor"></a>');
document.write('<a href="http://www.valuebuy.net/peach1.html"class=" productlink" ><img src="http://www.allgiftbasketsdirectory.org/images/38052.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor" ></a>');
document.write('<a href="http://www.valuebuy.net/tropical.html"class=" productlink" ><img src="http://www.allgiftbasketsdirectory.org/images/36396.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor" ></a>');
document.write('<a href="http://www.valuebuy.net/pralines.html"class=" productlink"><img src="http://www.allgiftbasketsdirectory.org/images/38058.gif" border="0" width="100" height="108" class="thumb-borders" alt="Site Sponsor"></a><br>');
document.write('</td></tr></table>');




// CODE FOR THE DATE DISPLAY




function date1( ){
m= new Array(12);
m[0]="January";m[1]="February";m[2]="March";m[3]="April";m[4]="May";m[5]="June";
m[6]="July";m[7]="August";m[8]="September";m[9]="October";m[10]="November";m[11]="December";
now = new Date( );
month=now.getMonth( );
day=now.getDate( );
switch (day){
case 1:
sup="st";
break;
case 21:
sup="st";
break;
case 31:
sup="st";
break;
case 2:
sup="nd";
break;
case 22:
sup="nd";
break;
case 3:
sup="rd";
break;
case 23:
sup="rd";
break;
default:
sup="th";
}
year=now.getFullYear( );
document.write("<FONT SIZE=2 COLOR='darkblue'><DIV ALIGN='LEFT'>"+m[month]+" " +day+"<SUP>"+sup+"</SUP>"+" "+year+"</DIV></FONT>");
}




//  End -->