// embed

function embed(type) {

var w;
var h;
var wf;
var m;

if(type == 1) {
w=250;
h=210;
wf = w-18;
m = -3;
} else if(type == 2) {
w=400;
h=155;
wf = w-18;
m = -3;
} else if(type == 3) {
w=250;
h=195;
wf = w-18;
m = -3;
} else if(type == 4) {
w=220;
h=194;
wf = w-18;
m = -3;
} else {
w=250;
h=210;
wf = w-18;
type = 1;
m = -3;
}



document.write('<style>#news-footer-'+type+' a img{border:0;padding:0;margin:0;vertical-align:middle}#news-footer-'+type+' a{color:#FFFFFF;text-decoration:underline;}#news-footer-'+type+'{width:'+wf+'px;height:12px;padding:2px 0 4px 16px;background-color:black;margin-top:'+m+'px;border:1px solid #000000;text-align:right;font-size:10px;}</style>');

document.write('<iframe border="0" frameborder="0" style="border:0;width:'+w+'px;height:'+h+'px;" src="http://www.pokeritaliaweb.org/widget/test.php?type='+type+'"></iframe>');
document.write('<div id="news-footer-'+type+'"><a href="http://www.pokeritaliaweb.org" onclick="window.open(this.href);return false"><img alt="poker live e poker online" src="http://www.pokeritaliaweb.org/widget/piw-widget.png" /></a>. <a href="http://www.pokeritaliaweb.org/prodotti-poker/widget/poker-news-gratuite-per-il-tuo-sito.html" onclick="window.open(this.href);return false">Usale anche tu!</a></div>');


}

