//Current 2012 Issue Cover Finder by Barry Rudolph//


now = new Date


//2011=12 Issue #12//

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 11
&& now.getFullYear() == 2011){

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>January 2012 Issue</Font>")
}

//2012 Issue #1//


if (now.getDate() >= 1 && now.getDate() <=31 && now.getMonth() == 0 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>January 2012 Issue</Font>")
}


//2012 Issue #2 //

if (now.getDate() > 0 && now.getDate() <=28 && now.getMonth() == 1 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>February 2012 Issue</Font>")
}


//2012 Issue #3 //

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 2 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>March 2012 Issue</Font>")
}
//2012 Issue #4 //

if (now.getDate() > 0 && now.getDate() <=30 && now.getMonth() == 3 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>April 2012 Issue</Font>")
}

//2012 Issue #5 //

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 4 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>May 2012 Issue</Font>")
}

//2012 Issue #6 //

if (now.getDate() > 0 && now.getDate() <=30 && now.getMonth() == 5 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>June 2012 Issue</Font>")
}

//2012 Issue #7 //

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 6 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>July 2012 Issue</Font>")
}

//2012 Issue #8 //

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 7 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>August 2012 Issue</Font>")
}

//2012 Issue #9 //

if (now.getDate() > 0 && now.getDate() <=30 && now.getMonth() == 8 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>September 2012 Issue</Font>")
}


//2012 Issue #10 //

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 9 ) {

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>October 2012 Issue</Font>")
}

//2012 Issue #11 //

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 10
&& now.getFullYear() == 2012){

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>November 2012 Issue</Font>")
}


//2012 Issue #12//

if (now.getDate() > 0 && now.getDate() <=31 && now.getMonth() == 11
&& now.getFullYear() == 2012){

	document.write("<img src='http://mixonline.com/images/current_cover.jpg' Width=172 Height=208 Alt='Issue NOT OnLine' Border='0'><BR><Font face=verdana size=1 color=red>December 2012 Issue</Font>")
}


