// JavaScript Document
var countdown = 0
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
if (month==1) {countdown=209-day;}
if (month==2) {countdown=180-day;}
if (month==3) {countdown=149-day;}
if (month==4) {countdown=119-day;}
if (month==5) {countdown=88-day;}
if (month==6) {countdown=58-day;}
if (month==7) {countdown=27-day;}
if (month==8) {countdown=362-day;}
if (month==9) {countdown=332-day;}
if (month==10) {countdown=301-day;}
if (month==11) {countdown=271-day;}
if (month==12) {countdown=240-day;}
var paralympics = countdown+33

