s=s_gi(s_account);

s.channel="General";
s.prop6="General";
s.pageName=location.href;

var Today= new Date();
s.prop1=Today.getHours();
s.prop2=location.hostname;
s.prop8=s_account;

var Path = location.pathname;
var FileName=Path.substring( Path.lastIndexOf("\/")+1 );

if( Path == "/" || Path == "/index.html" ){ s.prop6="Home"; }
else if( Path.search( /issues/i ) > 0 ){ s.prop6="Issue"; }
else if( FileName == "archives.html" ){ s.prop6="Archive"; }
////////////////////////////////////////////////////////////////

s.trackingServer="metrics.quickmanufacturingnews.com";
s.trackingServerSecure="metrics.quickmanufacturingnews.com"; // There is no smetrics, so just use metrics

/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code);
 
