function setEmbedLink(Show_ID,Clip_ID,Website,Channel_Name_Internal) {
	var myAjax = new Ajax.Request(
			'/_site/channel/set_embed_link.asp?Show_ID='+Show_ID+'&Clip_ID='+Clip_ID,  
			{
				method: 'get', 
				parameters: '',
				asynchronous: false,  
				onComplete: function(response) {
					respembed(response.responseText,Show_ID,Clip_ID,Website,Channel_Name_Internal);
				}
			});
}

function respembed(x,Show_ID,Clip_ID,Website,Channel_Name_Internal) {
	
// display the share block	
document.getElementById('shareBlock').style.display = 'block';
// Myspace title	
document.getElementById('t').value = Website + " / " + Channel_Name_Internal;

if (x=="True"){
	document.getElementById('shareVid1').style.display = 'block';
	document.getElementById('shareVid2').style.display = 'block';
	if (Clip_ID == 0)
	//live
		{
		// Myspace URL	
		document.getElementById('u').value = "http://" + Website + "/" + Channel_Name_Internal + '/?Show_ID=' + Show_ID;
		document.getElementById('c').value = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"555\" height=\"365\"><param name=\"movie\" value=\"http://" + Website + "/_players/player_V2-0.swf?Clip_ID=" + Clip_ID + "&autoplay=false\" /><param name=\"quality\" value=\"high\" /><param name=\"allowFullScreen\" value=\"true\" /><embed src=\"http://" + Website + "/_players/player_V2-0.swf?Clip_ID=" + Clip_ID + "&autoplay=false\" allowFullScreen=\"true\" name=\"fullscreen\"  quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"555\" height=\"365\"></embed></object>";
		// Twitter URL	
	    document.getElementById('shareTwitter').innerHTML="<a href=\"http://twitter.com/home?status=Check this live show that I found on - www.WebCast-TV.com/"+ Channel_Name_Internal + "/?Show_ID=" + Show_ID + "\" class=\"Menu_links\" title=\"Share on Twitter\" target=\"_blank\"><img src=\"/_site/graphics/channel/icon_twitter.png\" alt=\"Share on Twitter\" width=\"18\" height=\"20\" border=\"0\" align=\"absmiddle\"/>&nbsp;Twitter</a>"
		// Facebook URL	
/*		document.getElementById('shareFaceBook').innerHTML="<script>function fbs_click() {u='http://" + Website + "/" + Channel_Name_Internal + "/?Show_ID=" + Show_ID + "&facebook=y';t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script>" */
	
		var obj = document.getElementById('shareFaceBook');
		var scriptTag = document.getElementById('fbScript')
		if (scriptTag) {
			obj.removeChild(scriptTag);
		}
		
		var newScript = document.createElement('script');
 		newScript.type = "text/javascript";
		newScript.id = "fbScript";
		newScript.text = "function fbs_click() {u='http://" + Website + "/" + Channel_Name_Internal + "/?Show_ID=" + Show_ID + "&facebook=y';t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}"
		document.getElementById('shareFaceBook').appendChild(newScript);
	
	// Player Links	
	    document.getElementById('playerlink').value="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"555\" height=\"365\"><param name=\"movie\" value=\"http://" + Website + "/_players/player_live_V2-0.swf?Show_ID=" + Show_ID + "&website=" + Website + "\" /><param name=\"quality\" value=\"high\" /><param name=\"allowFullScreen\" value=\"true\" /><embed src=\"http://" + Website + "/_players/player_live_V2-0.swf?Show_ID=" + Show_ID + "\" allowFullScreen=\"true\" name=\"fullscreen\"  quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"555\" height=\"365\"></embed></object>";
		document.getElementById('videolink').value="http://" + Website + "/" + Channel_Name_Internal + '/?Show_ID=' + Show_ID;
		var strMailto = "?subject=" + Channel_Name_Internal + "&body=Check out our great new TV Channel - provided by WebCast-TV.%0D%0A%0D%0A http://" + Website + "/" + Channel_Name_Internal + '/?Show_ID=' + Show_ID;
		document.getElementById('sharemail').href="mailto:" + strMailto;
		}
	else
	//ondemand
		{
		// Myspace URL
		document.getElementById('u').value = "http://" + Website + "/" + Channel_Name_Internal + '/?Clip_ID=' + Clip_ID;
		document.getElementById('c').value = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"555\" height=\"365\"><param name=\"movie\" value=\"http://" + Website + "/_players/player_V2-0.swf?Clip_ID=" + Clip_ID + "&autoplay=false\" /><param name=\"quality\" value=\"high\" /><param name=\"allowFullScreen\" value=\"true\" /><embed src=\"http://" + Website + "/_players/player_V2-0.swf?Clip_ID=" + Clip_ID + "&autoplay=false\" allowFullScreen=\"true\" name=\"fullscreen\"  quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"555\" height=\"365\"></embed></object>";
		// Twitter URL	
		document.getElementById('shareTwitter').innerHTML="<a href=\"http://twitter.com/home?status=Check this video out that I found on - www.WebCast-TV.com/"+ Channel_Name_Internal + "/?Clip_ID=" + Clip_ID + "\" class=\"Menu_links\" title=\"Share on Twitter\" target=\"_blank\"><img src=\"/_site/graphics/channel/icon_twitter.png\" alt=\"Share on Twitter\" width=\"18\" height=\"20\" border=\"0\" align=\"absmiddle\"/>&nbsp;Twitter</a>"
		// Facebook URL	
//		document.getElementById('shareFaceBook').innerHTML= '';
		
		var obj = document.getElementById('shareFaceBook');
		var scriptTag = document.getElementById('fbScript')
		if (scriptTag) {
			obj.removeChild(scriptTag);
		}
		
		var newScript = document.createElement('script');
 		newScript.type = "text/javascript";
		newScript.id = "fbScript";
		newScript.text = "function fbs_click() {u='http://" + Website + "/" + Channel_Name_Internal + "/?Clip_ID=" + Clip_ID + "&facebook=y';t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}"
		document.getElementById('shareFaceBook').appendChild(newScript);
/*		document.getElementById('shareFaceBook').innerHTML= eval("<script>function fbs_click() {u='http://" + Website + "/" + Channel_Name_Internal + "/?Clip_ID=" + Clip_ID + "&facebook=y';t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script>") */

// Player Links
		document.getElementById('playerlink').value="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"555\" height=\"365\"><param name=\"movie\" value=\"http://" + Website + "/_players/player_V2-0.swf?Clip_ID=" + Clip_ID + "&autoplay=false\" /><param name=\"quality\" value=\"high\" /><param name=\"allowFullScreen\" value=\"true\" /><embed src=\"http://" + Website + "/_players/player_V2-0.swf?Clip_ID=" + Clip_ID + "&autoplay=false\" allowFullScreen=\"true\" name=\"fullscreen\"  quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"555\" height=\"365\"></embed></object>";
		document.getElementById('videolink').value="http://" + Website + "/" + Channel_Name_Internal + '/?Clip_ID=' + Clip_ID;
		document.getElementById('sharemail').href="mailto:" + strMailto;
		}
}
else
	{
	document.getElementById('playerlink').value = "This video is not available for you to embed";
	document.getElementById('shareVid1').style.display = 'none';
	document.getElementById('shareVid2').style.display = 'none';
	}
}

	
