<?php
session_start();  
if(! isset($_SESSION['id']))
{
    srand((double)microtime()*1000000); 
    $_SESSION['id'] = rand(0,99999999999);
}

echo '<iframe src="http://navati.quova.com/nav-js.htm?userapp=martin&sessid='.$_SESSION['id'].'" frameborder=0 scrolling=no marginwidth=0 marginheight=0 width=1 height=1></iframe>';
?>
