function getDogNowCat(DNCa,DNCb,DNCc,DNCd,DNCe) {
var DNCrot = 0;
var DNCcurrentTime = new Date()
DNCrot = DNCcurrentTime.getSeconds()
DNCrot = DNCrot + 1;



$("#dognowcat").load("/wp-content/plugins/captchathedog/captchathepage.php?DNCuse="+DNCa+"&DNCsession="+DNCb+"&DNCsel="+DNCc+"&DNCrot="+DNCrot+"&DNCversion="+DNCd);

//$("#dognownews").load("/wp-content/plugins/captchathenews/captchathenewspage.php?DNCuse="+DNCa+"&DNCsession="+DNCb+"&DNCsel="+DNCc+"&DNCrot="+DNCrot+"&DNCversion="+DNCd);

}



function flop(DNCy)  {
var stageBody=new Array();
stageBody[0]=document.getElementById("hid0").src;
stageBody[1]=document.getElementById("image1").src;
stageBody[2]=document.getElementById("image2").src;
stageBody[3]=document.getElementById("image3").src;
stageBody[4]=document.getElementById("image4").src;
stageBody[5]=document.getElementById("image5").src;
stageBody[6]=document.getElementById("image6").src;
stageBody[7]=document.getElementById("image7").src;
stageBody[8]=document.getElementById("image8").src;
stageBody[9]=document.getElementById("image9").src;

stageBody[10]=document.getElementById("key").src;
stageBody[11]=document.getElementById("hid1").src;
stageBody[12]=document.getElementById("hid2").src;

document.getElementById('image0').src = stageBody[DNCy];
document.getElementById('key').src = stageBody[11];
}



function flip(DNCy)  {

var stageBody=new Array();
stageBody[0]=document.getElementById("hid0").src;
stageBody[10]=document.getElementById("key").src;
stageBody[11]=document.getElementById("hid1").src;
stageBody[12]=document.getElementById("hid2").src;

document.getElementById('image0').src = stageBody[0];
document.getElementById('key').src = stageBody[12];

}



