
Lifetype=function()
{}
Lifetype.prototypeCompatibabilityCheck=function(str)
{if(str=='_each'||str=='_reverse'||str=='all'||str=='any'||str=='clear'||str=='collect'||str=='compact'||str=='detect'||str=='each'||str=='entries'||str=='extend'||str=='find'||str=='findAll'||str=='first'||str=='flatten'||str=='grep'||str=='include'||str=='indices'||str=='indexOf'||str=='inject'||str=='inspect'||str=='invoke'||str=='last'||str=='map'||str=='max'||str=='member'||str=='min'||str=='partition'||str=='pluck'||str=='reject'||str=='remove'||str=='removeItem'||str=='select'||str=='shift'||str=='sortBy'||str=='toArray'||str=='without'||str=='zip')
return true;else
return false;}
Lifetype.getBaseURL=function()
{documentBasePath=document.location.href;if(documentBasePath.indexOf('?')!=-1)
documentBasePath=documentBasePath.substring(0,documentBasePath.indexOf('?'));documentBasePath=documentBasePath.substring(0,documentBasePath.lastIndexOf('/'));return(documentBasePath);}
Lifetype.UI=function()
{}