
function sas270switchtabs(tabid) {

for (i=0;i<sas270mytabs.length;i++)
{
	if (sas270mytabs[i] == tabid) {
		document.getElementById('sas270tab'+sas270mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas270tabcell'+sas270mytabs[i]).style.backgroundColor = '#feda10';
		document.getElementById('sas270tabcell'+sas270mytabs[i]).className = 'sas270tabheaderon';
		document.getElementById('sas270tabbottom'+sas270mytabs[i]).style.backgroundColor = '#feda10';
		document.getElementById('sas270tabtop'+sas270mytabs[i]).style.backgroundColor = '#3f8cc2';
		document.getElementById('sas270tablink'+sas270mytabs[i]).className = 'sas270tablinkon';
	}
	else {
		document.getElementById('sas270tab'+sas270mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas270tabcell'+sas270mytabs[i]).style.backgroundColor = '#3f8cc2';
		document.getElementById('sas270tabbottom'+sas270mytabs[i]).style.backgroundColor = '#3f8cc2';
		document.getElementById('sas270tabtop'+sas270mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas270tablink'+sas270mytabs[i]).className = 'sas270tablink';
		document.getElementById('sas270tabcell'+sas270mytabs[i]).className = 'sas270tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas270tablink: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.sas270tablink: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.sas270tablink: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.sas270tablink: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.sas270tablinkon:link');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas270tablinkon:visited');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas270tablinkon:active');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas270tablinkon:hover');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 11px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas270tabheaderon');
document.write('{');
document.write('	background-color: #3f8cc2;');
document.write('	border-left: 2px solid #3f8cc2;');
document.write('	border-right: 2px solid #3f8cc2;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas270tabheaderoff');
document.write('{');
document.write('	background-color: #3f8cc2;');
document.write('	border-left: 2px solid #3f8cc2;');
document.write('	border-right: 2px solid #3f8cc2;');
document.write('	border-top: 2px solid #3f8cc2;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas270tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas270tabbottom');
document.write('{');
document.write('	background-color: #3f8cc2;');
document.write('	border-right: 2px solid #3f8cc2;');
document.write('	border-left: 2px solid #3f8cc2;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas270tabbottomspacer');
document.write('{');
document.write('	background-color: #3f8cc2;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas270tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas270tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas270contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #3f8cc2;');
document.write('	border-bottom: 2px solid #3f8cc2;');
document.write('	border-right: 2px solid #3f8cc2;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('');
document.write('.sas270contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('A.sas270tabcontentlink:link');
document.write('{');
document.write('	COLOR: #295d83;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas270tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas270tabcontentlink:active');
document.write('{');
document.write('	COLOR: #f0308e;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas270tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #295d83;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="475" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas270tabtop1" class="sas270tabtop"></td><td class="sas270tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabtop2" class="sas270tabtop"></td><td class="sas270tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabtop3" class="sas270tabtop"></td><td class="sas270tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabtop4" class="sas270tabtop"></td></tr><tr><td id="sas270tabcell1" class="sas270tabheaderon"><a href="#" onClick="sas270switchtabs(1); return false;" class="sas270tablink" id="sas270tablink1">Kids Birthdays</a></td><td class="sas270tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabcell2" class="sas270tabheaderoff"><a href="#" onClick="sas270switchtabs(2); return false;" class="sas270tablink" id="sas270tablink2">Teens Birthdays</a></td><td class="sas270tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabcell3" class="sas270tabheaderoff"><a href="#" onClick="sas270switchtabs(3); return false;" class="sas270tablink" id="sas270tablink3">Adult Birthdays</a></td><td class="sas270tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabcell4" class="sas270tabheaderoff"><a href="#" onClick="sas270switchtabs(4); return false;" class="sas270tablink" id="sas270tablink4">Over the Hill Birthdays</a></td></tr><tr><td id="sas270tabbottom1" class="sas270tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas270tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabbottom2" class="sas270tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas270tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabbottom3" class="sas270tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas270tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas270tabbottom4" class="sas270tabbottom"><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="sas270contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas270tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889542&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/pindonkey_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889542&afftrack=' + sas270tabafftrackvalue + '&w=270">Pin The Tail</a><br>The classic favorite Birthday Party game! Players try to pin the tail on the donkey - blindfolded! Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889543&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/whoam_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889543&afftrack=' + sas270tabafftrackvalue + '&w=270">Who Am I?</a><br>Little ones love guessing games and there\'s no better way to get the party started than a game of "Who Am I?" fun! Kids will enjoy mingling at the party and trying to figure out what animal is on their back. There are 20 different colorful animals for your players. Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903825&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/tictactoe_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903825&afftrack=' + sas270tabafftrackvalue + '&w=270">Happy Birthday Tic-Tac-Toe</a><br>Happy Birthday Tic-Tac-Toe is fun, easy, and perfect for younger children! Let them pair up and play as many times as they want, or challenge them to a playoff where winners play winners until only one is left standing! With reusable chips, just clear the board when you\'re done...and this game could last all day! Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889531&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/picbingo_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889531&afftrack=' + sas270tabafftrackvalue + '&w=270">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></td></tr></table></div><div id="sas270tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889527&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/bingo_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889527&afftrack=' + sas270tabafftrackvalue + '&w=270">Birthday Bingo Card Generator</a><br>This is your classic Bingo game pre-filled with Birthday items. With our Game Card Generator, you get a different Birthday Bingo Card for each player- even if you have 200 players! Call card included. Start printing as soon as you order! Customize It! Now you can customize Birthday Bingo with the birthday boy or girl\'s name and your own choice of items! Generator will scramble items for unique cards. Call card included. <br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903815&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/alliwant_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903815&afftrack=' + sas270tabafftrackvalue + '&w=270">All I Want For My Birthday</a><br>Let your party guests dream big! Players write down 1 or 2 items they REALLY want for their next Birthday…as if there was no limit! Then mix up the cards and let everyone try to guess whose wish is who\'s! Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903821&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/everything_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903821&afftrack=' + sas270tabafftrackvalue + '&w=270">Everything Birthday A to Z</a><br>See how creative everyone can be as players come up with words relating to Birthday - one for every letter of the alphabet. Always a big hit for teachers and parents alike. Suggested answers included. Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903826&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/whoknows_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456903826&afftrack=' + sas270tabafftrackvalue + '&w=270">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></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889536&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/lefty_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889536&afftrack=' + sas270tabafftrackvalue + '&w=270">Lefty\'s Forgotten Birthday</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\'s forgotten Birthday. You can even change the name to be your Guest of Honor! The players 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></td></tr></table></div><div id="sas270tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889537&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/meetubingo_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889537&afftrack=' + sas270tabafftrackvalue + '&w=270">Nice To Meet You Bingo</a><br>Here\'s a way to start the party off with lots of fun! Kids will enjoy mingling and getting to know each other as they try to find someone who fits a description and can initial the square - for five in a row, up down, or diagonal! You\'ll find things like: Find someone who likes Broccoli, Find someone who has been to Sea World, or Find someone who has won a trophy. Call Card included. Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889544&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/true_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889544&afftrack=' + sas270tabafftrackvalue + '&w=270">Which is True?</a><br>This hysterical icebreaker game is great for "Tweens" to get to know each other and have a lot f laughs as they do. They\'ll have a ball trying to figure out Who\'s Who and then figuring out which two statements are true and which one is a fib! Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889547&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/quotes_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889547&afftrack=' + sas270tabafftrackvalue + '&w=270">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></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=461236112&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/whoknows-o_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=461236112&afftrack=' + sas270tabafftrackvalue + '&w=270">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></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889528&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/charades_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456889528&afftrack=' + sas270tabafftrackvalue + '&w=270">Birthday Charades & Pictionary</a><br>Keep the entire group entertained for hours! Kids can play in teams or individually in this fun game of charades or pictionary with over 90 different cards. Start printing as soon as you order!<br></td></tr></table></div><div id="sas270tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981469&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/decoder_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981469&afftrack=' + sas270tabafftrackvalue + '&w=270">Over The Hill Decade Decoder</a><br>Here\'s the game that will have even the history buffs scrambling to be the first to finish! Who will know which decade \'Streaking\' was a fad, or when the board game \'Monopoly\' was introduced? Great game to play individually; but if you have mixed ages, break them up into teams and let the youngsters learn a little about the decades!  Answer key included. Start printing as soon as you order! <br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981468&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/golden_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981468&afftrack=' + sas270tabafftrackvalue + '&w=270">Over The Hill Golden Oldies</a><br>Players may just break into a little song as they compete in this game! The \'old timers\' and nostalgia buffs will probably remember the words to "It\'s My Party"… but will they remember who sang it?? Answer key included. Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981465&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/oldthing_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981465&afftrack=' + sas270tabafftrackvalue + '&w=270">Over The Hill It\'s An Old Thing!</a><br>Let the giggling and maybe even some really big belly laughs begin because the word for the party is - of course - OLD! Players will be scrambling to be the first to complete this game of matching \'old\' things - like \'Old Faithful\' - to the clues. Answer key included. Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981464&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/oth-finish_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981464&afftrack=' + sas270tabafftrackvalue + '&w=270">Over The Hill Finish My Phrase</a><br>Find out who is the best mind reader as players try to finish the Birthday Girl or Birthday Boy\'s phrase! You\'ll get lots of laughs as players try to match up a phrase such as "Senior _____." Was it "Senior Citizen", "Senior Discount," or maybe even "Senior Dating?" Suggested answers included. Start printing as soon as you order!<br></td></tr><tr><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981463&afftrack=' + sas270tabafftrackvalue + '&w=270"><img src="http://www.birthdaygamesatoz.com/images/matter_thumb.gif" border="0"></a></td><td class="sas270contentboxfont"><a class="sas270tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=3373&userID=' + sas270tabidvalue + '&productID=456981463&afftrack=' + sas270tabafftrackvalue + '&w=270">Over The Hill Just a Matter of Time</a><br>This very challenging game is for the intellectuals in the crowd who believe they can\'t be stumped! Watch them frantically race to be the first to decipher the clues to these song and movie titles. What song is "It\'s past the expected time" referring to anyway? Answer key included. Start printing as soon as you order!<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas270switchtabs(1);

