<?php

$var = $_GET['productID'];

if($var == '64'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/shop/wideview-3dxi/");
}else if ($var == '61'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/shop/wiewview-3d/");
}

else if ($var == '60'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/shop/wideview-xle/");
}
else if ($var == '59'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/");
}    
else if ($var == '57'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/");
}
else if ($var == '56'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/itg-vidix/");
}
else if ($var == '55'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/wideview/");
}
else if ($var == '2'){
    header("HTTP/1.1 301 Moved Permanently"); 
    header("Location: http://itvgoggles.com/itg-hq3d-video-glasses/");
}

?>