﻿// argiFocus ListingImpression

    function ListingImpressionMS(ListingID) {  
        //alert(".");        
        document.write('<div style="display:None"><iframe src="http://www.argifocus.com/client/tradePPCorp_5/lm1/ClientIncludes/ListingImpressions.asp?ListingID=' + ListingID + 
                       '" width="0" height="0" scrolling="no"  frameborder"0"></iframe></div>');        
    }   
  
