<?php
$aid = $_GET['aid'];
if($aid==1110){
	header("location:https://www.tmrjournals.com/notice.html?J_num=19&footer_id=29");
}else if($aid==2474){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1020");
}else if($aid==2486){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1021");
}else if($aid==2535){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1022");
}else if($aid==2598){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1023");
}else if($aid==2635){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1024");
}else if($aid==2656){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1025");
}else if($aid==2722){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1026");
}else if($aid==2744){
    header("location:https://www.tmrjournals.com/article.html?J_num=17&a_id=1027");
}else{
	header("location:https://www.tmrjournals.com/notice.html?J_num=19&footer_id=32");
}
?>