var width = 200;
var height = 444;
if (version && version == 150) {
	width = 150;
}
else if(version && version == 180) {
	width = 180;
}
else if(version && version == 480) {
	width = 480;
}

if (width == 480) {
	height = 150;
}
else if (width == 150 || width == 180) {
	height = 375;
}
var html_to_write = '<div style="width:' + width + 'px;margin: 0 auto;"><iframe id="widget_shooters" scrolling="no" frameborder="0" height="' + height + '" marginheight="0" marginwidth="0" noresize="noresize" width="' + width + '" src="http://beta.shooters.pl/serwer-na-godziny?id=' + sh_pr_id + '&version=' + width + '"></iframe></div>';
document.write(html_to_write);
var iframe = document.getElementById('widget_shooters');
iframe.src = iframe.src;
