Laser Range Finders and GPS's

All the equipment on this page is suitable for sniping and sharpshooting, and should hold up well in the field. If you have additional makes and models you would like to see listed feel free to email me. Also, some of the items are available for purchase through an affiliate program with Cheaper Than Dirt. Let me know if you have any problems.


Query("SELECT item_id, make, model, feature1, feature2, price, sku FROM misc_items WHERE catagory = 'LASER' ORDER BY make, model"); for ($ii = 0; $ii < $iCnt; $ii++) { $rgResult = $DBCONN->GetNextRow(); echo(""); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo(""); } ?>
Laser Range Finders
Make Model Magnification Effective Range Price Purchase
" . $rgResult[1] . "" . $rgResult[2] . "" . $rgResult[3] . "" . $rgResult[4] . "$" . $rgResult[5] . ""); if ($rgResult[6] != null) echo("[buy]"); else echo(" "); echo("
Prices are manufacturers suggested retail price, not actual selling price.

Query("SELECT item_id, make, model, feature1, feature2, feature3, feature4, price, sku FROM misc_items WHERE catagory = 'GPS' ORDER BY make, model"); for ($ii = 0; $ii < $iCnt; $ii++) { $rgResult = $DBCONN->GetNextRow(); echo(""); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo(""); } ?>
Global Positioning Systems
Make Model Size Weight Screen Size Num of Satellites Price Purchase
" . $rgResult[1] . "" . $rgResult[2] . "" . $rgResult[3] . "" . $rgResult[4] . "" . $rgResult[5] . "" . $rgResult[6] . "$" . $rgResult[7] . ""); if ($rgResult[8] != null) echo("[buy]"); else echo(" "); echo("
Prices are manufacturers suggested retail price, not actual selling price.

Return to Main