(function(){
	
	var referrer = window.location.href;
	
	if(typeof vremeto_width  == 'number')
		var cWidth = vremeto_width-12;
	else
		var cWidth = 318;
	
	if(typeof vremeto_height  == 'number')
		var cHeight = vremeto_height;
	else
		var cHeight = 140;
  
	document.write("<div id='vremeto_iframe' style='width:" + cWidth + "px;height:" + cHeight + "px;padding:5px;float:left;" + (typeof vremeto_bgcolor  =='string'? ("background:#"  + vremeto_bgcolor+";")  :'') + (typeof vremeto_bordercolor  =='string'? ("border:solid 1px #"+vremeto_bordercolor+";") : ("border:solid 1px #FFFFFF;")) + (typeof vremeto_roundedcorners == 'number' && vremeto_roundedcorners == 1 ? ("-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;")  :'')+ "'><iframe src='http://vremeto.6am.bg/widget.php?referrer="
	+ referrer
	+ "&amp;hash="  + new Date().getTime()
	+ (typeof vremeto_bgcolor  =='string'? ("&amp;bgcolor="  + vremeto_bgcolor)  :'')
	+ (typeof vremeto_headingcolor  =='string'? ("&amp;headingcolor="  + vremeto_headingcolor)  :'')
	+ (typeof vremeto_fontcolor  =='string'? ("&amp;fontcolor="  + vremeto_fontcolor)  :'')
	+ (typeof vremeto_fontfamily  =='string'? ("&amp;fontfamily="  + vremeto_fontfamily)  :'')
	+ (typeof vremeto_roundedcorners  =='number'? ("&amp;roundedcorners="  + vremeto_roundedcorners)  :'')
	+ "' height='"
	+ cHeight
	+ "' width='"
	+ cWidth
	+ "' frameborder='0' scrolling='no'></iframe></div>");
})()
