
if(window.backlinker_width>0 && window.backlinker_height>0)
{
	document.write('<iframe' +' scrolling=no height=',window.backlinker_height,' width=',window.backlinker_width,' frameborder=0');

}
else
{
	if(window.backlinker_style == "vertical")
	{
		document.write('<iframe' +' scrolling=no height=500 width=120 frameborder=0');
	}
	else
	{
		document.write('<iframe' +' scrolling=no height=120 width=500 frameborder=0');
	}
}
document.write(" src=\"http://backlinker.downsizer.net/getbacklinks.php?java=1;type=");
document.write(window.backlinker_type);
document.write("&style=");
document.write(window.backlinker_style);
document.write("&count=");
document.write(window.backlinker_count);
document.write("&domain=");
document.write(backlinker_domain);
document.write("&type=");
document.write(backlinker_type);
document.write('"></iframe>');
