﻿<!--
var title=new Array()
title[0]="Madre del USMC - camisetas y regalos"
title[1]="Deployment Survivor - Operation Iraqi Freedom T-shirts and Gifts"
title[2]="Army Wife - I put the <i><b>ooh</b></i> in Hooah T-shirts and Gifts"
var ran_pic=new Array()
ran_pic[0]="<a href='http://www.cafepress.com/usmcgfs/1661884'><img src='http://logo.cafepress.com/2/483431.1903362.jpg'"
ran_pic[1]="<a href='http://www.cafepress.com/usmcgfs/1661884'><img src='http://logo.cafepress.com/4/483431.1661884.jpg'"
ran_pic[2]="<a href='http://www.cafepress.com/usmcgfs/1832135'><img src='http://logo.cafepress.com/5/483431.1832135.jpg'"
var story=new Array()
story[0]="<a href='http://www.cafepress.com/usmcgfs/1661884'>More Madre del USMC >" 
story[1]="<a href='http://www.cafepress.com/usmcgfs/1661884'>More Deployment Survivor >"
story[2]="<a href='http://www.cafepress.com/usmcgfs/1832135'>More Army Wife Items >"
var ran_num=Math.floor(Math.random()*3)
 
if (ran_num==0)
{
	document.write(
	'<table width="349" border="0" cellspacing="0" cellpadding="0" height="167">'+
	'<tr><td align="center" valign="middle" width="167" id="featimg" rowspan="2">'+
	''+ran_pic[ran_num]+' border="0"></td><td align="left" valign="top" width="182" height="133" id="story">'+
	'<br/><br/>'+title[ran_num]+'</td></tr><tr><td height="34" id="ttl">'+story[ran_num]+'</td></tr></table>'
	)
}
if (ran_num==1)
{
	document.write(
	'<table width="349" border="0" cellspacing="0" cellpadding="0" height="167">'+
	'<tr><td align="center" valign="middle" width="167" id="featimg" rowspan="2">'+
	''+ran_pic[ran_num]+' border="0"></td><td align="left" valign="top" width="182" height="133" id="story">'+
	'<br/><br/>'+title[ran_num]+'</td></tr><tr><td height="34" id="ttl">'+story[ran_num]+'</td></tr></table>'
	)
}
if (ran_num==2)
{
	document.write(
	'<table width="349" border="0" cellspacing="0" cellpadding="0" height="167">'+
	'<tr><td align="center" valign="middle" width="167" id="featimg" rowspan="2">'+
	''+ran_pic[ran_num]+' border="0"></td><td align="left" valign="top" width="182" height="133" id="story">'+
	'<br/><br/>'+title[ran_num]+'</td></tr><tr><td height="34" id="ttl">'+story[ran_num]+'</td></tr></table>'
	)
}
//--!> 