//var compscore=0;
//var yourscore=0;

function startgame() {
location.href="War.html";
}

function compscores()
{ 
//compscore=compscore+1; 
//return compscore;
document.write('<span style="float:right;font-weight:bold;color:white;font-size:25px;">The card <span style="text-decoration:underline">above</span> wins!</span>');
}

function youscore()
{ 
//yourscore=yourscore+1; 
//return yourscore;
document.write('<span style="float:right;font-weight:bold;color:white;font-size:25px;">The card <span style="text-decoration:underline">below</span> wins!</span>');
}

function joker8()
{
document.write('<span style="float:right;font-weight:bold;font-size:25px;"><span style="color:black">Black 8</span> <span style="color:white">beats Joker!</span></span>');
}

//Scripting by Jamie Johnson


