

var randomid = 'subb'+Math.floor(Math.random() * 999999);
document.write( "<span id=\"" + randomid+"\">laddar innehåll..</span>") ;

if( typeof(window.Subscription_BadgeJS_Loaded) == "undefined" )
{
	window.Subscription_BadgeJS_Loaded = true;
	window.Subscription_Badges = []; 
	
	var head= document.getElementsByTagName('head')[0];
	
	var script = document.createElement('script');
	script.type= 'text/javascript';
	script.src= '/subscription/badges.js';
	head.appendChild(script);
	
	var link = document.createElement('link');
	link.rel = 'stylesheet';
	link.type = 'text/css';
	link.href = '/subscription/badges.css';
	head.appendChild(link);
}

window.Subscription_Badges[ window.Subscription_Badges.length ] = { element:randomid, thread:"10697271", mode:"inline", user:'-1' };	


