//ENGLISH.JS for Pyramid

var lang = "en";

var msg = new Array();
msg[0] = "Winner!! Your name will live in history!";
msg[1] = "1 left - You are chosen Pharoah of Egypt.";
msg[2] = "2 left - You are named Grand Vizier of Egypt.";
msg[3] = "3 left - You are named to the noble ranks!";
msg[4] = "4 left - You are named a chief bureaucrat!";
msg[5] = "5 left - You have achieved scribe status!";
msg[6] = "6 left - You are a commoner!";

var endstr1 = " guardians remain. If you seek Anubis' wisdom, keep trying.";
var endstr2 = " over par.";

var ruleset = new Array();
ruleset[0] = "&nbsp;&nbsp;&nbsp;The goal in Pyramid Solitaire is to discard all of the cards by making sums of 13 from pairs of the free cards (not covered by others), regardless of color or suit. Kings = 13, and may be discarded directly. Aces = 1, Queens = 12, so Ace + Queen = 13, Jack + 2 = 13, and so on.<br><br>"
ruleset[1]="&nbsp;&nbsp;&nbsp;Pairs may be made with 2 exposed cards from the Pyramid, or with the top waste card and an exposed Pyramid card, or the exposed stock card and the top card from the waste or an exposed Pyramid card. You may re-deal the stock twice.<br><br>Bugs? Report them <a href='../bugreport.cfm?game=pyramid'>here.</a> Comments to dudette at net4tv.com. Like it? Please feed the kitty.";


