/*****************~ Start of 'blog' product ~*****************/
function refreshimage(id) {
	document.getElementById(id).src = document.getElementById(id).src + '?' + Math.random();
}
function refreshPlayer() {
	AudioPlayer.embed('audiocaptcha', {soundFile: './captcha.ashx?audio=yes'});
}
/*****************~ End of 'blog' product ~*****************/


