$uydur = rand(1,2);
if($uydur==1){
include("reklam1.php");
}else{
include("reklam2.php");
}