// JavaScript Document
if(ident==null||ident == ""){
	ident = "test";	
}

var word = '<iframe id="start_rater"';
word = word + ' width="' + widths + 'px"';
word = word + ' height="' + heights + 'px"';
word = word + ' src="' +rating_server_address + 'main-en.php?';
word = word + 'ident='+ident;
word = word + '&url='+url;
word = word + '&rating_bar_type='+rating_bar_type;
word = word + '&css_address='+css_address;
word = word + '&rating_server_address='+rating_server_address;
//word = word + '&flag='+flag;
word = word + '&rating_title='+rating_title;
word = word + '&rating_link='+rating_link;
word = word + '" style="display:0;" frameborder="0" scrolling="no"></iframe>';
document.write(word);
