function convBoxer()
	{
	var imageName;
	var headBlurb;
	var bodyBlurb;
		headBlurb = "-";
		imageName = "002";
		bodyBlurb = "";
	var which = Math.round((Math.random() * 11) + 1);
	if (which == 12) {which = 2}
	else if (which == 1)
	{
		headBlurb = "Oceans 7- ";
		imageName = "001";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 2)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "002";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 3)
	{
		headBlurb = "Oceans 7- ";
		imageName = "003";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 4)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "004";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 5)
	{
		headBlurb = "Oceans 7- ";
		imageName = "005";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 6)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "006";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 7)
	{
		headBlurb = "Oceans 7- ";
		imageName = "007";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 8)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "008";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 9)
	{
		headBlurb = "Oceans 7- ";
		imageName = "009";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!    ";
	}
	else if (which == 10)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "010";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 11)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "011";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	else if (which == 12)
	{
		headBlurb = "Viva La Magia! ";
		imageName = "012";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}
	
	else
	{
		headBlurb = "Viva La Magia! ";
		imageName = "002";
		bodyBlurb = "See the <A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">Convention Page</A> for more!  ";
	}

	document.write("<table border=0 bgcolor=\"#ccccff\" cellpadding=0 cellspacing=0 width=186><tr><td valign=top align=left>");
	document.write("<CENTER><A HREF=\"http://www.magicsam.com/SAM2007/index.asp\">");
	document.write("<img src=\"http://www.magicsam.com/image/convention/2007/acts/" + imageName + ".jpg\" width=186 height=282 border=0></A><BR>");
	document.write("<span class=\"copy\"><B>" + headBlurb + "</B> ");
	document.write(bodyBlurb + " Refresh this page to view more act descriptions and pictures!</SPAN></CENTER></td></tr></table>");
	}