Nothing
      "getAniK" <- function (k, dataset, ani, anipar)
{
	if(ani$angle[dataset] != "MA") {
	    for(i in 1:length(k)) {
	        if(ani$anifunc[i] == "exp") 
			k[i] <- k[i] + anipar[ ani$parperm[[i]][2] ]
		if(ani$anifunc[i] == "expvar") 
		        k[i] <- k[i] + anipar[ ani$parperm[[i]][3] ]
			
	    }
	}
	k 
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.