/*************************************************************************************
 © 2010 by Walerian "Cobra" Walawski - http://walerian.info/
 Feel free to use code below however you'd like, but please keep this comment intact.
*************************************************************************************/
// Initial value
moveItValue=parseFloat(1);

// Update
function moveIt(wth,ext)
{
	moveItValue=moveItValue+parseFloat(1);
	wth.style.margin=moveItValue+ext;
}

// StatCounter
var sc_project=5508990; 
var sc_invisible=1; 
var sc_partition=60; 
var sc_click_stat=1; 
var sc_security="cfa5b190"; 

/************************************************************************************/

