var _cityAdTimer = null; function loadCityAds(city_id, user_id, pg) { var post_data = "user_id="+user_id; post_data += "&city_id="+city_id; post_data += "&pg="+pg; $.ajax({ type: "POST", url: "/assets/ajax/cityad_loadlist.php", async: true, data: post_data, success: function(xml){ var response_html = ""; var my_id = 0; response_html += '
| '+$(this).find('title').text()+' | '; if (my_id != 0 && my_id == $(this).find('user_id').text()) { response_html += 'edit delete | '; } else { response_html += ''; } response_html += ' |
| \
'+$(this).find('content').text()+' \
| \
||
| \
\
\
\
Please wait while your ad is being saved... \
| \
||