
function sf(txt)
{
 document.write(txt);
};

function rules_sms(){
	var iframe=document.createElement('iframe');
	iframe.src='/lottery_sms.doc';
	iframe.style.width="0px";
	iframe.style.height="0px";
	iframe.style.padding="0px";
	iframe.style.margin="0px";
	document.getElementsByTagName('body')[0].appendChild(iframe);
}

function rules_dengi(){
	var iframe=document.createElement('iframe');
	iframe.src='/lottery_dengi.doc';
	iframe.style.width="0px";
	iframe.style.height="0px";
	iframe.style.padding="0px";
	iframe.style.margin="0px";
	document.getElementsByTagName('body')[0].appendChild(iframe);
}
