Back

Daily Link

 

Today's Website to Check Out:  

This script display a link depending on the date.  You can set up the script for a month. 

 

Place this script between the <HEAD></HEAD> tags of the HTML Document.

Link

 
 <SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var site = new Array();
Stamp = new Date();
today = Stamp.getDate();
site[1] = "<a href='http://www.freescriptscd.com'>freescriptscd.com</a>";
site[2] = "site 2";
site[3] = "site 3";
site[4] = "site 4";
site[5] = "site 5";
site[6] = "site 6";
site[7] = "site 7";
site[8] = "site 8";
site[9] = "site 9";
site[10] = "site 10";
site[11] = "site 11";
site[12] = "site 12";
site[13] = "<a href='http://www.freescriptscd.com'>Freescriptscd.com</a>";
site[14] = "site 14";
site[15] = "site 15";
site[16] = "<a href='http://www.freescriptscd.com'>Freescriptscd.com</a>";
site[17] = "site 17";
site[18] = "site 18";
site[19] = "site 19";
site[20] = "site 20";
site[21] = "site 21";
site[22] = "site 22";
site[23] = "site 23";
site[24] = "site 24";
site[25] = "site 25";
site[26] = "site 26";
site[27] = "site 27";
site[28] = "site 28";
site[29] = "site 29";
site[30] = "site 30";
site[31] = "site 31";

function writesite() {
document.write(site[today]);
}
// End -->
</script>
 

 

Place this Script where needed in the HTML Document

<script>
writesite();
</script>
 

 

Place this script between the <HEAD></HEAD> tags of the HTML Document.


Paste script where needed in the body of the HTML Document.


© Copyright 2009 ashesh.com.np