
function sas24switchtabs(tabid) {

for (i=0;i<sas24mytabs.length;i++)
{
	if (sas24mytabs[i] == tabid) {
		document.getElementById('sas24tab'+sas24mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas24tabcell'+sas24mytabs[i]).style.backgroundColor = '#a3cf03';
		document.getElementById('sas24tabcell'+sas24mytabs[i]).className = 'sas24tabheaderon';
		document.getElementById('sas24tabbottom'+sas24mytabs[i]).style.backgroundColor = '#a3cf03';
		document.getElementById('sas24tabtop'+sas24mytabs[i]).style.backgroundColor = '#3c4d7a';
		document.getElementById('sas24tablink'+sas24mytabs[i]).className = 'sas24tablinkon';
	}
	else {
		document.getElementById('sas24tab'+sas24mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas24tabcell'+sas24mytabs[i]).style.backgroundColor = '#3c4d7a';
		document.getElementById('sas24tabbottom'+sas24mytabs[i]).style.backgroundColor = '#3c4d7a';
		document.getElementById('sas24tabtop'+sas24mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas24tablink'+sas24mytabs[i]).className = 'sas24tablink';
		document.getElementById('sas24tabcell'+sas24mytabs[i]).className = 'sas24tabheaderoff';

	}
}

}

if (typeof(sas24tabafftrackvalue) == 'undefined'){
sas24tabafftrackvalue = '';
}

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas24tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas24tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas24tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas24tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas24tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas24tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas24tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas24tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas24tabheaderon');
document.write('{');
document.write('	background-color: #3c4d7a;');
document.write('	border-left: 2px solid #3c4d7a;');
document.write('	border-right: 2px solid #3c4d7a;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas24tabheaderoff');
document.write('{');
document.write('	background-color: #3c4d7a;');
document.write('	border-left: 2px solid #3c4d7a;');
document.write('	border-right: 2px solid #3c4d7a;');
document.write('	border-top: 2px solid #3c4d7a;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas24tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas24tabbottom');
document.write('{');
document.write('	background-color: #3c4d7a;');
document.write('	border-right: 2px solid #3c4d7a;');
document.write('	border-left: 2px solid #3c4d7a;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas24tabbottomspacer');
document.write('{');
document.write('	background-color: #3c4d7a;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas24tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas24tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas24contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #3c4d7a;');
document.write('	border-bottom: 2px solid #3c4d7a;');
document.write('	border-right: 2px solid #3c4d7a;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('');
document.write('.sas24contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('A.sas24tabcontentlink:link');
document.write('{');
document.write('	COLOR: #3c4d7a;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas24tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #8e699c;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas24tabcontentlink:active');
document.write('{');
document.write('	COLOR: #8e699c;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas24tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #3c4d7a;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas24tabtop1" class="sas24tabtop"></td><td class="sas24tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabtop2" class="sas24tabtop"></td><td class="sas24tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabtop3" class="sas24tabtop"></td><td class="sas24tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabtop4" class="sas24tabtop"></td><td class="sas24tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabtop5" class="sas24tabtop"></td></tr><tr><td id="sas24tabcell1" class="sas24tabheaderon"><a href="#" onClick="sas24switchtabs(1); return false;" class="sas24tablink" id="sas24tablink1">Baby Showers</a></td><td class="sas24tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabcell2" class="sas24tabheaderoff"><a href="#" onClick="sas24switchtabs(2); return false;" class="sas24tablink" id="sas24tablink2">Bridal Showers</a></td><td class="sas24tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabcell3" class="sas24tabheaderoff"><a href="#" onClick="sas24switchtabs(3); return false;" class="sas24tablink" id="sas24tablink3">Holiday Games</a></td><td class="sas24tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabcell4" class="sas24tabheaderoff"><a href="#" onClick="sas24switchtabs(4); return false;" class="sas24tablink" id="sas24tablink4">Birthdays</a></td><td class="sas24tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabcell5" class="sas24tabheaderoff"><a href="#" onClick="sas24switchtabs(5); return false;" class="sas24tablink" id="sas24tablink5">Sale!</a></td></tr><tr><td id="sas24tabbottom1" class="sas24tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas24tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabbottom2" class="sas24tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas24tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabbottom3" class="sas24tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas24tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabbottom4" class="sas24tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas24tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas24tabbottom5" class="sas24tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td></tr></table>');
document.write('</td></tr>');
document.write('<tr><td class="sas24contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas24tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605404&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.babyshowergamesatoz.com/images/babybingo_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605404&afftrack=' + sas24tabafftrackvalue + '&w=24">Baby Bingo Game Card Generator</a><br>We\'ve taken the Classic Game of Bingo and pre-filled the Bingo card with names of Baby items. And with our Game Card Generator, you get a different Baby Bingo Card for each guest - even if you have 200 guests! You read the clues and guests mark their cards to match five in a row, up, down, or diagonal. Start printing as soon as you order! Personalize It! Now you can customize Baby Bingo with Mom\'s name and your own choice of baby items! Generator will scramble items for unique cards.<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605381&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.babyshowergamesatoz.com/images/nurseryquiz_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605381&afftrack=' + sas24tabafftrackvalue + '&w=24">Nursery Rhyme Quiz</a><br>We\'ve all heard these classic Nursery Rhymes, but how many of us were listening? Have your guests take this quiz and find out! After all, who was it that couldn\'t put Humpty Dumpty back together again? Two versions included, makes it fun for a couples shower! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605382&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.babyshowergamesatoz.com/images/wordscramble_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605382&afftrack=' + sas24tabafftrackvalue + '&w=24">Nursery Rhyme Scramble / Baby Word Scrambles</a><br>Guests race to unscramble names of various Baby Items or Nursery Rhymes in this popular Baby Shower Game. Each crossword has a different level of difficulty, but don\'t be fooled, this game can stump even the best! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605358&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.babyshowergamesatoz.com/images/babytrivia_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605358&afftrack=' + sas24tabafftrackvalue + '&w=24">Baby Trivia</a><br>This isn\'t just for moms! Even the guys will want to compete to answer trivia questions about newborn babies. See if your guests know the answers to these outlandish - and surprising - facts. Great for a couples shower! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605384&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.babyshowergamesatoz.com/images/sweetpregnancy_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454605384&afftrack=' + sas24tabafftrackvalue + '&w=24">Pregnancy - How Sweet It Is!</a><br>What in the world do candy bars and pregnancy have in common?!? A whole lot! Let your guests find out just how much candy bars and pregnancy have in common as they race to match the pregnancy word with the candy name. Includes things like Contractions (Whoppers) and Hospital Bill (Pay Day). Note: Some answers may not be appropriate for church-related showers. Start printing as soon as you order!<br>Price: $6.99</td></tr></table></div><div id="sas24tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160452&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.bridalshowergamesatoz.com/images/preview/bridalbingo_thumbLG.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160452&afftrack=' + sas24tabafftrackvalue + '&w=24">Bridal Bingo Card Generator</a><br>We\'ve taken the Classic Game of Bingo and pre-filled the Bingo card with Wedding items. And with our Game Card Generator, you get a different Bridal Bingo Card for each guest - even if you have 200 guests! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160482&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.bridalshowergamesatoz.com/images/goodwife_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160482&afftrack=' + sas24tabafftrackvalue + '&w=24">How To Be A Good Wife Quiz</a><br>A humorous look into the 1950\'s woman who was taught in high school, "How To Be A Good Wife". Read this 1950\'s textbook excerpt for a ton of laughter - then hand out a short quiz to see who was laughing, and who was paying attention! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160467&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.bridalshowergamesatoz.com/images/finishbridesphrase_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160467&afftrack=' + sas24tabafftrackvalue + '&w=24">Finish The Bride\'s Phrase</a><br>Guests compete to find out who is the best mind-reader as they try to finish the Bride\'s phrase! You\'ll get lots of laughs as guests try to out-wit and out-guess the Bride when she\'s given a phrase such as “White _______” Was it White Wedding, White Dress, White Doves? Anything goes in this bridal mind-reading game! Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456642511&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.bridalshowergamesatoz.com/images/whywe_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456642511&afftrack=' + sas24tabafftrackvalue + '&w=24">Why do we do That</a><br>Wondering why it\'s tradition for the Groom to throw the garter? It\'s to distract the guests so they keep their hands off the Bride, of course! This game will have your guests in stitches as they race to be the first to complete matching wedding customs to the bizarre superstitions and folktales that started it all! Answer key included. Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160496&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.bridalshowergamesatoz.com/images/Thingsinyourpursethumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456160496&afftrack=' + sas24tabafftrackvalue + '&w=24">Things In Bride\'s Purse</a><br>Do you know who brought the biggest purse? She could be the big winner! Use this fun checklist to see who has the most - and the most unusual - items in her purse! Start printing as soon as you order!<br>Price: $6.99</td></tr></table></div><div id="sas24tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454697722&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.christmasgamesatoz.com/images/charades_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454697722&afftrack=' + sas24tabafftrackvalue + '&w=24">Christmas Charades & Pictionary</a><br>Keep an entire group of adults and kids entertained for hours! Team up, or challenge the men against the women in this fun game of charades where all words are Christmas related -and even include Christmas songs and Christmas movies! 80 cards included. Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456275941&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.eastergamesatoz.com/images/trivia-b_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456275941&afftrack=' + sas24tabafftrackvalue + '&w=24">Easter Bible Trivia</a><br>Challenging and fun for all ages! Players need to be familiar with the Easter Story from the Bible to be able to compete in this game. Who gets to boast that they know the most? Find out when you play! Answer key included. Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=455955553&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.valentinesgamesatoz.com/images/bingo_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=455955553&afftrack=' + sas24tabafftrackvalue + '&w=24">Valentine Bingo</a><br>This is your classic Bingo game pre-filled with Valentine items. With our Game Card Generator, you get a different Valentine Bingo Card for each player- even if you have 200 players!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=458559769&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.valentinesgamesatoz.com/images/sp-lefty_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=458559769&afftrack=' + sas24tabafftrackvalue + '&w=24">Lefty\'s Right Leprechaun</a><br>This crazy gift passing game will have everyone scrambling as they listen for you to say right or left while you read about Little Lefty Wright discovering a book that tells you which Leprechaun will lead you to a pot of gold. The guests who end with the gifts get to keep them - and this makes for 100% participation and 100% fun!  You\'ll need several gifts for this game, but it\'s more than worth it! Start printing as soon as you order! <br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454697750&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.halloweengamesatoz.com/images/picturepuzzle_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=454697750&afftrack=' + sas24tabafftrackvalue + '&w=24">Halloween Picture Puzzle</a><br>Picture puzzles are hard enough, but can you master the game when you\'re looking for compound words? Find out who can add two separate words to make one - using only pictures as clues! Start printing as soon as you order!<br>Price: $6.99</td></tr></table></div><div id="sas24tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=461236112&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.birthdaygamesatoz.com/images/whoknows-o_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=461236112&afftrack=' + sas24tabafftrackvalue + '&w=24">It\'s All About the Birthday Star</a><br>Our most popular game is now updated for the over 20 crowd! Think you know the Birthday Girl or Birthday Boy the best? You might be surprised! Have guests fill in this questionnaire about the party star and find out who really knows them the best!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456889539&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.birthdaygamesatoz.com/images/othbingo_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456889539&afftrack=' + sas24tabafftrackvalue + '&w=24">Over The Hill Bingo</a><br>This Bingo game is pre-filled with all those hysterical reminders of getting older, like trifocals and dentures. With our Game Card Generator, you get a different Over the Hill Bingo Card for each player- even if you have 200 players! Customizable with the Guest of Honor\'s name. Call card included. Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456903826&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.birthdaygamesatoz.com/images/whoknows_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456903826&afftrack=' + sas24tabafftrackvalue + '&w=24">Who Knows The Birthday Star?</a><br>Think you know the Birthday Star the best?  You might be surprised!  Another great game the "Tweens" will enjoy as they try to fill out the questionnaire according to how well they know the Birthday Girl or Birthday Boy.  Start printing as soon as you order! Customize It! Type in the Birthday Girl or Birthday Boy\'s name and the game is automatically created for you!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456889547&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.birthdaygamesatoz.com/images/quotes_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456889547&afftrack=' + sas24tabafftrackvalue + '&w=24">You\'re Getting Older When...</a><br>Let the laughter begin as players compete to finish these famous quotes about getting older! Will players be able to fill in the right word to complete this quote: "When I was a boy the Dead Sea was only __?" This very challenging game will have them rolling on the floor laughing as they race to finish first. Two versions included. Answer keys included. Start printing as soon as you order!<br>Price: $6.99</td></tr><tr><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456889531&afftrack=' + sas24tabafftrackvalue + '&w=24"><img src="http://www.birthdaygamesatoz.com/images/picbingo_thumb.gif" border="0"></a></td><td class="sas24contentboxfont"><a class="sas24tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas24tabidvalue + '&productID=456889531&afftrack=' + sas24tabafftrackvalue + '&w=24">Birthday Picture Bingo</a><br>A bingo for all ages to enjoy, even the youngest players. All squares have pictures so even the younger players can be a part of the fun. Call Card with pictures included. Start printing as soon as you order!<br>Price: $6.99</td></tr></table></div><div id="sas24tab5content"><style type="text/css">');
document.write('<!--');
document.write('.style1 {');
document.write('	font-family: Arial, Helvetica, sans-serif;');
document.write('	font-size: 12px;');
document.write('}');
document.write('-->');
document.write('</style>');
document.write('<table width="550" border="0" cellspacing="0" cellpadding="5">');
document.write('  <tr>');
document.write('    <td width="109" align="center" valign="middle"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=454605398" target="_blank"><img src="http://www.babyshowergamesatoz.com/images/allgames_thumb.gif" width="111" height="171" border="0" /></a></td>');
document.write('    <td width="421" valign="top"><p align="justify" class="style1"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=454605398" target="_blank">The Deluxe Baby Party Games Collection</a></p>');
document.write('      <ul>');
document.write('        ');
document.write('        <li class="style1">Over 75 Printable Baby Shower Games </li>');
document.write('        <li class="style1">Printable Invitation Creator &amp; Thank You Card Creator </li>');
document.write('        <li class="style1">Theme Party Planners&trade; </li>');
document.write('        <li class="style1">Over 30 Baby Shower Themes </li>');
document.write('        <li class="style1">Over 100 Easy Shower Recipes </li>');
document.write('      </ul>');
document.write('      <p class="style1">Price: <s>$25.95</s><br />');
document.write('        Sale Price: <a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=454605398" target="_blank">$19.95</a></p>');
document.write('      <p align="justify" class="style1">&nbsp; </p></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td align="center" valign="middle"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=456160449" target="_blank"><img src="http://www.bridalshowergamesatoz.com/images/allgames_thumb.gif" width="111" height="171" border="0" /></a></td>');
document.write('    <td valign="top" class="style1"><p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=456160449" target="_blank">The Deluxe Bridal Party Games Collection</a></p>');
document.write('    <p>Our entire collection of 75 printable games is included in this collection! Includes both Bridal Shower and Bachelorette Games. Print as many  copies of as many games as you want. Start printing as soon as you  order.</p>');
document.write('    <p>Price: <s>$24.95</s><br />');
document.write('      Sale Price: <a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=456160449" target="_blank">$19.95</a></p></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td align="center" valign="middle"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=455434461" target="_blank"><img src="http://www.christmasgamesatoz.com/images/allseasons_thumb.gif" width="111" height="171" border="0" /></a></td>');
document.write('    <td valign="top"><p class="style1"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=455434461" target="_blank">All Seasons Printables - The Complete Holiday Games Collection</a></p>');
document.write('    <p class="style1">Over 175 Games &amp; Activities! Make the fun last all year round  - all the seasons shown are included!   							 Print as many copies of as many games as you want...or  							 print all of them! 1 year membership. Start printing as soon as you order! </p>');
document.write('    <p class="style1">Price: <s>$74.95</s><br />');
document.write('    Sale Price: <a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=455434461" target="_blank">$39.95</a></p></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('  <td align="center" valign="middle"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=456889540" target="_blank"><img src="http://www.birthdaygamesatoz.com/images/allgames_thumb.gif" width="111" height="171" border="0" /></a></td>');
document.write('    <td valign="top"><p class="style1"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=456889540" target="_blank">The Deluxe Birthday Party Games Collection</a></p>');
document.write('    <p class="style1">Our entire collection of 44 printable games is included in this collection! Includes all our fabulously illustrated Birthday and Over-The-Hill games, plus the Personalize It! games. As many printouts of as many games as you want. Start printing as soon as you order</p>');
document.write('    <p class="style1">Price: <s>$25.95</s><br />');
document.write('    Sale Price: <a href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&amp;userID=' + sas24tabidvalue + '&amp;productID=456889540" target="_blank">$19.95</a></p></td>');
document.write('  </tr>');
document.write('  ');
document.write('</table>');
document.write('');
document.write('</div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas24mytabs = new Array()
sas24mytabs[0] = "1"
sas24mytabs[1] = "2"
sas24mytabs[2] = "3"
sas24mytabs[3] = "4"
sas24mytabs[4] = "5"

sas24switchtabs(1);

