//Current 2010 Issue Cover Finder by Barry Rudolph//now = new Date//2009 Issue #1//if (now.getDate() >= 1 && now.getDate() <=31 && now.getMonth() == 0 ) {	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>January 2010 Issue</Font>")}//2009 Issue #2 //if (now.getDate() > 0 && now.getDate() <=28 && now.getMonth() == 1 ) {	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>February 2010 Issue</Font>")}//2009 Issue #3 //if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 2 ) {	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>March 2010 Issue</Font>")}//2009 Issue #4 //if (now.getDate() > 0 && now.getDate() <=30 && now.getMonth() == 3 ) {	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>April 2010 Issue</Font>")}//2009 Issue #5 //if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 4 ) {	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>May 2010 Issue</Font>")}//2009 Issue #6 //if (now.getDate() > 0 && now.getDate() <=30 && now.getMonth() == 5 ) {	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>June 2010 Issue</Font>")}//2009 Issue #7 //if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 6 ) {	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>July 2010 Issue</Font>")}//2009 Issue #8 //if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 7 ) {	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>August 2010 Issue</Font>")}//2009 Issue #9 //if (now.getDate() > 0 && now.getDate() <=30 && now.getMonth() == 8 ) {	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>September 2010 Issue</Font>")}//2009 Issue #10 //if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 9 ) {	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>October 2010 Issue</Font>")}//2009 Issue #11 //if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 10&& now.getFullYear() == 2009){	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>November 2010 Issue</Font>")}//2009 Issue #12//if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 11&& now.getFullYear() == 2009){	document.write("<img src='http://www.mixonline.com/images/current_cover.jpg' Width=120 Height=166 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>December 2010 Issue</Font>")}