";
//echo "2x ". $myTwoXURR /$myTwo ."
";
//echo "2x|3x ". $myTwoThreeXURR ;///$myTwoThree ."
";
//echo "3x ". $myThreeXURR /$myThree ."
";
$myOneXCount = number_format(($myOneXURR /$oneX),2,'.',',');
$myTwoXCount =number_format(($myTwoXURR /$myTwo),2,'.',',');
$myTwoThreeXCount =number_format(($myTwoThreeXURR /$myTwoThree),2,'.',',');
$myThreeXCount =number_format(($myThreeXURR /$myThree),2,'.',',');
?>