2012-05-07 04:09:24 +05:30
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
2012-05-12 12:36:02 +05:30
|
|
|
<script type="text/javascript" src="jquery.pandoravideo.js"></script>
|
2012-05-07 07:44:21 +05:30
|
|
|
<script type="text/javascript">
|
|
|
|
$(function() {
|
2012-05-12 12:36:02 +05:30
|
|
|
$('#pandoravideo').pandoravideo();
|
2012-05-07 07:44:21 +05:30
|
|
|
});
|
|
|
|
</script>
|
2012-05-07 04:09:24 +05:30
|
|
|
</head>
|
|
|
|
<body>
|
2012-05-12 12:36:02 +05:30
|
|
|
<div id="pandoravideo" data-pandora-id="DJ" data-pandora-layers="transcripts, descriptions, keywords, places">
|
2012-05-07 08:21:08 +05:30
|
|
|
|
|
|
|
</div>
|
2012-05-07 04:09:24 +05:30
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|