/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.7.1 Patch Level 2
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2010 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
function  vB_AJAX_LoadAvatarOptionSuggest(value){var request = YAHOO.util.Connect.asyncRequest('POST', 'avataroption.php?do=loadavataroption&value='+value, callback);}var callback = 
{ success:handleSuccess, failure:handleFailure };