function imWidget(username, wallID, width, height, custom)
{
	if(custom == "fullscreen"){
		width = "100%";
		height = "100%";
	}
	document.write('<iframe frameborder="0" allowtransparency="yes" src="http://www.imashino.com/im/widget.php?wall='+username+'&sc='+wallID+'" width="'+width+'" height="'+height+'" scrolling="no"></iframe>');
}