View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

dice

Home   How To   Code Pool   Public Library   Theory   Events
(
var x;
x = "";
(9856..9861).scramble.do { |e|
	x = x ++ "\n";
	x = x ++ "<span style=\"font-size:" ++ exprand(80, 20).round.asInteger; 
	x = x ++ "px; margin-left:" ++ rrand(440, 30) ++ "px;";
	x = x ++ "\">";
	x = x ++ "&#" ++ e ++ ";";
	x = x ++ "</span>"
};
x
)


Link to this Page