diff --git a/index.html b/index.html index 7946840..70e13a6 100644 --- a/index.html +++ b/index.html @@ -67,10 +67,12 @@ var current= new Date() var month=current.getMonth() var date=current.getDate() - if (month=4 && day=13) { + //document.write("DEBUG DATA: " + month) + //document.write("DEBUG DATA: " + date) + if (month=4 && date=13) { document.write("") } else { - document.write("") + document.write("") }