if(typeof jQuery == 'undefined') {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
document.getElementsByTagName('head')[0].appendChild(script);
script.addEventListener('load', function(){
jQuery(document).ready(function() {
jQuery('#profiles_79').html('');
});
}, false);
} else
{
jQuery('#profiles_79').html('');
}