var Counter;
//----------------------------//
// Change here the counter number
Counter=347;
//----------------------------//
document.write(Counter);