Welcome to my notes page! I will be updating this periodically with class info about events, assignments, etc. Please subscribe to get the latest. Also, check out the links to the left for both Chemistry and AP Physics class calendars (click here!), as well as some helpful links that will provide you with some useful resources. Please feel free to leave any comments or email me any questions you may have: zgoude@corbettcharter.k12.or.us.
Number of days until the 2013 AP Exams:
AP Chemistry Test Countdown
function myFunction()
{
var x=”";
var date = new Date(“May 6, 2013″);
var descrip = “the AP Chemistry Test!”;
var now = new Date();
var diff = date.getTime() – now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
if (days>1)
{
x = “There are ” + (days+1) + ” until ” + descrip;
}
else if (days==1)
{
x = “There are only two days until ” + descrip;
}
else if (days==0)
{
x = “Tomorrow is ” + descrip;
}
else
{
x= “Today you’re taking ” + descrip + “!”;
}
document.getElementById(“demo”).innerHTML=x;
}




