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

function hent_billede2()
{  
  $('#load_mixmatch').load("/include/load_mixmatch.php");
}
setInterval( function()
{ hent_billede2() }, 4000);

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