$(document).ready(function(){if(document.getElementById("AuthUsername")){document.getElementById("AuthUsername").title="your email";document.getElementById("AuthUsername").value="";$("input:text").hint();document.getElementById("AuthPassword").title="#!@ad$^hd";document.getElementById("AuthPassword").value="";$("input:password").hint()}if(document.getElementById("VideoTitle")){document.getElementById("VideoTitle").title="Video Title";document.getElementById("VideoTitle").value="";$("input:text").hint();document.getElementById("VideoUrl").title="Video URL";document.getElementById("VideoUrl").value="";$("input:text").hint()}if($("#beta_r_col").length>0){$("#beta_r_col").corner()}var a={success:showResponse};$("#SubscriberAddForm").submit(function(){$(this).ajaxSubmit(a);return false})});function showRequest(c,b,a){var d=$.param(c);alert("About to submit: \n\n"+d);return true}function showResponse(a,b){document.getElementById("SubscriberEmail").title="thank you!";document.getElementById("SubscriberEmail").value="";$("input:text").hint()}function get_video_data(a){if(a>0){$("#loader").show();$("#my_videos_menu").fadeOut("fast");$.post("get_video_klicks/"+a,function(b){$("#my_video_klicks").html("Klicks: "+b)});$.getJSON("load_video/"+a,function(d){var c=d.Video["views"];if(c==null){c=0}$("#my_video_views").html("Views: "+c);var b=d.webroot;$("#my_videos_preview").attr({href:b+"videos/preview/"+d.Video["id"]});$("#my_videos_annotate").attr({href:b+"videos/annotate/"+d.Video["id"]});$("#my_videos_delete").attr({href:b+"videos/delete/"+d.Video["id"]})});$.getJSON("load_hotspots/"+a,function(e){var b=e.webroot;var d;var c;$("#my_videos_hotspots").html("<tr><th>description</th><th>url</th><th>image</th><th>Actions</th></tr>");$.each(e,function(f,g){if(g.Hotspot!=null){var h="";if(f%2!=0){h=' class="altrow"'}if(g.Hotspot["description"]!=null){d=g.Hotspot["description"].substring(0,100)}else{d=""}if(g.Hotspot["url"]!=null){c=g.Hotspot["url"].substring(0,30)}else{c=""}$("#my_videos_hotspots").append("<tr"+h+"><td>"+d+"...</td><td>"+c+'...</td><td><img src="'+b+"img/hotspot_thumbs/k/"+g.HotspotThumb["filename"]+'"></img></td><td><a href="'+b+"hotspots/k_edit/"+g.Hotspot["id"]+'">Edit</a><br/><a onclick="return confirm(\'Are you sure you want to delete this hotspot?\');" href="'+b+"hotspots/delete/"+g.Hotspot["id"]+'">Delete</a></td></tr>')}});$("#my_video_stats").show();$("#hotspots_index").show();$("#my_videos_menu").fadeIn("fast");$("#loader").fadeOut("fast")})}}function SelectAll(a){document.getElementById(a).focus();document.getElementById(a).select()};