dineshkummarc / DashboardX

this code is architectural source only and this project is not updated herein in any form as this project is a closed source project copyrighted by dineshkummarc and/or denno-secqtinstien. P.S. the issues for this organisation or Projects are not closed else are only marked as Fixed. so if you see the open issues in the list ddonot hesitate to see the list of fixed issues in the list as well. because these are the count for the resolved features in the project.
http://www.erlsindia.co.in/default.aspx
3 stars 1 forks source link

give some of the dooddles based on the events for the EC #28

Open ghost opened 11 years ago

ghost commented 11 years ago

give some of the dooddles based on the events for the EC

ghost commented 11 years ago

named as errrrrlers for the system

dineshkummarc commented 11 years ago

function logo(img) { if (img.src.indexOf('default')==-1) return; // already changed var d = new Date(); var Today = d.getDate(); var Month = d.getMonth(); var src; if (Month === 10 && (Today >= 23 && Today <= 26)) { src = "Images/doodles/blah1.png"; } else if (Month === 11 && (Today >= 23 && Today <= 26)) { src = "Images/doodles/blah2.png"; } else if ((Month === 11 && Today >= 30) || (Month === 0 && Today <= 2)) { src = "Images/doodles/blah3.png"; } else if (Month === 6 && (Today >= 3 && Today <= 5)) { src = "Images/doodles/blah4.png"; } img.src=src; }