<rss version="0.91">

    <channel>

        <title>Videos</title>

	

        <description>Most Recent</description>

        <link>http://www.alstrasoft.com</link>       

        <generator>FeedCreator 1.7.2</generator>





  

         <item>

  

		<title><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd</title>

 

 	    <link>http://www.hometowntimes.com/videoshare/view_video.php?viewkey=923820dcc509a6f75849</link>

		

		 <description><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">


<html>

<!-- machid: 350 -->
<head>
	
	<title>YouTube - sagopa kajmer-  g.o.r.a(cmylmz)</title>

	<link rel="stylesheet" href="/css/styles_yts1184823337.css" type="text/css">
	<link rel="stylesheet" href="/css/base_yts1185998445.css" type="text/css">
	<link rel="search" type="application/opensearchdescription+xml" href="/opensearch" title="YouTube Video Search">
<link rel="stylesheet" href="/css/watch_yts1185998445.css" type="text/css">
<link rel="stylesheet" href="/css/buttons_yts1184968382.css" type="text/css">
	<link rel="icon" href="/favicon.ico" type="image/x-icon">
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
	

	<meta name="title" content="sagopa kajmer-  g.o.r.a(cmylmz)">
	<meta name="description" content="al 1de burdan yak">
	<meta name="keywords" content="rap, sago, g.o.r.a">

	<link rel="alternate" title="YouTube - [RSS]" href="/rssls">

	<script type="text/javascript" src="/js/ui_yts1185488672.js"></script>
	<script type="text/javascript" src="/js/AJAX_yts1181801895.js"></script>
	<script type="text/javascript" src="/js/ytutil_yts1177563498.js"></script>
	<script type="text/javascript" src="/js/watch_queue_yts1181801895.js"></script>
	<script language="javascript" type="text/javascript">
		onLoadFunctionList = new Array();
		function performOnLoadFunctions()
		{
			for (var i in onLoadFunctionList)
			{
				onLoadFunctionList[i]();
			}
		}
	</script>
	<script type="text/javascript">var quicklist_count=0;</script>
	<script language="javascript" type="text/javascript"> function _hbLink (a,b) { return false; } </script>

	

	<script type="text/javascript" src="/swfobject.js"></script>
	<script type="text/javascript" src="/js/components_yts1175144889.js"></script>
	<script type="text/javascript" src="/js/comments_yts1184968382.js"></script>
	
	<script type="text/javascript" src="/js/roger_yts1182982006.js"></script>

	<script language="javascript" type="text/javascript">
	function toggleFullStats(statsContent) {
		var ajax_action = '';
		if (statsContent === undefined) {
			statsContent = 'honors';
			ajax_action = 'action_get_honors';
			document.getElementById('referDiv').style.display = 'block';
		}
		else if (statsContent == 'audio') {
			ajax_action = 'action_get_audio_info';
			document.getElementById('referDiv').style.display = 'none';
		}
		var fsd = document.getElementById('fullStats').style.display;
		if (fsd == 'none' || fsd == '') {
			showAjaxDivNotLoggedIn('additionalStatsDiv', '/watch_ajax?v=68YEsaa3p-Q&' + ajax_action + '=1&l=EN', false);
			if (statsContent == 'audio') {
				document.getElementById('showhide').innerHTML = 'Hide';
			}
			toggleDisplay('fullStats');
		}
		else
		{
			if (((statsContent == 'honors' && document.getElementById('audioStatHead')) || (statsContent == 'audio' && document.getElementById('honorStatHead'))))
			{
				showAjaxDivNotLoggedIn('additionalStatsDiv', '/watch_ajax?v=68YEsaa3p-Q&' + ajax_action + '=1&l=EN', false);
				if (statsContent == 'honors') {
					document.getElementById('showhide').innerHTML = 'Show';
				}
				else if (statsContent == 'audio') {
					document.getElementById('showhide').innerHTML = 'Hide';
				}
			}
			else
			{
				toggleDisplay('fullStats');
				if (statsContent == 'audio') {
					document.getElementById('showhide').innerHTML = 'Show';
				}
			}
		}
	}
	function closeFullStats() {
		toggleDisplay('fullStats');
		if (document.getElementById('showhide')) {
			document.getElementById('showhide').innerHTML = 'Show';
		}

	}
	function CheckLogin() {
			return false;
	}
	
	
	function showRelatedVideosContent() {
		getAndShowNavContent('exRelated', '/watch_ajax?video_id=68YEsaa3p-Q&action_get_related_videos_component&search=rap%20sago%20g.o.r.a');
	}
	
	function showRelatedPlaylistContent() {
		getAndShowNavContent('exPlaylist', '/watch_ajax?feature=PlayList&search=rap%20sago%20g.o.r.a&video_id=68YEsaa3p-Q&action_get_related_playlist_component&p=&index=0');
	}
	function showRelatedUserContent() {
		getAndShowNavContent('exUser', '/watch_ajax?video_id=68YEsaa3p-Q&action_get_user_videos_component&user_id=fXI-wPq1Isc&video_count=4');
	}
	function showHonorsContent() {
		getAndShowNavContent('honors', '/watch_ajax?v=68YEsaa3p-Q&action_get_honors=1&l=EN');
	}
	
	function showAllQueuedVideos() {
		setInnerHTML('show_all_queued_videos_div', 'Loading...');
		getAndShowNavContent('watchlist_container', '/watch_queue_ajax?action_get_all_queue_videos_component&v=68YEsaa3p-Q', postShowAllQueuedVideos);
	}
	function postShowAllQueuedVideos() {
		setInnerHTML('show_all_queued_videos_div', 'Showing All Videos');
		jumpToNowPlaying();
	}
		
	// This can be split out...
	var contentTab=new Array();	
	function getAndShowNavContent(nameprefix, url, postShowNavContent) {
		selectNavLink(nameprefix + "Link");
	
		if(contentTab[nameprefix]) {
			return;
		}
		
		self.nameprefix = nameprefix;
		self.showRelatedVideosResponse = showRelatedVideosResponse;
		self.postShowNavContent = postShowNavContent
		getUrlXMLResponse(url, showRelatedVideosResponse);
	}
	function showRelatedVideosResponse(req) {
		document.getElementById(self.nameprefix + "Div").innerHTML=getNodeValue(req.responseXML, "html_content");
		setContentLoaded(self.nameprefix);
		
		if(self.postShowNavContent) {
			self.postShowNavContent();
		}
	}

		
	function setContentLoaded(nameprefix) {
		selectNavLink(nameprefix + "Link");
		contentTab[nameprefix] = 1;
	}
	function showAjaxDivNotLoggedIn(divName, url) {
			self.divName = divName
			self.showAjaxDivResponse = showAjaxDivResponse
			getUrlXMLResponse(url, self.showAjaxDivResponse);
	}
	function showAjaxPostDivNotLoggedIn(divName, url, data) {
			self.divName = divName
			self.showAjaxDivResponse = showAjaxDivResponse
			postUrlXMLResponse(url, data, self.showAjaxDivResponse);
	}
	function showAjaxDiv(divName, url) {
		if(CheckLogin()) {
			showAjaxDivNotLoggedIn(divName,url)
		} else {
			alert("Please login to perform this operation.");
		}
	}
	function showAjaxPostDiv(divName, url, data) {
		if(CheckLogin()) {
			showAjaxPostDivNotLoggedIn(divName,url,data)
		} else {
			alert("Please login to perform this operation.");
		}
	}
	function showAjaxDivResponse(req) {
		document.getElementById(self.divName).innerHTML=getNodeValue(req.responseXML, "html_content");
		openDiv(self.divName);
	}
	
	function postAjaxForm(divName, formName) {
		self.postAjaxFormCompleted = postAjaxFormCompleted;	
		self.divName = divName;
		
		postFormXMLResponse(formName, self.postAjaxFormCompleted);
	}
	function postAjaxFormCompleted(req) {
		if(self.divName != null)
			hideAjaxDiv(self.divName);
	}
	function hideAjaxDiv(divName) {
		closeDiv(divName);
	}
	
	function xmlrpccallback(req) {
		alert('xmlrpccallback: ' + req.responseText);
	}

	function debugCompleted(req) {
		url = getNodeValue(req.responseXML, 'url');
		xmldata = getNodeValue(req.responseXML, 'xmldata');
		proxy = getNodeValue(req.responseXML, 'proxy');
		//alert('url: '+ url + '\nxmldata: ' + xmldata);
		postUrlXMLResponse(url, xmldata, xmlrpccallback);
		//alert ("url: " + url + "\nxmldata: " + xmldata + "\nproxy: " + proxy);
	}


	
	function getXMLRPCData(divName, formName) {
		self.callback = debugCompleted;
		postFormXMLResponse(formName, self.callback);
	}
	
	
	// Player stuff
	
	function openFull()
	{
	  var fs = window.open( "/watch_fullscreen?video_id=68YEsaa3p-Q&l=242&t=OEgsToPDskJujKrd2h34bpg7DNM0gFAV&sk=oN2IXQB7uwZE1JVw7u7UvQC&fs=1&title=" + "sagopa%20kajmer-%20%20g.o.r.a%28cmylmz%29" ,
			   "FullScreenVideo", "toolbar=no,width=" + screen.availWidth  + ",height=" + screen.availHeight 
			 + ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
	  fs.focus();
	}
	
	function gotoNext()
	{
	}
	
	function autoNext(suffix)
	{
		if (typeof(suffix) == "undefined")
		{
			suffix = "";
		}

		var p = document.getElementById("movie_player");
		if(p.GetVariable("movie.is_playing") == "false" && p.GetVariable("movie.restart") == "true")
		{
			gotoNext();
		}
		else
		{
			p.SetVariable("playnext", "1");
		}
	
		hideDiv("playall" + suffix);
		showDiv("playingall" + suffix);
	}

	function postToTrackerForWatch(time_played)
	{
	}

	function checkCurrentVideo(video_id)
	{
		if ("68YEsaa3p-Q" != video_id)
		{
			window.location.href = "/watch?v=" + video_id;
		}
	}


		function showCommentReplyForm(form_id, reply_parent_id, is_main_comment_form) {
		if(!CheckLogin()) {
			alert("Please login to post a comment.");
			return false;
		}

		printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form);
	}
	function printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form) {

		var div_id = "div_" + form_id;
		var reply_id = "reply_" + form_id;
		var reply_comment_form = "comment_form" + form_id;

		if (is_main_comment_form)
			discard_visible="style='display: none'";
		else
			discard_visible="";

		var innerHTMLContent = '\
		<form name="' + reply_comment_form + '" id="' + reply_comment_form + '" method="post" action="/comment_servlet" >\
			<input type="hidden" name="video_id" value="68YEsaa3p-Q">\
			<input type="hidden" name="add_comment" value="">\
			<input type="hidden" name="AXT" value="iDpWMuKFETxwWJzEkmQoXcxXsp58MTE4NzUzNTQ0Nw==">\
			<input type="hidden" name="form_id" value="' + reply_comment_form + '">\
			<input type="hidden" name="reply_parent_id" value="' + reply_parent_id + '">\
			<input type="hidden" name="comment_type" value="V">\
			<textarea tabindex="2" name="comment" cols="55" rows="3" class="widthMax"></textarea>\
			<br>\
			<input align="right" type="button" name="add_comment_button" \
								value="Post Comment" \
								onclick="postThreadedComment(\'' + reply_comment_form + '\');">\
			<input align="right" type="button" name="discard_comment_button"\
								value="Discard" ' + discard_visible + '\
								onclick="hideCommentReplyForm(\'' + form_id + '\',false);">\
		</form><br><br>';
		if(!is_main_comment_form) {
			toggleVisibility(reply_id, false);
		}
		setInnerHTML(div_id, innerHTMLContent);
		toggleVisibility(div_id, true);
	}

	function postThreadedComment(comment_form_id) 
	{
		if (CheckLogin() == false)
			return false;

		var form = document.forms[comment_form_id];

		if (ThreadedCommentHandler(form)) {
			var add_button = form.add_comment_button;
			add_button.value = "Adding comment...";
			add_button.disabled = true;

		} 
	}
	function ThreadedCommentHandler(comment_form)
	{
		var comment = comment_form.comment;
		var comment_button = comment_form.comment_button;

		if (comment.value.length == 0 || comment.value == null)
		{
			alert("You must enter a comment!");
			comment.focus();
			return false;
		}

		if (comment.value.length > 500)
		{
			alert("Your comment must be shorter than 500 characters!");
			comment.focus();
			return false;
		}

			postFormByForm(comment_form, true, commentResponse);
		return true;
	}
	function commentResponse(xmlHttpRequest)
	{
		response_str = xmlHttpRequest.responseText;
		response_code = response_str.substr(0, response_str.indexOf(" "));
		form_id = response_str.substr(response_str.indexOf(" ")+1);
		
		var form = document.forms[form_id];
		var dstDiv = form.add_comment_button;
		var discard_button = form.discard_comment_button;

		if (response_code == "OK") {
		dstDiv.value = "Comment Posted!";
		dstDiv.disabled = true;
			discard_button.disabled = true;
			discard_button.style.display  = "none";
			alert("Thank You. Your comment has been posted!");
		} else if (response_code == "PENDING") {
			dstDiv.value = "Comment Pending Approval!";
			dstDiv.disabled = true;
			alert("Your comment has been posted! It will be visible once it is approved.");
			discard_button.disabled = true;
			discard_button.style.display  = "none";

		} else if (response_code == "LOGIN") {
		    alert("An error occurred while posting the comment. Please relogin and try again.");
		    dstDiv.disabled = false;
		} else if (response_code == "EMAIL") {
		    if(confirm("You must confirm your email address before you can submit comments.  Click OK to confirm your email address."))
			{
				window.location="/email_confirm"
			}
		    dstDiv.disabled = false;
		} else {
			if(response_code == "BLOCKED") {
		    	alert("You have been blocked from commenting on this user's videos.");
				dstDiv.disabled = true;
			} else if(response_code == "TOOSOON") {
				alert("You have recently posted several comments. Please wait for some time before posting another.");
				dstDiv.disabled = false;
			} else if(response_code == "TOOLONG") {
				alert("The comment you have entered is too long. Please write a shorter comment and try again.");
				dstDiv.disabled = false;
			} else if(response_code == "TOOSHORT") {
				alert("The comment you have entered is too short. Please write a longer comment and try again.");
				dstDiv.disabled = false;
			} else if(response_code == "FAILED") {
				alert("Your comment was not sent, either because it includes a URL or email address.");
				dstDiv.disabled = false;
			} else if(response_code == "FAILADDED") {
				alert("Your comment was not sent, because the user has disabled adding comments.");
				dstDiv.disabled = false;
			} else {
		    	alert("An error occurred while posting the comment.");
				dstDiv.disabled = false;
			}
			dstDiv.value = "Post Comment";
		}
	}

	function load_all_comments(video_id, is_watch2) {
		var remove_btn = document.getElementById('all_comments_button');
		if(remove_btn) {
			remove_btn.value = "Loading Comments...";
			remove_btn.disabled = true
		}
			
		if(is_watch2)
			var watch2_str = "&watch2"
		else
			var watch2_str = ""
		
		getUrlXMLResponse("/comment_servlet?get_comments&v=" + video_id + watch2_str, handleStateChange);
		
	}
	function hideSpam(cid) {
		if (document.getElementById('reply_comment_form_id_'+cid)) {
			document.getElementById('reply_comment_form_id_'+cid).style.display = 'none';
			
		}
		if (document.getElementById('comment_body_'+cid)) {
			document.getElementById('comment_body_'+cid).style.display = 'none';
		}
		if (document.getElementById('comment_spam_bug_'+cid)) {
			document.getElementById('comment_spam_bug_'+cid).style.display = 'inline';
		}
	}

	
	function redirectToUrl(req)
	{
		window.location.href=self.new_redirect_url;
		return true;
	}
	function unblockUserLink(friend_id, url)
	{
        if (!confirm("Are you sure you want to unblock this user?"))
            return true;
        self.new_redirect_url = url;
        data ="unblock_user=1&AXT=iDpWMuKFETxwWJzEkmQoXcxXsp58MTE4NzUzNTQ0Nw==&friend_id=" + friend_id;
		postUrlXMLResponse("/link_servlet",data ,execOnSuccess(redirectToUrl));
		return true;
	}
	function blockUserLink(friend_id, url)
	{
        if (!confirm("Are you sure you want to block this user?"))
            return true;
        self.new_redirect_url = url;
        data ="block_user=1&AXT=iDpWMuKFETxwWJzEkmQoXcxXsp58MTE4NzUzNTQ0Nw==&friend_id=" + friend_id;
		postUrlXMLResponse("/link_servlet", data, redirectToUrl);
		return true;
	}
	function unblockUserLinkByUsername(friend_username)
	{
        if (!confirm("Are you sure you want to unblock this user?"))
            return false;
        data ="unblock_user=0&AXT=iDpWMuKFETxwWJzEkmQoXcxXsp58MTE4NzUzNTQ0Nw==&friend_username=" + friend_username;
		postUrlXMLResponse("/link_servlet", data);
		return false;
	}
	function blockUserLinkByUsername(friend_username)
	{
        if (!confirm("Are you sure you want to block this user?"))
            return false;
        data ="block_user=1&AXT=iDpWMuKFETxwWJzEkmQoXcxXsp58MTE4NzUzNTQ0Nw==&friend_username=" + friend_username;
		postUrlXMLResponse("/link_servlet", data);
		return false;
	}




	
	
		onLoadFunctionList.push(function() { setContentLoaded("exRelated"); } );
	
	function selectNavLink (linkName) {
		if (linkName == "exRelatedLink") {
			closeDiv("exUserDiv");
			closeDiv("exPlaylistDiv");
			openDiv("exRelatedDiv");
			unSelectLink("exPlaylistLink");
			unSelectLink("exUserLink");
			selectLink("exRelatedLink");
			blurElement("exRelatedLink");
			replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_related_300x34.gif");
		}
		if (linkName == "exPlaylistLink") {
			closeDiv("exRelatedDiv");
			closeDiv("exUserDiv");
			openDiv("exPlaylistDiv");
			unSelectLink("exUserLink");
			unSelectLink("exRelatedLink");
			selectLink("exPlaylistLink");
			blurElement("exPlaylistLink");
			replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_playlist_300x34.gif");
		}
		if (linkName == "exUserLink") {
			closeDiv("exRelatedDiv");
			closeDiv("exPlaylistDiv");
			openDiv("exUserDiv");
			unSelectLink("exPlaylistLink");
			unSelectLink("exRelatedLink");
			selectLink("exUserLink");
			blurElement("exUserLink");
			replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_morefromuser_300x34.gif");
		}
	}
	
	function replaceExploreTab(elid, imgSrc) {
		var theElement = document.getElementById(elid);
		if (theElement) {
			theElement.src = imgSrc;
		}
	}

	function writeMoviePlayer(player_div, force)
	{
		var v = "7";
		if (force)
			v = "0";

		var fo = new SWFObject("/player2.swf?hl=en&video_id=68YEsaa3p-Q&l=242&t=OEgsToPDskJujKrd2h34bpg7DNM0gFAV&sk=oN2IXQB7uwZE1JVw7u7UvQC", "movie_player", "450", "370", v, "#FFFFFF");

			fo.addVariable("playnext", 0);
		fo.addParam("allowFullscreen", "true");
				fo.addVariable("sourceid", "y");
				fo.addVariable("sdetail", "n%3A1%2Cp%3A/player2.swf");
		player_written = fo.write(player_div);
	}

	function setSWFVersion(version_from_swf)
	{
		if (!player_written)
			writeMoviePlayer("playerDiv", true);	
	}

	function shareVideo(encrypted_video_id)
	{
		window.open('/share?v=' + encrypted_video_id, 'Share', 'width=580,height=480,resizable=yes,scrollbars=yes,status=0');
		_hbLink('Share+Video','Watch');
	}
</script>
<script language="javascript" type="text/javascript">

	first_time = 1;
	function changeBanner(img_url, ref_url, is_flash){
		var e = document.getElementById("gad_leaderboardAd");

		if (first_time)
		{
			e.style.height = "90px";
			first_time = 0;
		}

		var url = "";
		if (is_flash == "true")
		{
			url += "<object width='728' height='90'>";
			url += "<" + "param value='clickTAG=" + encodeURIComponent(ref_url) + "' /" + ">";
			url += "<" + "embed src='" + img_url + "'";
			url += " type='application/x-shockwave-flash' wmode='transparent'";
			url += " flashvars='clickTAG=" + encodeURIComponent(ref_url) + "'";
			url += " width='728' height='90' /" + ">";
			url += "</object>";
		}
		else
		{
			url = "<" + "a href='" + ref_url + "' target='_blank'>";
			url += "<img src='" + img_url + "'>";
			url += "</a>";
		}


		e.innerHTML = url;
	}
</script>

</head>


<body onLoad="performOnLoadFunctions();" topmargin="0" marginheight="0">
<div id="baseDiv">
		<div id="logoTagDiv">
	<a href="/" name="&lid=Logo&lpos=GlobalNav"><img src="/img/pic_youtubelogo_123x63.gif" alt="Home" width="123" height="63" border="0" onmouseover="showDiv('logoHomeTip');" onmouseout="hideDiv('logoHomeTip');" /></a>
	</div>
	<div id="logoHomeTip" style="display: none;">Home</div>

			<div id="localePickerBox">
	<script type="text/javascript">
		function selectLocale(loc) {
			var current_url, next_url;
			current_url = location.href;

			//Check if the URL string contains any site redirect values; if yes, chop string to remove those values
			if (current_url.indexOf('?locale=')!=-1) {
				url_array = current_url.split("?locale=");
				current_url = url_array[0];
				}
			else if (current_url.indexOf('&locale=')!=-1) {
				url_array = current_url.split("&locale=");
				current_url = url_array[0];
				}
		
			//Check if the URL string already has parameters; if yes start with "&", if no start with "?"
			if (current_url.indexOf('?')==-1) {
				next_url = current_url + "?" + "locale=" + loc + "&persist_locale=1";
				}
			else {
				next_url = current_url + "&" + "locale=" + loc + "&persist_locale=1";
				}
			window.location = next_url;
			picked_locale = '<img src="/img/flags/' + loc + '.gif" align="center">';
			changeCountryDisplay(loc);
			}
	
		function changeCountryDisplay(locale) {
			locDiv = "countryDiv_" + locale;
			document.getElementById(locDiv).style.fontWeight = "bold";
			document.getElementById(locDiv).blur();	
			if (locale != "en_US") unBold("countryDiv_en_US");
			if (locale != "en_GB") unBold("countryDiv_en_GB");
			if (locale != "en_IE") unBold("countryDiv_en_IE");
			if (locale != "ja_JP") unBold("countryDiv_ja_JP");
			if (locale != "fr_FR") unBold("countryDiv_fr_FR");
			if (locale != "de_DE") unBold("countryDiv_de_DE");
			if (locale != "it_IT") unBold("countryDiv_it_IT");
			if (locale != "es_ES") unBold("countryDiv_es_ES");
			if (locale != "nl_NL") unBold("countryDiv_nl_NL");
			if (locale != "pl_PL") unBold("countryDiv_pl_PL");
			if (locale != "pt_BR") unBold("countryDiv_pt_BR");
			}
		
		function unBold(divID) {
			if (document.getElementById(divID)) {
				document.getElementById(divID).style.fontWeight = "normal";
				}
			}
		
		function getLocale() {
			return en_US;
			}
		function closeLocalePicker() {
            var localePickerBox = document.getElementById('localePickerBox');
			if (!localePickerBox) localePickerBox = document.getElementById('localePickerBoxProfile');
			if (localePickerBox) 
			{
				if (localePickerBox.style.display != 'none')
					localePickerBox.style.display = 'none';
			}
		}
		addListener(document, 'click', function (e) 
		{
			//alert(e);
			var element = e.target || e.srcElement;
			if (element.className.indexOf('localePickerLink') == -1 && element.className.indexOf('currentFlag') == -1)
			{
				closeLocalePicker();
			}
		});
	</script>
	<div>
		<div class="flagDiv dropdownDivider">
			<a href="#" onclick="selectLocale('en_US'); return false;"><img src="/img/flags/en_US.gif" width="17" class="currentFlag"></a> <a id="countryDiv_en_US" href="#" onclick="selectLocale('en_US'); return false;" class="localePickerTitle">Global</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('pt_BR'); return false;" class="localePickerFlagLink"><img src="/img/flags/pt_BR.gif" width="17" class="currentFlag"></a> <a href="#" id="countryDiv_pt_BR" onclick="selectLocale('pt_BR'); return false;" class="localePickerTitle">Brasil</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('fr_FR'); return false;" class="localePickerFlagLink"><img src="/img/flags/fr_FR.gif" width="17" class="currentFlag"></a> <a id="countryDiv_fr_FR" href="#" onclick="selectLocale('fr_FR'); return false;" class="localePickerTitle">France</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('en_IE'); return false;" class="localePickerFlagLink"><img src="/img/flags/en_IE.gif" width="17" class="currentFlag"></a> <a id="countryDiv_en_IE" href="#" onclick="selectLocale('en_IE'); return false;" class="localePickerTitle">Ireland</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('it_IT'); return false;" class="localePickerFlagLink"><img src="/img/flags/it_IT.gif" width="17" class="currentFlag"></a> <a id="countryDiv_it_IT" href="#" onclick="selectLocale('it_IT'); return false;" class="localePickerTitle">Italia</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('ja_JP'); return false;" class="localePickerFlagLink"><img src="/img/flags/ja_JP.gif" width="17" class="currentFlag"></a> <a id="countryDiv_ja_JP" href="#" onclick="selectLocale('ja_JP'); return false;" class="localePickerTitle">日本</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('nl_NL'); return false;" class="localePickerFlagLink"><img src="/img/flags/nl_NL.gif" width="17" class="currentFlag"></a> <a id="countryDiv_nl_NL" href="#" onclick="selectLocale('nl_NL'); return false;" class="localePickerTitle">Nederland</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('pl_PL'); return false;" class="localePickerFlagLink"><img src="/img/flags/pl_PL.gif" width="17" class="currentFlag"></a> <a href="#" id="countryDiv_pl_PL" onclick="selectLocale('pl_PL'); return false;" class="localePickerTitle">Polska</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('es_ES'); return false;" class="localePickerFlagLink"><img src="/img/flags/es_ES.gif" width="17" class="currentFlag"></a> <a id="countryDiv_es_ES" href="#" onclick="selectLocale('es_ES'); return false;" class="localePickerTitle">España</a>
		</div>
		<div class="flagDiv">
			<a href="#" onclick="selectLocale('en_GB'); return false;" class="localePickerFlagLink"><img src="/img/flags/en_GB.gif" width="17" class="currentFlag"></a> <a id="countryDiv_en_GB" href="#" onclick="selectLocale('en_GB'); return false;" class="localePickerTitle">United Kingdom</a>
		</div>
	
		<div class="alignR smallText"><a href="#" onclick="closeLocalePicker(); return false;">Close</a></div>
	</div>
	</div>

		<br>
<div id="utilDiv">
	

		<b><a  href="/signup" onclick="_hbLink('SignUp','UtilityLinks');">Sign Up</a></b>
		<span class="utilDelim">|</span>
		<a  href="/my_account">My Account</a>
		<span class="utilDelim">|</span>
		<a  href="/recently_watched" onclick="_hbLink('ViewingHistory','UtilityLinks');">History</a> 
		<span class="utilDelim">|</span>
		<a  href="http://www.google.com/support/youtube/?hl=en_US">Help</a>

		<span class="utilDelim">|</span>                        
			<a href="/login?next=/watch%3Fv%3D68YEsaa3p-Q%26NR%3D1" onclick="_hbLink('LogIn','UtilityLinks');">Log In</a>
			<span class="utilDelim">|</span>
		<span class=""><a href="#" class="localePickerLink" onclick="window.parent.toggleDisplay('localePickerBox');return false;">Site:</a><a href="#" class="localePickerLink" onclick="window.parent.toggleDisplay('localePickerBox');return false;"><img src="/img/flags/en_US.gif" align="absmiddle" class="currentFlag" alt="Site:"></span></a>
		<!--<span class=""><a href="#" onclick="toggleDisplay('localePickerBox');return false;">Site:</a><a href="#" onclick="toggleDisplay('localePickerBox');return false;"><img src="/img/flags/en_US.gif" align="absmiddle" class="currentFlag" alt="Site:"></a>-->
			</span>	
			<form name="logoutForm" method="post" target="_top" action="/index">
		<input type="hidden" name="action_logout" value="1">
	</form>
</div>

		
	<div id="gNavDiv">
		

<div id="upload"><img src="/img/pic_upload_bug_22x23.gif" width="22" height="23" align="absmiddle"> &nbsp;<a href="/my_videos_upload">Upload</a></div>
		
<div class="tab">

 <a href="/community" class="tab"><b><b><b><p class="tab_label" id="tab4">Community</p></b></b></b></a>

</div>

<div class="tab" valign="bottom">

<a href="/members" class="tab"><b><b><b><p class="tab_label" id="tab4">Channels</p></b></b></b></a>

</div>

<div class="tab" valign="bottom">

<a  href="/categories" class="tab"><b ><b ><b ><p  class="tab_label" id="tab2">Categories</p></b></b></b></a>

</div>

<div class="tab" >

<a href="/browse?s=mp" class="tab_sel"><b><b><b><p class="tab_label" id="tab1">Videos</p></b></b></b></a>

</div>



</div>
<!-- end gNavDiv -->

<div id="gNavBottom"><div id="searchDiv">	<form name="searchForm" id="searchForm" method="get" action="/results">
		<input tabindex="10000" type="text" name="search_query" maxlength="128" class="searchField" value="">
		&nbsp;
			<input type="submit" name="search" value="Search">
	</form>
</div></div>
	
	
	
	




<div id="leaderboardAd">
			
			

	
								<!-- begin ad tag -->
	<script type="text/javascript">
		ord=Math.random()*10000000000000000 + 1;
		document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/you.watch/music;sz=728x90;kch=2179803025;kbg=FFFFFF;kr=H;kpu=rapper43;kvideoid=68YEsaa3p-Q;ord=' + ord + '?" type="text/javascript"><\/script>');
	</script>
	<noscript><a
		href="http://ad.doubleclick.net/jump/you.watch/music;sz=728x90;ord=123456789?" target="_blank"><img
		src="http://ad.doubleclick.net/ad/you.watch/music;sz=728x90;ord=123456789?" width="728" height="90" border="0" alt=""></a>
	</noscript>
	<!-- End ad tag -->
	

		

</div>






<!-- begin main presentation code -->

<h1 id="video_title">sagopa kajmer-  g.o.r.a(cmylmz)</h1>

<table cellpadding="0" cellspacing="0" align="center"><tr valign="top">
<td>
<div id="interactDiv">
	<div id="checkerDiv" style="position:absolute; top:-100px; left:-100px;"></div>
	<div id="playerDiv">
		<div style="padding: 20px; font-size:14px; font-weight: bold;">
			Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/" onclick="_hbLink('Get+Flash','Watch');">Get the latest Flash player</a>.
		</div>
	</div>
	<script type="text/javascript">
		// <![CDATA[
		writeMoviePlayer("playerDiv");
		var to = new SWFObject("/version-check.swf", "checker", "0", "0", "0", "#FFFFFF");
		to.write("checkerDiv");
		// ]]>
	</script>






	<div id="watchqueueStartNew" class="quicklist_container hid">
	
		<div><img src="/img/pic_curves_top_450x4.gif" border="1" /></div>
		<div id="nextvideoRow" class="nextVideoRowDiv">
			<table width="440" cellpadding="0" cellspacing="0" border="0" class="padB5">
				<tr>
					<td width="95" align="left" valign="top" class="padL5">
						<div class="headerTitleLite">QuickList</div>
					</td>
					<td width="30" valign="top" align="right">
							<a href="#" onclick="play_all_start_new();_hbLink('QuickList+PlayAll','Watch');return false;" rel="nofollow" ><img id="play_all_buttton" hspace="4" src="/img/pixel.gif" border="0" valign="top" height="25" width="33" alt="Play All Videos" /></a>
					</td>
					<td width="95" valign="top">
								<div id="playall_quicklist" class="smallText">
								<b><a href="#" onclick="autoNext('_quicklist');return false;" rel="nofollow" >Play All</a></b></div>
								<div id="playingall_quicklist" class="grayText smallText hid">Playing All</div>
						<span class="smallText grayText">
						Videos: 
						</span>
						<span id="play_all_numb" class="smallText grayText">
						<script language="javascript" type="text/javascript">document.write(quicklist_count);</script>
						</span>
					</td>
							<td width="30" valign="top" align="right">
							<a id="next_video_url_1" href="#"><img id="next_video_image_url" src="/img/pixel.gif" height="25" border="0" style="padding-right:2px;" align="middle"></a>
							</td>
							<td width="145" valign="top">
							<div class="nextVideoDisplay">
								<span class="grayText smallText"><b><a id="next_video_url_2" href="#">Play Next</a></b>
								<br /><span id="next_video_title">
								</span>
							</div>
							</td>	
					<td width="40" valign="top" align="right">
						<div id="show_button_container" class="hideShowButton">
						   <a href="#" onClick="clickedHideShowButton();_hbLink('QuickList+ShowHide','Watch');return false;" rel="nofollow" ><img id="watch_queue_show_hide" src="/img/btn_watchqueue_hide_33x25.gif" width="33" height="25" border="0" alt="Show or Hide QuickList Videos"></a>                
						</div>
					</td>
				</tr>
			</table>
		</div>
	
		<div id="watchlist_container" class="watchlist_videos">                
		<table id="watchlist_table" width="426" align="center" border="0" cellpadding="0" cellspacing="0">                        
			<tr><td width="8"></td><td width="55"></td><td width="313"></td><td width="50"></td></tr>                
		</table>
		</div>

		<div id="save_row" class="saveRowDiv" style="height:20px;display:block;">
			<div class="saveRowSetting">
				<span class="smallText">
				<form id="set_pop" name="set_pop">
				&nbsp;<input id="checkbox_pop_no_pop" type="checkbox"  onClick="if(document.set_pop.quicklist_pop_nopop.checked==true) {set_pop_status(1);} else{set_pop_status(0);};" name="quicklist_pop_nopop">Remove videos as I watch them   
				</form>
				</span>
			</div>
			<div class="quicklistActions">
			<span class="smallText"><b><a href="/watch_queue?all" title="Go to QuickList page" onclick="_hbLink('QuickList+ManageLink','Watch');" rel="nofollow" >Manage</a> | <a href="/edit_playlist_info?watch_queue=1" title="Save all videos into a permanent playlist" onclick="_hbLink('QuickList+SaveLink','Watch');" rel="nofollow">Save</a> | <a href="#" onClick="javascript:return clear_watch_queue_watch_page();_hbLink('QuickList+ClearLink','Watch');return false;" title="Remove all videos from QuickList" rel="nofollow">Clear</a></b></span>
			</div>
		</div> <!-- end save_row -->
		<div><img src="/img/pic_curves_bottom_450x4.gif" border="1"></div>
	</div> 


	<div id="actionsAndStatsDiv">
		<div id="ratingDivWrapper">
			<div id="ratingDiv">

	

				<div id="ratingMessage"><a href="/signup?next=/watch%3Fv%3D68YEsaa3p-Q%26NR%3D1">Login</a> to rate</div>
						
	

	
	<img class="rating" src="/img/icn_star_empty_19x20.png" align="top"><img class="rating" src="/img/icn_star_empty_19x20.png" align="top"><img class="rating" src="/img/icn_star_empty_19x20.png" align="top"><img class="rating" src="/img/icn_star_empty_19x20.png" align="top"><img class="rating" src="/img/icn_star_empty_19x20.png" align="top">
		<div class="rating ratingMessage">0 ratings</div>
	


			
			
		<div class="spacer"></div>
			</div> <!-- end ratingDiv -->
			
		</div> <!-- end ratingDivWrapper -->

		<div class="actionsDiv">
			<div class="actionRow">
					<a href="#" class="noul" onclick="showAjaxDiv('addFavsDiv', '/watch_ajax?video_id=68YEsaa3p-Q&action_get_playlists_component=1', true); _hbLink('Save+To+Favorites','Watch'); return false;" onmouseover="" rel="nofollow"><img src="/img/icn_fav_reg_19x17.gif" border="0" class="alignMid" alt="Save to Favorites"> <span class="eLink">Save to Favorites</span></a>
			</div>
			<div class="actionRow">
				<a href="#" class="noul" onclick="showAjaxDiv('addGroupsDiv', '/watch_ajax?video_id=68YEsaa3p-Q&action_get_groups_component=1', true); _hbLink('Add+To+Groups','Watch'); return false;" rel="nofollow"><img src="/img/icn_groups_reg_19x17.gif" border="0" class="alignMid" alt="Add to Groups"> <span class="eLink">Add to Groups</span></a>
			</div>
		</div>
		<div class="actionsDiv sm">
			<div class="actionRow">
				<a href="#" class="noul" onClick="shareVideo('68YEsaa3p-Q');return false;" rel="nofollow"><img src="/img/icn_email_reg_19x17.gif" border="0" class="alignMid" alt="Share This Video"> <span class="eLink">Share Video</span></a>
			</div>
			<div class="actionRow">
				<a href="#" class="noul" onclick="showAjaxDivNotLoggedIn('blogVidDiv', '/watch_ajax?video_id=68YEsaa3p-Q&action_get_user_blogs_component=1', true); _hbLink('Blog+Video','Watch'); return false;" rel="nofollow"><img src="/img/icn_web_reg_19x17.gif" border="0" class="alignMid"> <span class="eLink">Post Video</span></a>
			</div>
		</div>
		<div class="actionsDiv sm">
			<div class="actionRow">
				<a href="#" class="noul" onclick="showAjaxDiv('inappropriateVidDiv', '/watch_ajax?video_id=68YEsaa3p-Q&action_get_flag_video_component=1', true); _hbLink('Flag+Inappropriate','Watch'); return false;" rel="nofollow"><img src="/img/icn_flag_reg_19x17.gif" border="0" class="alignMid" alt="Flag as Inappropriate"> <span class="eLink">Flag as Inappropriate</span></a>
			</div>
		</div>

		<div class="spacer"></div>
		<div class="statsDiv">
			Views: <span class="statVal">449</span> <div class="statDivider">|</div>
			Comments: <span class="statVal">0</span> <div class="statDivider">|</div>
				Favorited: <span class="statVal">0</span> times
		</div>
		
		<div class="statsDiv"><span class="smStat">Honors: <a class="eLink" href="#" onclick="toggleFullStats(); return false;" rel="nofollow">0</a></span><span class="smStat">Links: <a class="eLink" href="#" onclick="toggleFullStats(); return false;" rel="nofollow">5</a></span> </div>
		
		<div id="fullStats">
			<div id="referDiv" class="moreStats">
				<h4>Sites Linking to This Video:</h4>
					<div class="statItem"><span class="label">6 clicks from</span> <a rel="nofollow" href="http://sarki.alternatifim.com/data.asp?ID=16086&amp;sarki=Baytar&amp;sarkici=Sagopa%20Kajmer&amp;ok=1" target="_top">http://sarki.alternatifim.com/data.asp?ID=16086&amp;...</a></div>
					<div class="statItem"><span class="label">6 clicks from</span> <a rel="nofollow" href="http://sarki.alternatifim.com/data.asp?ID=16250&amp;sarki=Baytar&amp;sarkici=Sagopa%20Kajmer&amp;ok=1" target="_top">http://sarki.alternatifim.com/data.asp?ID=16250&amp;...</a></div>
					<div class="statItem"><span class="label">4 clicks from</span> <a rel="nofollow" href="http://sarki.alternatifim.com/data.asp?ID=16799&amp;sarki=İstisnalar%20Kaideyi%20Bozmaz&amp;sarkici=Sagopa%20Ka" target="_top">http://sarki.alternatifim.com/data.asp?ID=16799&amp;...</a></div>
					<div class="statItem"><span class="label">3 clicks from</span> <a rel="nofollow" href="http://sarki.alternatifim.com/data.asp?ID=7413&amp;sarki=Vasiyet&amp;sarkici=Sagopa%20Kajmer&amp;ok=1" target="_top">http://sarki.alternatifim.com/data.asp?ID=7413&amp;s...</a></div>
					<div class="statItem"><span class="label">3 clicks from</span> <a rel="nofollow" href="http://www.hibonunyeri.tr.gg/" target="_top">http://www.hibonunyeri.tr.gg/</a></div>
			</div>
			<div id="additionalStatsDiv" class="moreStats"><h3>Loading Info...</h3></div>
			<div id="fullStatsClose"><a href="#" class="eLink" onclick="closeFullStats(); return false;" rel="nofollow">Close</a></div>
			<div class="spacer"></div>
		</div>

		<div id="addFavsDiv" class="popupDiv"></div>
		<div id="addGroupsDiv" class="popupDiv"></div>
		<div id="sendToMobileDiv" class="popupDiv"></div>
		<div id="blogVidDiv" class="popupDiv"></div>
		<div id="inappropriateVidDiv" class="popupDiv"></div>
	</div> <!-- end actionsAndStatsDiv -->



			
	<div id="commentsDiv">
	
	
	
	
	
		<div id="all_comments" style="display: block;">
		</div> <!-- end all_comments -->

	
			<div id="commentPostDiv">
				<h2 style="margin: 0px;">Would you like to comment?</h2>
				<div style="margin-top: 8px;">
					<a href="/signup">Join YouTube</a> for a free account, or
					<a href="/signup_login">Login</a> if you are already a member.
				</div>
			</div> <!-- end post a comment section -->
			
			<div id="div_main_comment"></div>
	</div> <!-- end commentsDiv -->
	
</div> <!-- end interactDiv -->
</td>



<td>

<div id="aboutExploreDiv">
	<div class="attentionBox marB5">
		<a href="javascript:void(0)" onclick="window.location.href=window.location.href.replace(new RegExp(/&amp;v2#?$/), '') + '&amp;v3'; return false;">Try out the NEW (beta) version of this page!</a>
	</div>


	<div id="aboutVidDiv" class="contentBox">
		<div id="uploaderInfo">
			<div id="subscribeDiv" class="smallText">
				<a class="subButton" onClick="showAjaxPostDiv('emptydiv','/ajax_subscriptions','subscribe_to_user=rapper43&AXT=iDpWMuKFETxwWJzEkmQoXcxXsp58MTE4NzUzNTQ0Nw=='); return false;" title="subscribe to rapper43's videos">
					<b><b><b>Subscribe</b></b></b>
				</a>
				<div id="emptydiv">			
					<div id="subscribeCount" class="smallText">to rapper43</div>
				</div>
			</div> <!-- end subscribeDiv -->

		
		<div id="userInfoDiv">
			<span class="smallLabel">Added:</span>&nbsp;
			<b class="smallText">July 24, 2007</b><br>
			<span class="smallLabel">From:</span>&nbsp;
			<b><a href="/user/rapper43" onclick="_hbLink('ChannelLink','Watch');">rapper43</a></b>
			

		</div> <!-- end userInfoDiv -->

			
			
			

		</div> <!-- end uploaderInfo -->
		
		
		
		
        <div id="vidDescDiv">
			<span id="vidDescBegin">
                             
			al 1de burdan yak
			</span>
		</div>
		

			<div class="smallText">
			<span class="smallLabel">Category&nbsp;</span>
			<a href="/browse?s=mp&t=t&c=10" class="dg" onclick="_hbLink('Video+Category+Link','Watch');">Music</a>
			</div>


		<div id="vidFacetsDiv">
			<form name="urlForm" id="urlForm">
            <table cellpadding="0" cellspacing="0" id="vidFacetsTable">
            	<tr>
            			<td class="label">Tags:</td>
							<td class="tags">		
							<span id="vidTagsBegin">
<a href="/results?search_query=rap&search_type=tag" class="dg">rap</a> &nbsp; <a href="/results?search_query=sago&search_type=tag" class="dg">sago</a> &nbsp; <a href="/results?search_query=g.o.r.a&search_type=tag" class="dg">g.o.r.a</a>							</span>
						</td>
					</tr>
            <tr><td class="label">URL</td>
            <td>
            <input name="video_link" type="text" value="http://www.youtube.com/watch?v=68YEsaa3p-Q" class="vidURLField" onClick="javascript:document.urlForm.video_link.focus();document.urlForm.video_link.select();" readonly="true">
            </td>
            </tr>
            <tr><td class="smallLabel">Embed</td>
            <td>
            <input name="embed_code" type="text" value='<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/68YEsaa3p-Q"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/68YEsaa3p-Q" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>' class="vidURLField" onClick="javascript:document.urlForm.embed_code.focus();document.urlForm.embed_code.select();" readonly="true">
            </td></tr>
            </table>
            </form>
        </div>	<!-- end vidFacetsDiv -->
        
        
	</div> <!-- end aboutVidDiv -->



	<div id="exploreDiv">
	
	<map name="relatedvideosmap">
	<area shape="rect" coords="10,0,64,24" href="javascript:showRelatedVideosContent();" name="&lid=RelatedVideosTab&lpos=Watch">
	<area shape="rect" coords="76,0,222,24" href="javascript:showRelatedUserContent();" name="&lid=UserVideosTab&lpos=Watch">
	<area shape="rect" coords="234,0,290,24" href="javascript:showRelatedPlaylistContent();" name="&lid=PlaylistsTab&lpos=Watch">
	</map>
		<div><img id="exploreMoreTabs" src="/img/btn_exploretab_related_300x34.gif" width="300" height="34" usemap="#relatedvideosmap" alt="ExploreMoreTabs"></div>
		<div id="exploreBody" class="contentBox" style="border-top: 0px;">



		
		<div id="exRelatedDiv" style="display: block;">
			<table class="showingTable">
		<tr>
			<td class="smallText">
					Showing 1&ndash;20 of  about 19,000
			</td>
			<td align="right" class="smallText"><a href="/results?search=related&search_query=rap%20sago%20g.o.r.a&v=68YEsaa3p-Q">See All Videos</a></td>
		</tr>
	</table>

				<script language="javascript">
		var side_imgs_loaded=false;
		function render_full_side()
		{
			if (!side_imgs_loaded)
			{
				
					img = document.getElementById("side_img_5");
					img.src = "http://img.youtube.com/vi/stWDKHizS9E/default.jpg";
				
					img = document.getElementById("side_img_6");
					img.src = "http://img.youtube.com/vi/QqsM_bXdig8/default.jpg";
				
					img = document.getElementById("side_img_7");
					img.src = "http://img.youtube.com/vi/dcC0_9USSFU/default.jpg";
				
					img = document.getElementById("side_img_8");
					img.src = "http://img.youtube.com/vi/s18HAfdEFNg/default.jpg";
				
					img = document.getElementById("side_img_9");
					img.src = "http://img.youtube.com/vi/RH3qITf0j7w/default.jpg";
				
					img = document.getElementById("side_img_10");
					img.src = "http://img.youtube.com/vi/VpKd4nk6g3E/default.jpg";
				
					img = document.getElementById("side_img_11");
					img.src = "http://img.youtube.com/vi/7bQ0mn2YG80/default.jpg";
				
					img = document.getElementById("side_img_12");
					img.src = "http://img.youtube.com/vi/CkKLZzY1AJw/default.jpg";
				
					img = document.getElementById("side_img_13");
					img.src = "http://img.youtube.com/vi/a8HcB2CR-iA/default.jpg";
				
					img = document.getElementById("side_img_14");
					img.src = "http://img.youtube.com/vi/QQrSylGDP2M/default.jpg";
				
					img = document.getElementById("side_img_15");
					img.src = "http://img.youtube.com/vi/b5yXINlceXc/default.jpg";
				
					img = document.getElementById("side_img_16");
					img.src = "http://img.youtube.com/vi/v5JKrJgKNSE/default.jpg";
				
					img = document.getElementById("side_img_17");
					img.src = "http://img.youtube.com/vi/ePe6NRKV8P8/default.jpg";
				
					img = document.getElementById("side_img_18");
					img.src = "http://img.youtube.com/vi/8FjfWd2lKvc/default.jpg";
				
					img = document.getElementById("side_img_19");
					img.src = "http://img.youtube.com/vi/ASbKeZi8er0/default.jpg";
				
				side_imgs_loaded = true;
			}
		}
		</script>

		<div id="side_results" class="exploreContent" name="side_results" onscroll="render_full_side()" >
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=lsdYAASZ0Zc&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img class="vimgSm" src="http://img.youtube.com/vi/lsdYAASZ0Zc/default.jpg" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('lsdYAASZ0Zc', 1);print_quicklist_video('http://img.youtube.com/vi/lsdYAASZ0Zc/default.jpg',document.getElementById('video_title_text_0_44778_450').innerHTML,'pdertun','lsdYAASZ0Zc','07:30');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_lsdYAASZ0Zc" border="0" onMouseover="mouse_over_add_icon('lsdYAASZ0Zc');return false;" onMouseout="mouse_out_add_icon('lsdYAASZ0Zc');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=lsdYAASZ0Zc&mode=related&search=" id="video_title_text_0_44778_450" rel="nofollow">cmylmz-sahan</a><br/>
				<span class="runtime">07:30</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/pdertun" class="dg" rel="nofollow">pdertun</a><br/>
					<span class="grayText">Views:</span> 44778
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=PHsmWwAkRnw&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img class="vimgSm" src="http://img.youtube.com/vi/PHsmWwAkRnw/default.jpg" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('PHsmWwAkRnw', 1);print_quicklist_video('http://img.youtube.com/vi/PHsmWwAkRnw/default.jpg',document.getElementById('video_title_text_1_6120_256').innerHTML,'10gs1905','PHsmWwAkRnw','04:16');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_PHsmWwAkRnw" border="0" onMouseover="mouse_over_add_icon('PHsmWwAkRnw');return false;" onMouseout="mouse_out_add_icon('PHsmWwAkRnw');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=PHsmWwAkRnw&mode=related&search=" id="video_title_text_1_6120_256" rel="nofollow">cem yılmaz/cmylmz</a><br/>
				<span class="runtime">04:16</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/10gs1905" class="dg" rel="nofollow">10gs1905</a><br/>
					<span class="grayText">Views:</span> 6120
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=DScjX1CfRCA&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img class="vimgSm" src="http://img.youtube.com/vi/DScjX1CfRCA/default.jpg" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('DScjX1CfRCA', 1);print_quicklist_video('http://img.youtube.com/vi/DScjX1CfRCA/default.jpg',document.getElementById('video_title_text_2_38047_600').innerHTML,'kenantr','DScjX1CfRCA','10:00');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_DScjX1CfRCA" border="0" onMouseover="mouse_over_add_icon('DScjX1CfRCA');return false;" onMouseout="mouse_out_add_icon('DScjX1CfRCA');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=DScjX1CfRCA&mode=related&search=" id="video_title_text_2_38047_600" rel="nofollow">Cem Yılmaz Komik Video Çok komik çok :) cmylmz</a><br/>
				<span class="runtime">10:00</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/kenantr" class="dg" rel="nofollow">kenantr</a><br/>
					<span class="grayText">Views:</span> 38047
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=ZKbz1vOIZgc&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img class="vimgSm" src="http://img.youtube.com/vi/ZKbz1vOIZgc/default.jpg" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('ZKbz1vOIZgc', 1);print_quicklist_video('http://img.youtube.com/vi/ZKbz1vOIZgc/default.jpg',document.getElementById('video_title_text_3_15514_76').innerHTML,'buukly93','ZKbz1vOIZgc','01:16');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_ZKbz1vOIZgc" border="0" onMouseover="mouse_over_add_icon('ZKbz1vOIZgc');return false;" onMouseout="mouse_out_add_icon('ZKbz1vOIZgc');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=ZKbz1vOIZgc&mode=related&search=" id="video_title_text_3_15514_76" rel="nofollow">CEM YILMAZ'DAN HAYRANLARINA MESAJ CMYLMZ LEVENT KIRCA</a><br/>
				<span class="runtime">01:16</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/buukly93" class="dg" rel="nofollow">buukly93</a><br/>
					<span class="grayText">Views:</span> 15514
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=oAqNQyZLSSI&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img class="vimgSm" src="http://img.youtube.com/vi/oAqNQyZLSSI/default.jpg" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('oAqNQyZLSSI', 1);print_quicklist_video('http://img.youtube.com/vi/oAqNQyZLSSI/default.jpg',document.getElementById('video_title_text_4_3310_11').innerHTML,'guzinn','oAqNQyZLSSI','00:11');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_oAqNQyZLSSI" border="0" onMouseover="mouse_over_add_icon('oAqNQyZLSSI');return false;" onMouseout="mouse_out_add_icon('oAqNQyZLSSI');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=oAqNQyZLSSI&mode=related&search=" id="video_title_text_4_3310_11" rel="nofollow">cmylmz</a><br/>
				<span class="runtime">00:11</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/guzinn" class="dg" rel="nofollow">guzinn</a><br/>
					<span class="grayText">Views:</span> 3310
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=stWDKHizS9E&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_5" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('stWDKHizS9E', 1);print_quicklist_video('http://img.youtube.com/vi/stWDKHizS9E/default.jpg',document.getElementById('video_title_text_5_89379_274').innerHTML,'Janissary','stWDKHizS9E','04:34');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_stWDKHizS9E" border="0" onMouseover="mouse_over_add_icon('stWDKHizS9E');return false;" onMouseout="mouse_out_add_icon('stWDKHizS9E');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=stWDKHizS9E&mode=related&search=" id="video_title_text_5_89379_274" rel="nofollow">Asker yapimi CmYlmz Doritos Reklami</a><br/>
				<span class="runtime">04:34</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/Janissary" class="dg" rel="nofollow">Janissary</a><br/>
					<span class="grayText">Views:</span> 89379
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=QqsM_bXdig8&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_6" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('QqsM_bXdig8', 1);print_quicklist_video('http://img.youtube.com/vi/QqsM_bXdig8/default.jpg',document.getElementById('video_title_text_6_2597_88').innerHTML,'pentagram833','QqsM_bXdig8','01:28');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_QqsM_bXdig8" border="0" onMouseover="mouse_over_add_icon('QqsM_bXdig8');return false;" onMouseout="mouse_out_add_icon('QqsM_bXdig8');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=QqsM_bXdig8&mode=related&search=" id="video_title_text_6_2597_88" rel="nofollow">cmylmz</a><br/>
				<span class="runtime">01:28</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/pentagram833" class="dg" rel="nofollow">pentagram833</a><br/>
					<span class="grayText">Views:</span> 2597
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=dcC0_9USSFU&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_7" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('dcC0_9USSFU', 1);print_quicklist_video('http://img.youtube.com/vi/dcC0_9USSFU/default.jpg',document.getElementById('video_title_text_7_25188_19').innerHTML,'BL00DL1N3','dcC0_9USSFU','00:19');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_dcC0_9USSFU" border="0" onMouseover="mouse_over_add_icon('dcC0_9USSFU');return false;" onMouseout="mouse_out_add_icon('dcC0_9USSFU');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=dcC0_9USSFU&mode=related&search=" id="video_title_text_7_25188_19" rel="nofollow">CMYLMZ Doritos a La Turca</a><br/>
				<span class="runtime">00:19</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/BL00DL1N3" class="dg" rel="nofollow">BL00DL1N3</a><br/>
					<span class="grayText">Views:</span> 25188
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=s18HAfdEFNg&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_8" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('s18HAfdEFNg', 1);print_quicklist_video('http://img.youtube.com/vi/s18HAfdEFNg/default.jpg',document.getElementById('video_title_text_8_24961_381').innerHTML,'gosgofilo','s18HAfdEFNg','06:21');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_s18HAfdEFNg" border="0" onMouseover="mouse_over_add_icon('s18HAfdEFNg');return false;" onMouseout="mouse_out_add_icon('s18HAfdEFNg');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=s18HAfdEFNg&mode=related&search=" id="video_title_text_8_24961_381" rel="nofollow">CMYLMZ Küfür ediyor Bu Çekim Hatalarını Hala izlemeyen varmı</a><br/>
				<span class="runtime">06:21</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/gosgofilo" class="dg" rel="nofollow">gosgofilo</a><br/>
					<span class="grayText">Views:</span> 24961
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=RH3qITf0j7w&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_9" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('RH3qITf0j7w', 1);print_quicklist_video('http://img.youtube.com/vi/RH3qITf0j7w/default.jpg',document.getElementById('video_title_text_9_507_81').innerHTML,'serkanuslu','RH3qITf0j7w','01:21');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_RH3qITf0j7w" border="0" onMouseover="mouse_over_add_icon('RH3qITf0j7w');return false;" onMouseout="mouse_out_add_icon('RH3qITf0j7w');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=RH3qITf0j7w&mode=related&search=" id="video_title_text_9_507_81" rel="nofollow">OKULDA CMYLMZ KARİKATÜR ÇİZDİM :) ___0002</a><br/>
				<span class="runtime">01:21</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/serkanuslu" class="dg" rel="nofollow">serkanuslu</a><br/>
					<span class="grayText">Views:</span> 507
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=VpKd4nk6g3E&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_10" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('VpKd4nk6g3E', 1);print_quicklist_video('http://img.youtube.com/vi/VpKd4nk6g3E/default.jpg',document.getElementById('video_title_text_10_8543_95').innerHTML,'ByOzii','VpKd4nk6g3E','01:35');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_VpKd4nk6g3E" border="0" onMouseover="mouse_over_add_icon('VpKd4nk6g3E');return false;" onMouseout="mouse_out_add_icon('VpKd4nk6g3E');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=VpKd4nk6g3E&mode=related&search=" id="video_title_text_10_8543_95" rel="nofollow">sexy girl</a><br/>
				<span class="runtime">01:35</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/ByOzii" class="dg" rel="nofollow">ByOzii</a><br/>
					<span class="grayText">Views:</span> 8543
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=7bQ0mn2YG80&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_11" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('7bQ0mn2YG80', 1);print_quicklist_video('http://img.youtube.com/vi/7bQ0mn2YG80/default.jpg',document.getElementById('video_title_text_11_2591_344').innerHTML,'10gs1905','7bQ0mn2YG80','05:44');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_7bQ0mn2YG80" border="0" onMouseover="mouse_over_add_icon('7bQ0mn2YG80');return false;" onMouseout="mouse_out_add_icon('7bQ0mn2YG80');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=7bQ0mn2YG80&mode=related&search=" id="video_title_text_11_2591_344" rel="nofollow">ERŞAN KUNERİ-(cem yılmaz/cmylmz) :)))</a><br/>
				<span class="runtime">05:44</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/10gs1905" class="dg" rel="nofollow">10gs1905</a><br/>
					<span class="grayText">Views:</span> 2591
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=CkKLZzY1AJw&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_12" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('CkKLZzY1AJw', 1);print_quicklist_video('http://img.youtube.com/vi/CkKLZzY1AJw/default.jpg',document.getElementById('video_title_text_12_1828_608').innerHTML,'youtrbe','CkKLZzY1AJw','10:08');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_CkKLZzY1AJw" border="0" onMouseover="mouse_over_add_icon('CkKLZzY1AJw');return false;" onMouseout="mouse_out_add_icon('CkKLZzY1AJw');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="title" onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=CkKLZzY1AJw&mode=related&search=" id="video_title_text_12_1828_608" rel="nofollow">gora</a><br/>
				<span class="runtime">10:08</span>
				</div>
				<div class="facets">
					<span class="grayText">From:</span> <a href="/user/youtrbe" class="dg" rel="nofollow">youtrbe</a><br/>
					<span class="grayText">Views:</span> 1828
				</div>
				</div></td>
			</tr></table>
		</div> <!-- end vWatchEntry -->
		<div class="vWatchEntry  ">
			<table><tr>
			<td>
				<div class="img marT0">
					<a href="/watch?v=a8HcB2CR-iA&mode=related&search=" onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img class="vimgSm" id="side_img_13" src="/img/pixel.gif" /></a>
				</div>
				<div id="add_img" class="addtoQLRelatedIE">
					<a href="#" onClick="clicked_add_icon('a8HcB2CR-iA', 1);print_quicklist_video('http://img.youtube.com/vi/a8HcB2CR-iA/default.jpg',document.getElementById('video_title_text_13_59016_554').innerHTML,'Tamerair','a8HcB2CR-iA','09:14');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_a8HcB2CR-iA" border="0" onMouseover="mouse_over_add_icon('a8HcB2CR-iA');return false;" onMouseout="mouse_out_add_icon('a8HcB2CR-iA');return false;"  src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
				</div>
			</td>
			<td><div class="</description>



		 

		 

         </item>

	

 	 

      

    </channel>

</rss>

 

 

 








