jQuery(function($){ setTimeout(function(){ var src=$('.hide_suggested iframe').attr("src"); var new_src=src+"&rel=0" $('.hide_suggested iframe').attr("src",new_src); },600); });