/*source code of each embed videos inside the videos array*/
$videos= array(
'
15 second video production starting at $199*
written | shot | edited | uploaded
We keep it simple.
*please call to discuss longer video projects, as well as upgrading features and content
',
'
15 second video production starting at $199*
written | shot | edited | uploaded
We keep it simple.
*please call to discuss longer video projects, as well as upgrading features and content,'
);
/*we display one video at a time (number 1 - default value)*/
$randvideo = array_rand($videos,1);
//echo $videos[$randvideo];
echo '
';
echo '
we keep it simple.
';
?>