<!--  // JavaScript Document

var news_item;
var image_name;

function what_image() {
	    var dt = new Date();
        var st = dt.getSeconds();
        var mt = dt.getMinutes();
        var hp= mt + st;
        var msg;

        if (hp  % 3 == 0)  {
//			msg="<img src=\"images/sindex_r2_c5_sassy.jpg\" width=252 height=279 border=0 />";
            msg="<img src=\"images/sindex_r2_c5_2009NSS.jpg\" border=0 />";
			news_item=1;
		}
//		else if (hp % 3 == 1) {
//		    msg="<img src=\"images/sindex_r2_c5_glennon.jpg\" width=252 height=279 border=0/>";
//			news_item=2;
//		}
//	    else if (hp % 3 == 2) {
//		    msg="<img src=\"images/sindex_r2_c5_ChessiewithMallard.jpg\" width=252 height=279 border=0/>";
//		   news_item=3;
//	    }
	    else if (hp % 3 == 1) {
		    msg="<img src=\"images/sindex_r2_c5_ACC2009FT.jpg\" width=252 height=279 border=0/>";
		   news_item=2;
	    }
		else {
		    msg="<center><a target=\"_petaKillsAnimals\" href=\"http://www.PetaKillsAnimals.com/\"><img src=\"http://www.petakillsanimals.com/images/petaKillsAnimals_180x150.gif\" border=0></a></center>";
			news_item=3;
		}
		
	    document.write(msg);
	
}

function what_news() {
        var msg;

        if (news_item == 1) 
//		     msg="<img name=\"sindex_r6_c3_sassy\" src=\"images/sindex_r6_c3_sassy.jpg\" width=252 height=135 border=0 id=\"sindex_r6_c3_sassy\" usemap=\"#m_sindex_r6_c3_sassy\" />";
             msg="<img name=\"sindex_r6_c3\" src=\"images/sindex_r6_c3_2009NSS.jpg\" width=252 height=135 border=0 id=\"sindex_r6_c3\" usemap=\"#m_sindex_r6_c3_2009NSS\" />";
//		else if (news_item == 2)
	//	    msg="<img name=\"sindex_r6_c3\" src=\"images/sindex_r6_c3_glennon.jpg\" width=252 height=135 border=0 id=\"sindex_r6_c3\" usemap=\"#m_sindex_r6_c3_glennon\" />";
		else if (news_item == 2)
		    msg="<img name=\"sindex_r6_c3\" src=\"images/sindex_r6_c3_ACC2009FT.jpg\" width=252 height=135 border=0 id=\"sindex_r6_c3\" usemap=\"#m_sindex_r6_c3_ACC2009FT\" />";
		else if (news_item == 3)
		    msg="<img name=\"sindex_r6_c3\" src=\"images/sindex_r6_c3_peta.jpg\" width=252 height=135 border=0 id=\"sindex_r6_c3\" usemap=\"#m_sindex_r6_c3_peta\"/>";
	    else
		    msg="";
//	   	else
//		    msg="<img name=\"sindex_r6_c3_mallard\" src=\"images/sindex_r6_c3_mallard.jpg\" width=252 height=135 border=0 id=\"sindex_r6_c3_mallard\" usemap=\"#m_sindex_r6_c3_mallard\" />";

        document.write(msg);
}

function what_map() {
	    var msg;
		
	    if (news_item == 1) 
//    msg="<map name=\"m_sindex_r6_c3_sassy\" id=\"m_sindex_r6_c3_sassy\"><area shape=\"rect\" coords=\"76,35,170,53\" href=\"http://amchessieclub.org/specialties/Show07Colorado/fundraisers.htm\" title=\"Complete Info\" alt=\"Link to order this print\" /></map>";
            msg="<map name=\"m_sindex_r6_c3_2009NSS\" id=\"m_sindex_r6_c3_2009NSS\"><area shape=\"rect\" coords=\"59,107,180,126\" href=\"http://www.amchessieclub.org/specialties/show09Ohio/index.htm\"  target=\"results\" title=\"Complete results\" alt=\"Link to 2009 national show results\" /></map>";
//		else if (news_item == 2) msg="<map name=\"m_sindex_r6_c3_glennon\" id=\"m_sindex_r6_c3_glennon\"><area shape=\"rect\" coords=\"97,113,153,130\" href=\"http://www.dennisglennon.com\" title=\"Dennis Glennon Photography\" alt=\"Link to Dennis Glennon Website\" /></map>";
		else if (news_item == 2)  msg="<map name=\"m_sindex_r6_c3_ACC2009FT\" id=\"m_sindex_r6_c3_ACC2009FT\"><area shape=\"rect\" coords=\"36,16,200,55\" href=\"http://www.amchessieclub.org/specialties/FieldTrial09Maine/index.htm\" title=\"ACC 2009 FT results\" alt=\"Link to 2009 FT results\" /></map>";
	//	else if (news_item == 3) msg="";
	//    else msg="<map name=\"m_sindex_r6_c3_mallard\" id=\"m_sindex_r6_c3_mallard\"><area shape=\"rect\" coords=\"119,69,181,86\" href=\"http://www.whitefishstudio.com\" title=\"Bob White Web Site\" alt=\"Link to order this print\" /><area shape=\"rect\" coords=\"82,40,192,55\"  href=\"http://www.gundogmag.com\" title=\"Gundog Magazine\" alt=\"Link to Gundog Magazine\" /></map>";
        else   msg="<map name=\"m_sindex_r6_c3_peta\" id=\"m_sindex_r6_c3_peta\"><area shape=\"rect\" coords=\"36,60,242,82\" href=\"http://endangeredowner.blogspot.com/2009/01/relationships-vets-and-breeders.html\"  target=\"peta\" title=\"Endangered Owners\" alt=\"Link to Relationships - Vets and Breeders\" /></map>";
        document.write(msg);
}
<!-- end -->
