function widgetFB(b,u) { // b=1 => boyut=330x280
if (b==1){
	document.write("<iframe marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" id=\"fbFrame\" name=\"fbFrame\" style=\"padding:0 0 0 0;margin:5px 0 5px 0; border:solid 1px #CCCCCC\" src=\"http://www.firsatabak.com/widget330x280.php?ref="+u+"\" width=\"330px\" height=\"285px\" allowTransparency=\"true\" frameborder=\"0\">");
	document.write("</iframe>");
	}
else if (b==2){
	document.write("<iframe marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" id=\"fbFrame\" name=\"fbFrame\" style=\"padding:0 0 0 0;margin:5px 0 5px 0; border:solid 1px #CCCCCC\" src=\"http://www.firsatabak.com/widget250x250.php?ref="+u+"\" width=\"250px\" height=\"255px\" allowTransparency=\"true\" frameborder=\"0\">");
	document.write("</iframe>");
	}
}