<script type="text/javascript">
		function printContent(id){ 
			str=document.getElementById(id).innerHTML
			var newwin=window.open('','printwin','left=100,top=100,width=400,height=400')
			newwin.document.write('<HTML>\n<HEAD>\n')
			newwin.document.write('<TITLE>HomeEscapes Coupon</TITLE>\n')
			newwin.document.write('<script>\n')
			newwin.document.write('function chkstate(){\n')
			newwin.document.write('if(document.readyState=="complete"){\n')
			newwin.document.write('window.close()\n')
			newwin.document.write('}\n')
			newwin.document.write('else{\n')
			newwin.document.write('setTimeout("chkstate()",2000)\n')
			newwin.document.write('}\n')
			newwin.document.write('}\n')
			newwin.document.write('function print_win(){\n')
			newwin.document.write('window.print();\n')
			newwin.document.write('chkstate();\n')
			newwin.document.write('}\n')
			newwin.document.write('<\/script>\n')

			//google anyltics stuff
			newwin.document.write("<script type='text/javascript'>\n")
			newwin.document.write("var _gaq = _gaq || [];\n")
			newwin.document.write("_gaq.push(['_setAccount', 'UA-17438524-1']);\n")
			newwin.document.write("_gaq.push(['_trackPageview']);\n")
			newwin.document.write("(function() {\n")
			newwin.document.write("var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n")
			newwin.document.write("ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n")
			newwin.document.write("var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n")
			newwin.document.write("})();\n");
			newwin.document.write('<\/script>\n')
			//end google analytics

			newwin.document.write('</HEAD>\n')
			newwin.document.write('<BODY onload="print_win()">\n')
			newwin.document.write('<img src="/images/logo.gif">\n')
			
			newwin.document.write('<br><br>\n')
			 
			newwin.document.write('<img src="/images/fallpromotion2.png">\n')
			str=str.replace("Plus, With","So, with") 
			str=str.replace("Purchase a","Plus, purchase a")  
			newwin.document.write('<table style="font:normal 12px Verdana, Arial, Helvetica, sans-serif;width:835px;" rules=all border=1><tr><td width=50%>' + str + '</td><td style="font-size:13px;color:gray;" width=50% align="center"><img src="/images/logo.gif"><br /><br />11411 Sunset Hills Road<br>Reston, Virginia 20190<br>(703) 467-1700</td></tr></table>')

			//newwin.document.write('<hr>' + str)

			//newwin.document.write('<br><img src="/images/logo.gif">\n')
			//newwin.document.write('<br><br>11411 Sunset Hills Road<br>Reston, Virginia 20190<br>(703) 906-3150\n')
			
			newwin.document.write('</BODY>\n')
			newwin.document.write('</HTML>\n')
			newwin.document.close()
		}
</script></HTML>\n')
			newwin.document.close()
		}
</script>
