<ensure variable="get.start" value="1000">
<ensure variable="get.count" value="1">
<if NOT ( isNumeric(get.start) AND isNumeric(get.count) )>
<p>
GET.start and GET.count must have numeric values..
</p>
<BREAK>
</if>
<var get.start = round(abs(get.start))>
<var get.count = round(abs(get.count))>
<if get.count GT 1000>
<p>
Cannot count more than 1,000.
</p>
<BREAK>
</if>
<pdf orientation="landscape">
<var _goog_chart_count = 0>
<loop from="#get.start#" to="#get.start+get.count-1#" index="x">
<div style="position:relative;">
<!--- bg --->
<div style="position:relative; z-index:1;">
<img src="http://#this_domain#/file:/image-df_qrprinter_two" style="height:100%;">
</div>
<!--- fg --->
<div style="position:absolute; left:164px; top:154px; z-index:2;">
<var _qr_href = "http://dishfish.com/s/#x#">
<var _pw = 180>
<a href="#_qr_href#"><img src="http://#_goog_chart_count#.chart.apis.google.com/chart?chs=#_pw#x#_pw#&cht=qr&chl=#urlEncodedFormat(_qr_href)#&chld=|0" border="0" width="#_pw#" height="#_pw#"></a>
</div>
<!--- fg2 --->
<div style="position:absolute; font-family:Andale Mono, Lucida Console, Courier New, Courier, Monospace; left:10px; bottom:4px; z-index:3;">
<b>#x#</b>
</div>
</div>
<var _goog_chart_count = _goog_chart_count + 1>
<if _goog_chart_count GT 9>
<var _goog_chart_count = 0>
</if>
</loop>
</pdf>