zoOmer,
<!DOCTYPE HTML>
<html>
<head>
<link rel="icon" href="favicon.ico">
<title>Tinycon</title>
<script src="../tinycon.js"></script>
<script>
Tinycon.setOptions({
width: 7,
height: 12,
font: '10px arial',
colour: '#ffffff',
background: '#549A2F',
fallback: true
});
var b = 0;
function str_plus(a) {
a ? (++b) : (b = 0);
Tinycon.setBubble(b)
};
</script>
</head>
<body>
</body>
</html>