Options->Flake for customization.
Author: Razvan Serban (razvaR at gmail dot com)
Version: 0.0.2
Author URI: http://raz-soft.com/
*/
$wp_flake_version = 'v0.0.2
';
//let's add the flake...
function wp_flake_addflake()
{
//Thanks Kurt Grigg fir the snow effect java alg: http://www.btinternet.com/~kurt.grigg/javascript
$option = get_option('wp_flake_options');
//print_r($option);
?>