Yeah! I find the perfect solution (at the moment)$quotes = explode("\n",trim($GLOBALS[html]->template('base','quotes'))); # explode + trimreturn $quotes[array_rand($quotes)]; # array_rand() only