<?php


$tutorial_video_link = 'http://www.youtube.com/embed/c5SEyfzxcSM?rel=0&hd=1&fmt=22&modestbranding=1&title=';
echo "<div style=\"padding-left:50px;margin:0px 0px 5px 0px; float:left;clear:none;\">\n";
echo "<div ><p>&nbsp;</p><p><span style=\"font-size: x-large;\"><strong>Getting Started with Soholaunch</strong></span></p>\n";
//echo "	<a href=\"".$tutorial_video_link."&iframe=true&width=863&height=530\" rel=\"tut[iframe]\"><img src=\"images/getting_started_video.png\" /></a>\n";
echo "	<a href=\"".$tutorial_video_link."&iframe=true&width=863&height=530\" rel=\"tut[iframe]\"><img src=\"images/getting_started_video-home.png\" /></a>\n";

echo "</div>\n";

echo "</div>\n";

echo "<script type=\"text/javascript\" charset=\"utf-8\">\n";
echo "$(document).ready(function(){\n";
echo "	$(\"a[rel^='tut']\").prettyPhoto({    \n";
echo "		default_width: 863,\n";
echo "		default_height: 530,\n";
echo "		theme: 'dark_rounded',\n";
echo "		social_tools: false,\n";
echo "		iframe_markup: '<iframe width=\"{width}\" height=\"{height}\" src=\"{path}\" frameborder=\"0\" allowfullscreen></iframe>'\n";
echo "	});\n";
echo "});\n";
echo "</script>\n";

?>