
document.write("<center><TABLE BORDER=1><TR><TD bgcolor='#000000'><CENTER><img src='http://www.vegasphotoware.com/logo.jpg'></CENTER></TD></TR><TR><TD>");
document.write("<center><h3>Custom T-Shirts</h3><BR>Please select the type of print you want.");
document.write("<BR><BR>");
document.write("<table width=80%>");
document.write("<tr>");
document.write("<td><a href=\"http://www.vegasphotoware.com/redirect.php?url=screen-printing.php\"><img src=\"http://www.vegasphotoware.com/images/screenprint.jpg\" onmouseout=\"this.src='http://www.vegasphotoware.com/images/screenprint.jpg';\" onmouseover=\"this.src='http://www.vegasphotoware.com/images/screenprintover.jpg';\" border=0></a></td>");
document.write("<td><a href=\"http://www.vegasphotoware.com/redirect.php?url=shirts.php\"><img src=\"http://www.vegasphotoware.com/images/photoprint.jpg\" onmouseout=\"this.src='http://www.vegasphotoware.com/images/photoprint.jpg';\" onmouseover=\"this.src='http://www.vegasphotoware.com/images/photoprintover.jpg';\" border=0></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><center>1-7 Color Printing<BR>");
document.write("No Minimum Quantity<BR>");
document.write("1 to 7 Colors Same price<BR>");
document.write("Direct Garment Print<BR>");
document.write("NO SETUP/EXTRA FEES!");
document.write("</center></td>");
document.write("<td><center>Full Color Printing<BR>");
document.write("No Minimum Quantity<BR>");
document.write("Free Shipping<BR>");
document.write("Direct Garment Print<BR>");
document.write("NO SETUP/EXTRA FEES!<BR>");
document.write("</center></td>");
document.write("</tr>");
document.write("<tr><td colspan=2 ><p>We offer direct to garment printing at low cost.  Direct To Garment technology allows us to do single shirt jobs with no setup or hidden fees.  We are the perfect choice for low to medium quantity jobs.</p></td></tr>");

document.write("</table> </center></td></tr></table></center>");
function toggleFlag() {
	var date = new Date();
	var id = 29444777;
	if (hasFlagged()) {
		removeCookie(FLAG_COOKIE_NAME);
		servletTarget.src = FLAG_BLOG_URL + '&d=' + date.getTime();
		document.images['flag'].src = FLAG_IMAGE_URL;
		ncHasFlagged = false;
	} else { 
		setBlogspotCookie(FLAG_COOKIE_NAME, 'true');
		servletTarget.src = FLAG_BLOG_URL + '&d=' + date.getTime();
		document.images['flag'].src = UNFLAG_IMAGE_URL;
		ncHasFlagged = true;
	}
 

}

