[insert_php]
$result_random=rand(1, 2);
if($result_random==1){
echo(““);
}
if($result_random==2){
echo(““);
}
[/insert_php]