/********************************************************************************
* dodeley newsletter system                                                     *
* Copyright 2008 - 2011 indual GmbH (www.indual.ch)                             *
********************************************************************************/

function isset(variable) {
    return (typeof(variable) != 'undefined');
}


