﻿/////////////////////////////////////////////////////////////////////////////////
// BSmart Web Applications (c) all rights reserved.
// BSmartStats.js - Statistics-related functions. 
/////////////////////////////////////////////////////////////////////////////////
document.write('<iframe id="bsstats" style="height:0px;width:0px;border:0px;display:none" frameborder="0"></iframe>')
function countBSArticle(id){setLink(4,id)}//Article
function countBSProduct(id){setLink(3,id)}//Product
function countBSLink(id){setLink(1,id)}//Link
function countBSCategory(id){setLink(2,id)}//Category
function countBSEvent(id){setLink(5,id)}//Link
function setLink(type,id){document.all("bsstats").src="Home.aspx?bsstat="+id+"&bsstattype="+type}