﻿<!--
var title=new Array()
title[0]="3D Baphomet"
title[1]="Cthulhu"
title[2]="Necrophiles Anonymous"
var ran_pic=new Array()
ran_pic[0]="<a href='http://www.cafepress.com/infidelconcepts/4192401'><img src='http://images.cafepress.com/image/24004452_125x125.jpg?1697016231' border='0'"
ran_pic[1]="<a href='http://www.cafepress.com/infidelconcepts/4192394'><img src='http://images.cafepress.com/image/24004454_125x125.jpg?1697016231' border='0'"
ran_pic[2]="<a href='http://www.cafepress.com/infidelconcepts/4192370'><img src='http://images.cafepress.com/image/24004490_125x125.jpg?1697016231' border='0'"
var story=new Array()
story[0]="<a href='http://www.cafepress.com/infidelconcepts/4192401'>See All 3D Baphomet T-shirts >" 
story[1]="<a href='http://www.cafepress.com/infidelconcepts/4192394'>See All Cthulhu T-shirts >"
story[2]="<a href='http://www.cafepress.com/infidelconcepts/4192370'>See All Necrophiles Anonymous T-shirts >"
var ran_num=Math.floor(Math.random()*3)
 
if (ran_num==0)
{
	document.write(
	'<table width="230" border="0" cellspacing="0" cellpadding="0" height="185" align="center">'+
	'<tr><td align="center" valign="middle" width="125">'+ran_pic[ran_num]+'</td><td class="ttl" valign="bottom">'+
	'<h2>'+title[ran_num]+'</h2>'+story[ran_num]+'</td></tr></table>'
	)
}
if (ran_num==1)
{
	document.write(
		'<table width="230" border="0" cellspacing="0" cellpadding="0" height="185" align="center">'+
	'<tr><td align="center" valign="middle" width="125">'+ran_pic[ran_num]+'</td><td class="ttl" valign="bottom">'+
	'<h2>'+title[ran_num]+'</h2>'+story[ran_num]+'</td></tr></table>'
	)
}
if (ran_num==2)
{
	document.write(
		'<table width="230" border="0" cellspacing="0" cellpadding="0" height="185" align="center">'+
	'<tr><td align="center" valign="middle" width="125">'+ran_pic[ran_num]+'</td><td class="ttl" valign="bottom">'+
	'<h2>'+title[ran_num]+'</h2>'+story[ran_num]+'</td></tr></table>'
	)
}
//--!> 