var tms2 = Math.floor(Math.random()*2);

if (tms2 == 0)
{
document.write("<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/J3NIbDX76rQ\" frameborder=\"0\" allowfullscreen></iframe><br><a href=\"http://goo.gl/jKhiJ\">The Prodigy by Alex Geisers and Blue Crown - DVD</a>");
}
if (tms2 == 1)
{
document.write("<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/wgUJJUhOQAo\" frameborder=\"0\" allowfullscreen></iframe><br><a href=\"http://goo.gl/seJmA\">Replay by Blue Crown - DVD</a>");
}
