function hent_billede()
{  
  $('#load_products').load("include/load_products.php");
}
setInterval( function()
{ hent_billede() }, 5000);
