function func_time(){

setTimeout("redirect()", 10000);

}
function redirect(){
top.location="http://www.vmsphotos.com/index2.php";
}
