﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN">
<head>
	
	<!--
	__     __                            _            
  _________  ____  / /____/ /_________  ____ _____ ___  (_)___  ____ _
 / ___/ __ \/ __ \/ / ___/ __/ ___/ _ \/ __ `/ __ `__ \/ / __ \/ __ `/
/ /__/ /_/ / /_/ / (__  ) /_/ /  /  __/ /_/ / / / / / / / / / / /_/ / 
\___/\____/\____/_/____/\__/_/   \___/\__,_/_/ /_/ /_/_/_/ /_/\__, /  
                                                             /____/  
                                                             
                                                             -->
	<!-- metatag -->		
	<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
     <title>CoolStreaming Platform Internet Tv: Social TV / WebTV / IPTV</title>
    <meta name="keywords" content="iptv,webtv,webradio,p2p-tv,net-tv,streaming,mobile,iphone,ipad,android,tv connected,application">
    <meta name="description" content="Coolstreaming the Biggest Internet Tv Platform. News Social Tv sharing and enjoy when watch your favorite tv. Available on iphone,ipad,android,google tv">
    <meta name="author" content="coolstreaming.us">
    <meta name="copyright" content="Copyright (c) Coolstreaming">
    <meta name="revisit-after" content="1 days">
    <meta name="distribution" content="Global">
    <meta name="robots" content="index, follow" />
    <meta name="verify-v1" content="RHSJDxSxSsjzdR+49mQnUFnG3fMnT0Lq/m6aVr/3+SI=" />
    <LINK REL="shortcut icon" HREF="http://www.coolstreaming.us/favicon.ico">
    <link rel="canonical" href="http://www.coolstreaming.us/" />
    <link rel="image_src" href="http://www.coolstreaming.us/images/live_src.jpg" />
    <link href="https://plus.google.com/102144310521709553126" rel="publisher" />
    	<!-- metatag -->	
    		<!-- share social -->	
    <meta property='og:locale' content='en_en'/>
    <meta property='og:title' content='CoolStreaming Platform Internet Tv: Social TV / WebTV / IPTV'/>
    <meta property='og:description' content='Coolstreaming the Biggest Internet Tv Platform. News Social Tv sharing and enjoy when watch your favorite tv. Available on iphone,ipad,android,google tv'/>
    <meta property='og:url' content='http://www.coolstreaming.us/'/>
    <meta property='og:site_name' content='CoolStreaming.us'/>
    <meta property='og:type' content='website'/>
    <meta property='og:image' content='http://www.coolstreaming.us/images/live_src.jpg'/>
	<!-- end share social -->
  
  
    <!--CSS-->
	<!-- blueprin CSS -->
	<link href="css/blueprint/print.css" media="print" rel="stylesheet" type="text/css" />
	<link href="css/blueprint/screen3.css" media="screen" rel="stylesheet" type="text/css" />
	<!--[if IE]><link href="/css/blueprint/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
 
	<!-- default CSS -->
	<link href="css/layout.css" media="screen" rel="stylesheet" type="text/css" />
	<link href="css/system.css" media="screen" rel="stylesheet" type="text/css" />
	<link href="css/bottom_bar.css" media="screen" rel="stylesheet" type="text/css" />

    <!-- slide_show CSS -->
	<link href="css/slide_show.css" media="screen" rel="stylesheet" type="text/css" />
	
	<!-- IE CSS -->
	<!--[if IE 6]><link href="css/ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif 6]-->
	<!--[if IE 7]><link href="css/ie7.css" media="screen" rel="stylesheet" type="text/css" /><![endif 7]-->

 	
	<!-- CSS SPECIAL -->
	
	
	<!-- javascripts -->
	<!--[if lt IE 7]><script src="js/pngfix.js" type="text/javascript"></script><![endif]-->
	<script src="js/jquery-1.4.4.min.js" type="text/javascript"></script> 
	
	<!-- javascripts slide_show-->
	<script src="js/slide_show.js" type="text/javascript"></script>

    <script type="text/javascript">
    $.noConflict();
    jQuery(document).ready(function($) {
      	
      	//Open & Close splash box
    	//on/off jQuery("#splash_box").hide(); 
    	jQuery(".openClose").click(function(){
    		jQuery(".openClose").toggleClass("splash_opened").next().slideToggle("slow");
    		return false;
    	});
    	
    	jQuery("#slide_box").scrollable({circular: true, mousewheel: false}).navigator().autoscroll({
        	interval: 7000		
        });
    	
    	jQuery("#labs_cn").scrollable({circular: true, mousewheel: false}).navigator().autoscroll({
            interval: 5000		
        });
        
        //bottom_bar
        var menuRoot = jQuery( "#menu-root" );
		var menu = jQuery( "#menubottom" );

		// Hook up menu root click event.
		menuRoot
			.attr( "href", "javascript:void( 0 )" )
			.click(
				function(){
					// Toggle the menu display.
					menu.toggle();

					// Blur the link to remove focus.
					menuRoot.blur();

					// Cancel event (and its bubbling).
					return( false );
				});

		// Hook up a click handler on the document so that
		// we can hide the menu if it is not the target of
		// the mouse click.
		jQuery( document ).click(
			function( event ){
				// Check to see if this came from the menu.
				if (
					menu.is( ":visible" ) &&
					!jQuery( event.target ).closest( "#menubottom" ).size()
					){
					// The click came outside the menu, so
					// close the menu.
					menu.hide();
				}
					if (
    					jQuery( "#lang_list" ).is( ":visible" ) &&
    					!jQuery( event.target ).closest( "#lang_list" ).size()
    					){
    					// The click came outside the menu, so
    					// close the menu.
    					jQuery( "#lang_list" ).hide();
    				}
			});
			
			//lang bars
            var menuRootLagn = jQuery( "#lang-root" );
    		var menuLagn = jQuery( "#lang_list" );

    		// Hook up menu root click event.
    		menuRootLagn
    			.attr( "href", "javascript:void( 0 )" )
    			.click(
    				function(){
    					// Toggle the menu display.
    					menuLagn.toggle();

    					// Blur the link to remove focus.
    					menuRootLagn.blur();

    					// Cancel event (and its bubbling).
    					return( false );
    				});
    	
    
    	
    });
    
    

 

 
    </script>

<!-- analytics test -->  
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-2463697-1']);
  _gaq.push(['_setDomainName', '.coolstreaming.us']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!-- end analytics -->

</head>
<body>

    <!--bottom bar -->
   	<div id="site-bottom-bar" class="fixed-position">
   	    <div class="container">
   	    <div class="column span-12">    
		    <div id="site-bottom-bar-frame">
			    <div id="site-bottom-bar-content">
                
				    <a id="menu-root" href="#"><img src="images/layout/logo_bar.png" /></a>
 
				    <div id="menubottom">
				        <div id="cn_dx_sx_bottom">
				        <div id="dx_bottom">
                            <div class="title_bottom_menu cs_mobile_bottom">cs mobile</div>
                			<a href="http://mobile.coolstreaming.us/iphone">CS on Iphone</a>
                			<a href="http://mobile.coolstreaming.us/ipad">CS on Ipad</a>
                			<a href="http://mobile.coolstreaming.us/android-tablet">CS on Android Tablet</a>
                			<a href="http://mobile.coolstreaming.us/android">CS on Android</a>
                			<a href="http://www.coolstreaming.us/tv-surf">CS on Google Tv</a>
				        </div>
				        <div id="sx_bottom">
				        <!--lista con il maggior numero di elementi (più lunga)-->    
				            <div class="title_bottom_menu cs_sites_bottom">cs network</div>
					        <a href="http://www.coolstreaming.us">Home</a>
					        <a href="http://live.coolstreaming.us">Live</a>
					        <a href="http://webtv.coolstreaming.us">WebTv</a>
					        <a href="http://webradio.coolstreaming.us">WebRadio</a>
					        <a href="http://mediacenter.coolstreaming.us">Mediacenter</a>
					        <a href="http://coolstreamingtoolbarv10.ourtoolbar.com/" target="_new">Toolbar</a>
					    </div>
					    </div>
					  
					    <div id="on_social">
                           <span>cs on social media</span> 				       
                           <ul>
                              <li><a href="http://www.coolstreaming.us/page/feedrss.html"><img src="http://www.coolstreaming.us/images/layout/rss.png" /></a></li>
                              <li><a href="http://twitter.com/csofficial_tw"><img src="http://www.coolstreaming.us/images/layout/twitter.png" /></a></li>
                              <li><a href="http://facebook.com/csofficial"><img src="http://www.coolstreaming.us/images/layout/facebook.png" /></a></li>
                           </ul>
                        </div>
				    </div>
			    </div>
		    </div>
		</div>
		<div class="column span-12 last login_sign_up"><span class="login_bottom"><a href="http://www.coolstreaming.us/forum/index.php">login</a> </span> <img alt="sep" src="images/layout/sep_bottom.png" /> <span><a href="http://www.coolstreaming.us/forum/register.php">sign up</a></span></div>
		</div>    
	</div>
    <!--end bottom bar -->
    
    <!--splash -->
    <div id="splash">
        <div class="container">
            <div class="column span-24 openClose"><a href="#"></a></div>
            <div class="column span-24" id="splash_box">
            	<div class="block">
            		<!--Content splash-->
            		<a href="http://labs.coolstreaming.us"><img src="images/cslab8.png"></a>
            	</div>
            </div>
        </div>
    </div>
    <!--end splash -->
    
    <!-- menu -->
    <div id="menu">
        <div class="container">

            <div id="logo"class="column span-7">
                <!--lang menu -->
                <div id="lang_menu">
                    <div>
                        <span> EN</span>
                        <span><a id="lang-root" href="#"><img src="http://www.coolstreaming.us/images/flags/us.gif" /> <img src="images/layout/arrow_lang.png" /></a></span>
                        <ul id="lang_list">
                            <li><a href="#"><img src="http://www.coolstreaming.us/images/flags/us.gif" /> English</a></li>
                        </ul>
                    </div>
                </div>
                <!-- end lang menu -->
                <a href="http://www.coolstreaming.us"><img src="images/layout/logo.png" /></a>
            </div>
            <div id="menu_items" class="column span-12">
                <ul>
                    <li class="item_selected"><a href="#">home</a></li>
                    <li><a href="http://live.coolstreaming.us">live</a></li>
                    <li><a href="http://mobile.coolstreaming.us">mobile</a></li>
                    <li><a href="http://webtv.coolstreaming.us">web tv</a></li>
                    <li><a href="http://webradio.coolstreaming.us">radio</a></li>
                    <li><a href="forum">forum</a></li>    
                </ul>
            </div>
            <div id="search"class="column span-5 last">
                <form method="get" action="http://www.coolstreaming.us/search_channel.php">
                        <input name="term" type="text" /> 
                </form>
            </div>
        </div>
    </div>
    <!--end menu -->
     <!-- submenu -->
    <div id="submenu">
        <div class="container">
            <ul>
                <li><a href="http://www.coolstreaming.us/add_channel.php">Add Channel Web/Mobile [NEW]</a></li>
                <li><a href="http://www.coolstreaming.us/categories">Categories</a></li>
                <li><a href="http://www.coolstreaming.us/download">Download Section</a></li>
                <li><a href="http://video.coolstreaming.us">Video</a></li>
                <li><a href="http://webcam.coolstreaming.us">Webcam</a></li>
                                <li><a href="http://www.coolstreaming.us/page/systemstatus.html">Status</a></li>

            </ul>
        </div>
    </div>
    <!--end submenu -->

    
    <!-- slideshow -->
    <div id="slideshow">
        <div class="container">
            <div class="navi"></div>
            
            <div class="scrollable" id="slide_box">   
               <!-- root element for the items -->
               <div class="items"><div>
               	<span class="items_box">
                           <a href="http://www.coolstreaming.us/blog/oscar-2012-in-diretta-streaming/">Watch</a>
                           <span class="splash_title">Oscar 2013</span>
                           <span class="splash_sub_title">live coverage HD</span>
                           <span class="splash_text"><b></b></span>
                           <span class="splash_time">24 feb. 5 P.M. | 24:00 CET</span>
                        </span>
                        <a href="http://www.coolstreaming.us/blog/oscar-2012-in-diretta-streaming/"><img src="images/oscar20131.jpg" /></a>
                    </div>
               	 <div>
                       <span class="items_box">
                           <a href="http://mobile.coolstreaming.us">Visit</a>
                           <span class="splash_title">CoolStreaming</span>
                           <span class="splash_sub_title">Iphone,Ipad,Android,Google Tv</span>
                           <span class="splash_text"><b></b></span>
                           <span class="splash_time"></span>
                        </span>
                        <a href="http://mobile.coolstreaming.us"><img src="images/layout/prod8.png" /></a>
                    </div>
               	<div>
                       <span class="items_box">
                           <a href="http://mobile.coolstreaming.us/ipad">Site</a>
                           <span class="splash_title">CoolStreaming HD</span>
                           <span class="splash_sub_title">The best App for Tv</span>
                           <span class="splash_text"><b></b></span>
                           <span class="splash_time">on Ipad 1/2</span>
                        </span>
                        <a href="http://mobile.coolstreaming.us/ipad"><img src="images/layout/ipadhdb.jpg" /></a>
                    </div>
             
                 <div>
                       <span class="items_box">
                           <a href="http://games.coolstreaming.us/">PLAY</a>
                           <span class="splash_title">5000 FlahGames</span>
                           <span class="splash_sub_title">play and enjoy!</span>
                           <span class="splash_text">include tournament</span>
                           <span class="splash_time"></span>
                        </span>
                        <a href="http://games.coolstreaming.us"><img src="images/layout/flashg.jpg" /></a>
                    </div>
                   <div>
                       <span class="items_box">
                           <a href="http://webradio.coolstreaming.us">Live Now</a>
                           <span class="splash_title">WebRadio</span>
                           <span class="splash_sub_title">Live Streaming</span>
                           <span class="splash_text">Listen over 4000 Webradio online</span>
                           <span class="splash_time"></span>
                        </span>
                        <a href="http://webradio.coolstreaming.us"><img src="images/layout/test1.png" /></a>
                    </div>
                    <div>
                       <span class="items_box">
                           <a href="http://webcam.coolstreaming.us">Live Now</a>
                           <span class="splash_title">WebCam</span>
                           <span class="splash_sub_title">Live Streaming</span>
                           <span class="splash_text">10.000 Webcam also in live streaming</span>
                           <span class="splash_time"></span>
                        </span>
                        <a href="http://webcam.coolstreaming.us"><img src="images/layout/test2.png" /></a>
                    </div>
                 
                   
                    <!--<div><img src="images/layout/test2.png" /></div>-->
                     <!--<div><img src="images/layout/test3.png" /></div>-->
                </div>
            </div>
            </div>
        </div>
    </div>
<p align="center"><a href="http://network.coolstreaming.us" target="_blank"><img border="0" src="images/benws3.png" width="950" height="35"></a></p>

   <p align="center"><map name="FPMap0">
<area href="http://musix.coolstreaming.us" shape="rect" coords="3, 10, 307, 171">
<area href="http://mobile.coolstreaming.us/android" shape="rect" coords="328, 12, 629, 174">
<area href="http://mobile.coolstreaming.us/iphone" shape="rect" coords="650, 12, 949, 173"></map><img border="0" src="images/bar45.png" usemap="#FPMap0" width="950" height="180"></p>


   <!-- main -->
    <div id="main" class="container">
        <div class="column span-24"><img src="images/layout/top_main.png" /></div>
        <!-- left column-->
        <div class="column span-16">
            
            <!-- featured live tv-->
            <div id="featured_live_tv">
            	<div id="mio_div_interno">
            		<!-- tv hp -->
            		
  <script type='text/javascript' src='http://www.coolstreaming.us/blog/swfobject.js'></script>
<div id="mediaspace">
  This text will be replaced
</div>
<script type="text/javascript">var so = new SWFObject('http://www.coolstreaming.us/blog/player.swf','mpl','379','247','9');so.addParam('allowfullscreen','true');so.addParam('allowscriptaccess','always');so.addParam('wmode','opaque');so.addVariable('file','http://www.coolstreaming.us/ads/finale_cshd.mov');so.addVariable('linktarget','http://mobile.coolstreaming.us/iphone');so.addVariable('controlbar','none');so.addVariable('dock','false');so.addVariable('image','images/ipadmini.png');so.write('mediaspace');</script><!-- end tv hp -->    		
            		

</div>
                <ul>
                    

		<li class="list_cannels_featured_live_tv top001">
                        <a href="http://www.coolstreaming.us/channel/52936/Virgin_tv.html">
                           <img src="images/lg1.gif"><!-- 55x45-->
                            <span class="channel_title_list">Virgin tv</span>
                            <span class="channel_desc_list"><img border="0" src="../../module/5.gif"></span>
                        </a>
                    </li>	
				
		<li class="list_cannels_featured_live_tv top001">
                        <a href="http://www.coolstreaming.us/channel/53683/Fashion_tv_europe__.html">
                           <img src="images/lg1.gif"><!-- 55x45-->
                            <span class="channel_title_list">Fashion tv europe  </span>
                            <span class="channel_desc_list"><img border="0" src="../../module/5.gif"></span>
                        </a>
                    </li>	
				
		<li class="list_cannels_featured_live_tv top001">
                        <a href="http://www.coolstreaming.us/channel/5635/Rock_Tv.html">
                           <img src="images/lg1.gif"><!-- 55x45-->
                            <span class="channel_title_list">Rock Tv</span>
                            <span class="channel_desc_list"><img border="0" src="../../module/3.gif"></span>
                        </a>
                    </li>	
				
		<li class="list_cannels_featured_live_tv top001">
                        <a href="http://www.coolstreaming.us/channel/50861/Dance_tv.html">
                           <img src="images/lg1.gif"><!-- 55x45-->
                            <span class="channel_title_list">Dance tv</span>
                            <span class="channel_desc_list"><img border="0" src="../../module/4.gif"></span>
                        </a>
                    </li>	
				   
                </ul>
            </div>
            
            <div id="eatured_live_button">
                <a id="featured_live_button_b" href="http://www.coolstreaming.us/moreft.php?sort=id4">featured live tv</a>
            </div>
            <!-- end featured live tv-->
        
            <!-- adv 468x60 -->
            <br><div class="adv_center_468x60">
                <div><script type="text/javascript"><!--
google_ad_client = "pub-1425661105125371";
/* banner_468_hp_above */
google_ad_slot = "1525879762";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
            </div>
            <!-- end adv 468x60 -->
        <!-- new users channels -->
             <div id="new_channels">
                <h3>News on CS</h3>

<table border="0" width="620" cellspacing="0" cellpadding="0">
  <tr>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="27%"><a href="http://webtv.coolstreaming.us/" target="_blank"><img border="0" src="images/newst.png" width="118" height="84"></a></td>
          <td width="73%"><a href="http://webtv.coolstreaming.us/" target="_blank"><b>WEB-TV</b></a><b>
            [Beta]<br>
            </b>Watch your favorite TV in your Country. Service is a beta test.
            Available in some country.
          </td>
        </tr>
      </table>
    </td>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="31%"><a href="http://webradio.coolstreaming.us" target="_blank"><img border="0" src="images/radio11.png" width="118" height="84"></a></td>
        <td width="69%"><a href="http://webradio.coolstreaming.us" target="_blank"><b>WEBRADIO [UPDATE]</a></b><br>
            A powerful search system by CoolStreaming. Listen over 30.000 webradio now!.</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="27%"><a href="http://trailer.coolstreaming.us/" target="_blank"><img border="0" src="images/ciak82.png" width="90" height="84"></a></td>
        <td width="73%"><b><a href="http://trailer.coolstreaming.us/" target="_blank">Trailers [New]</a><br>
      </b>Watch your favorite Movies Trailers in your Country. Service is a beta test.
            Available Italy , France , Germany.</td>
        </tr>
      </table>
    </td>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="31%"><a href="http://help.coolstreaming.us" target="_blank"><img border="0" src="images/help12.png" width="90" height="90"></a></td>
          <td width="69%"><b><a href="http://help.coolstreaming.us" target="_blank">Help!</a></b>
      <b>[New]<br>
      </b>New help CoolStreaming. You can find best f.a.q for all products iphone,ipad, android,google tv..</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="27%"><a href="http://www.coolstreaming.us/page/copyrightcenter.html" target="_blank"><img border="0" src="images/copyr9.png"></a></td>
          <td width="73%"><a href="http://www.coolstreaming.us/page/copyrightcenter.html" target="_blank"><b>CopyRight Center</b></a>
      <b>[Network]<br>
            </b>Please read the new guidelines about copyright on CoolStreaming.</td>
        </tr>
      </table>
    </td>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="31%"><a href="http://www.livesearch.tv" target="_blank"><img border="0" src="http://search.coolstreaming.us/live/logolive2.png" width="118" height="84"></a></td>
          <td width="69%"><a href="http://www.livesearch.tv" target="_blank"><b>LiveSearch.tv</b></a>
      <b>[Exclusive]<br>
            </b>Search your Live now ,on Justin.tv, Ustream and many platform only on
      CS!</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
    </div>
             <!-- end users channels -->
                 <!-- check-in -->
             <div id="new_channels">
                <h3>Last Check-In Network Web & Mobile</h3>
                <IFRAME name="view" src="http://watchnow.coolstreaming.us/hp1.php" width="600" height="275" scrolling="auto" frameborder="0">
no browser</A>
 </IFRAME>
             </div>
             <!-- end check-in -->
             <!-- new channels -->
             <div id="new_channels">
                <h3>new channels</h3>
               <a href="add_channel.php"><img border="0" src="images/add23c.png"></a>
                

<table id="new_channels_table">
                    <tr>
                        <th>play</th>
                        <th>channel</th>
                        <th>category</th>
                        <th>media</th>
                        <th>bit.</th>
                        <th>ct</th>
                        <th>rec</th>
                        <th>Tv Conn.</th>
                        <th>mobile</th>
                    </tr>

		
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53844/Umbria_radio__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">Umbria radio  </td>
                        <td class="td_cat">Web-Radio</td>
                        <td class="td_media"><a href="search_tipo.php?term=mediaplay"><img src="images/mediaplay.gif" /></a></td>
                        <td class="td_bit">96 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=IT&search=search"><img src="http://www.coolstreaming.us/images/flags/IT.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record off" src="http://static.coolstreaming.us/web-hp/norecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Not Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                    </tr>
       			
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53843/M6_boutique__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">M6 boutique  </td>
                        <td class="td_cat">Gen. Tv</td>
                        <td class="td_media"><a href="search_tipo.php?term=flash"><img src="http://www.coolstreaming.us/images/flash.gif" /></a></td>
                        <td class="td_bit">400 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=FR&search=search"><img src="http://www.coolstreaming.us/images/flags/FR.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record off" src="http://static.coolstreaming.us/web-hp/norecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Not Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                    </tr>
       			
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53841/Abc_news_official__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">Abc news official  </td>
                        <td class="td_cat">News Tv</td>
                        <td class="td_media"><a href="search_tipo.php?term=flash"><img src="http://www.coolstreaming.us/images/flash.gif" /></a></td>
                        <td class="td_bit">699 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=US&search=search"><img src="http://www.coolstreaming.us/images/flags/US.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record off" src="http://static.coolstreaming.us/web-hp/norecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/icoi.jpg"></a></td>
                    </tr>
       			
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53840/Ruchemania__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">Ruchemania  </td>
                        <td class="td_cat">Web-Radio</td>
                        <td class="td_media"><a href="search_tipo.php?term=vlc"><img src="http://www.coolstreaming.us/module/vlc.gif" /></a></td>
                        <td class="td_bit">128 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=FR&search=search"><img src="http://www.coolstreaming.us/images/flags/FR.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record on" src="http://static.coolstreaming.us/web-hp/yesrecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Not Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                    </tr>
       			
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53839/Cafe24_tv__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">Cafe24 tv  </td>
                        <td class="td_cat">Music Tv</td>
                        <td class="td_media"><a href="search_tipo.php?term=flash"><img src="http://www.coolstreaming.us/images/flash.gif" /></a></td>
                        <td class="td_bit">300 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=IT&search=search"><img src="http://www.coolstreaming.us/images/flags/IT.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record off" src="http://static.coolstreaming.us/web-hp/norecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/icoi.jpg"></a></td>
                    </tr>
       			
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53838/Cnn_live__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">Cnn live  </td>
                        <td class="td_cat">News Tv</td>
                        <td class="td_media"><a href="search_tipo.php?term=justintv"><img src="http://www.coolstreaming.us/module/justintv.gif" /></a></td>
                        <td class="td_bit">300 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=US&search=search"><img src="http://www.coolstreaming.us/images/flags/US.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record off" src="http://static.coolstreaming.us/web-hp/norecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Not Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                    </tr>
       			
       		<tr>
                        <td class="td_play"><a href="http://www.coolstreaming.us/channel/53837/Julie_news__.html" title=""><img src="images/layout/play.png" /></a></td>
                        <td class="td_canali">Julie news  </td>
                        <td class="td_cat">News Tv</td>
                        <td class="td_media"><a href="search_tipo.php?term=mediaplay"><img src="images/mediaplay.gif" /></a></td>
                        <td class="td_bit">300 kb/s</td>
                        <td class="td_ct"><a href="search_country.php?term=IT&search=search"><img src="http://www.coolstreaming.us/images/flags/IT.gif" /></a></td>
                        <td class="td_rec"><img border="0" alt="record on" src="http://static.coolstreaming.us/web-hp/yesrecord.png"></td>
                        <td class="td_surf"><a href="http://www.coolstreaming.us/tv-surf" target="_blank"><img border="0" alt="Not Available on tv-surf" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                        <td class="td_no"><a href="http://mobile.coolstreaming.us/" target="_blank"><img border="0" alt="Not Available on Iphone / Windows Mobile" src="http://www.coolstreaming.us/images/ontvsurf0.gif"></a></td>
                    </tr>
       			
		 </table>



	                  <div id="sort_by"><a href="http://www.coolstreaming.us/listtv.php">sort by platform</a></div>
                <div id="all_channels"><a href="http://www.coolstreaming.us/listtv.php">all channels</a></div>
             </div>
             <!-- end new channels -->
              <!-- social test -->
            
             <!-- end social -->
            <!-- cs LABS -->
            <div id="labs">
                <div id="labs_title"><a href="http://labs.coolstreaming.us">CoolStreaming labs</a></div>
                <div  class="scrollable2" id="labs_cn">
                       <div class="items">
                           <div>
                                <a href="http://mobile.coolstreaming.us/ipad"><img src="images/layout/ipad.png" alt="ipad"></a>
                                <span class="lab_cat">On Appstore</span>
                                <span class="lab_title">CoolStreaming HD</span>
                                <span class="lab_desc">Watch your Television on Ipad in HD quality. Over 100.000 downloads on iphone!</span>
                                <span class="lab_link"><a href="http://mobile.coolstreaming.us/ipad">Click here for information</a></span>
                           </div>  
                           <div>
                                <a href="http://mobile.coolstreaming.us/iphone"><img src="images/iphonecs1p.png" alt="iphone"></a>
                                <span class="lab_cat">for Iphone 3gs,4,4s,5,Ipod 3g</span>
                                <span class="lab_title">CS on Iphone</span>
                                <span class="lab_desc">Watch your Television on Iphone. Over 100.000 downloads!</span>
                                <span class="lab_link"><a href="http://mobile.coolstreaming.us/iphone">Download Now</a></span>
                           </div>        
                       </div>
                </div>
            </div>
            <!-- end cs LABS -->
            
            <!-- cs console -->
            
            <!-- end cs console -->
             <!-- cs netv -->
              <div id="new_channels">
                <h3>Blog CS</h3>

<table border="0" width="620" cellspacing="0" cellpadding="0">
  <tr>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="27%"><a href="http://www.coolstreaming.us/blog/redtool.php" target="_blank"><img border="0" src="images/news44.jpg" width="118" height="84"></a></td>
          <td width="73%"><a href="http://www.coolstreaming.us/blog/redtool.php" target="_blank"><b>CS Blog</b></a><br>
            Visit Blog Cs for all news and watch your prefer tv. Available IT/EN</td>
        </tr>
      </table>
    </td>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="31%"><a href="http://geek.coolstreaming.us" target="_blank"><img border="0" src="images/geek8.jpg" width="118" height="84"></a></td>
        <td width="69%"><a href="http://geek.coolstreaming.us" target="_blank"><b>Geek Blog</a></b><br>
            Boost your pc with geek Blog. Tricks and cheat exclusive</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="27%"><a href="http://2012.coolstreaming.us" target="_blank"><img border="0" src="images/2012.png"></a></td>
          <td width="73%"><b><a href="http://2012.coolstreaming.us" target="_blank">2012 Blog
      </a> <br>
      </b>Ufo,CropCircle,2012, video and live tv.Selected by our Team</td>
        </tr>
      </table>
    </td>
    <td width="50%">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="31%"><a href="http://www.coolstreaming.us/blog-en" target="_blank"><img border="0" src="images/blogen.png"></a></td>
          <td width="69%"><b><a href="http://www.coolstreaming.us/blog-en" target="_blank">Blog En</a></b>
      <br>
      </b>Watch your prefer USA tv!</td>
        </tr>
      </table>
    </td>
</table>
    </div>
            <!-- end cs netv -->
           
            <!-- adv 468x60 -->
<div class="adv_center_468x60">
                <h3>adv</h3>
                <div><br><script type="text/javascript"><!--
google_ad_client = "pub-1425661105125371";
/* 468x60, homepage_footer */
google_ad_slot = "0745160530";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
 

            </div>
            <!-- end adv 468x60 -->
         <!-- cs netv -->
              <div id="console2">
              <h3 class="dx_right">Official Page</h3>
              <table border="0" cellSpacing="0" cellPadding="0" width="362">
      <tbody>
        <tr>
          <td width="67" align="center"><a href="http://www.facebook.com/csofficial" target="_blank"><img border="0" alt="News,Update on Facebook" src="images/facebook-64x64.png" width="64" height="64"></a></td>
          <td width="151" align="center"><a href="http://twitter.com/csofficial_tw" target="_blank"><img border="0" alt="Twitter" src="images/twitter-64x64.png" width="64" height="64"></a></td>
          <td width="70" align="center"><a href="http://twitter.com/csoniphone" target="_blank"><img border="0" alt="Twitter" src="images/twitter_mobile.png" width="64" height="64"></a></td>
          <td width="152" align="center"><a href="http://www.youtube.com/coolstreaming2009" target="_new"><img border="0" src="images/youtube-64x64.png" width="64" height="64"></a></td>
        </tr>
      </tbody>
    </table>
              </div>
            <!-- end cs netv -->
        </div>
        <!-- end left column-->
         
         <!-- right column-->
         <div class="column span-8 last">
             
             <!-- end ADV -->
             <div><script type="text/javascript"><!--
google_ad_client = "pub-1425661105125371";
/* 300x250, homepage_right_above */
google_ad_slot = "7629726223";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
             <!-- end ADV-->
              <!-- check-in -->
             <h3 class="dx_right">WatchNow Check-in</h3><br>
                            <IFRAME vspace="0" hspace="0" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="300" HEIGHT="290" SRC="http://watchnow.coolstreaming.us/boxc.php?limit=10&w=280&h=290"></IFRAME>

             <!-- end up check-in -->
             
             <!-- Note -->
           <p><a href="http://network.coolstreaming.us/promotetv/landing/" target="_blank"><img border="0" src="images/banst3.png" width="300" height="200"></a></p>
</p>

             <!-- end Note -->
             
             <!-- Twitter/Facebook -->
            <h3 class="dx_right">Twitter</h3>
<script src="js/widget.js"></script><br />
<script>
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'coolstreaming.us',
  interval: 6000,
  title: 'CoolStreaming Twitter',
  subject: '',
  width: 300,
  height: 220,
  theme: {
    shell: {
      background: '#E5ECF9',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#000000',
      links: '#4866CC'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
</script>

 <h3 class="dx_right">Facebook</h3>
<iframe class="fb_frame" src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FCoolStreaming%2F113898788668874&amp;width=300&amp;colorscheme=light&amp;show_faces=false&amp;stream=false&amp;header=true&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:62px;" allowTransparency="true"></iframe>
             <!-- end Facebook -->
             
              <!-- cs services -->
              <h3 class="dx_right">cs services</h3>
              <ul id="services">
                <li><a class="mediacenter" href="http://mediacenter.coolstreaming.us/"><span class="title_services">media center</span><span class="download">Download now</span></a></li>
                <li><a class="toolbar" href="http://coolstreamingtoolbarv10.ourtoolbar.com/"><span class="title_services">cs toolbar</span><span class="download">Download now</span></a></li>
                <li><a class="webtv" href="http://coolrec.coolstreaming.us/"><span class="title_services">cs webtv recorder</span><span class="download">Download now</span></a></li>
              </ul>
              <!-- end cs services -->
             <!-- other services -->
              <h3 class="dx_right">Other services</h3>
              <ul id="services">
                <li><a class="video" href="http://video.coolstreaming.us/"><span class="title_services">Video</span><span class="download">Upload your Video and share...</span></a></li>
                <li><a class="game" href="http://games.coolstreaming.us/"><span class="title_services">5000 FlashGames</span><span class="download">Over 5000 Flashgames... Enjoy</span></a></li>
                <li><a class="livesearch" href="http://www.livesearch.tv"><span class="title_services">LiveSearch.tv</span><span class="download">Search engine on justin.tv,ustream.tv...</span></a></li>
              </ul>
              <!-- end other cs services -->            
              <!-- cslive -->
            <ul id="services">
                <h3>Livesearch.tv - Last live</h3>
                                <br>
<table border="0" width="480" cellspacing="0" cellpadding="0">
  <tr>
    <td width="38%"><a href="http://search.coolstreaming.us/live/livesearch.php?stream=@ch+reckful"><img width="120" height="70" src="http://static-cdn.jtvnw.net/previews/live_user_reckful-150x113.jpg"></a></td>
    <td width="60%"><a href="http://search.coolstreaming.us/live/livesearch.php?stream=@ch+reckful"><b><u>reckful</u></b></a></font><br>
    Language: en<br>Viewers: 4100
   <br>
   Update: <br>
</tr>
</table>
 

            </ul>
             <!-- end ceslive -->
              <!-- webcam -->
            <ul id="services">
              <h3>Webcam Random</h3>
                              
    <table border="0" width="500" cellspacing="9">
  <tr>
    <td align="left" width="15%"><a href="http://webcam.coolstreaming.us/show_webcam.php?id=1010218306"><img width="120" height="70" border="0" src=http://images.webcams.travel/thumbnail/1010218306.jpg><a/></td>
    <td align="left" width="500"><a href="http://webcam.coolstreaming.us/show_webcam.php?id=1010218306"><b><u><font color="#4899FF" size="1">Zermatt Gornergrat, Matterhorn</b></u></font></a><br>
      Country: CH<br>
      City: Blatten<br>
      Viewed: 5940715 </u></td>
  </tr>
</table>

    <table border="0" width="500" cellspacing="9">
  <tr>
    <td align="left" width="15%"><a href="http://webcam.coolstreaming.us/show_webcam.php?id=1286944383"><img width="120" height="70" border="0" src=http://images.webcams.travel/thumbnail/1286944383.jpg><a/></td>
    <td align="left" width="500"><a href="http://webcam.coolstreaming.us/show_webcam.php?id=1286944383"><b><u><font color="#4899FF" size="1">Letjen Suprapto - Senen — Jakarta Pusat</b></u></font></a><br>
      Country: ID<br>
      City: Galur<br>
      Viewed: 11608 </u></td>
  </tr>
</table>

    <table border="0" width="500" cellspacing="9">
  <tr>
    <td align="left" width="15%"><a href="http://webcam.coolstreaming.us/show_webcam.php?id=1202499666"><img width="120" height="70" border="0" src=http://images.webcams.travel/thumbnail/1202499666.jpg><a/></td>
    <td align="left" width="500"><a href="http://webcam.coolstreaming.us/show_webcam.php?id=1202499666"><b><u><font color="#4899FF" size="1">Orselina-Locarno-Ascona, Madonna del Sasso</b></u></font></a><br>
      Country: CH<br>
      City: Orselina<br>
      Viewed: 195517 </u></td>
  </tr>
</table>
 
            </ul>
             <!-- end webcam -->
         </div>
         <!-- right column-->
        <div class="column span-24"><img src="images/layout/bottom_main.png" /></div>
    </div>
    <!--end main -->
    
    <!-- footer -->
    <div id="footer">
        <div class="container">
            <div id="link_f" class="column span-24">
                <ul>
                  <li><a href="http://www.coolstreaming.us/page/legale.html">Terms Of Service</a></li>
                  <li><a href="http://www.coolstreaming.us/page/company.html">About Us</a></li>
                  <li><a href="http://corporate.coolstreaming.us/">Corporate</a></li>
                  <li><a href="http://help.coolstreaming.us/">Support</a></li>
                  <li><a href="http://labs.coolstreaming.us">Labs</a></li>
                  <li><a href="http://www.coolstreaming.us/page/dmca.html">D.M.C.A.</a></li>
                                    <li><a href="http://www.coolstreaming.us/page/copyrightcenter.html">Copyright</a></li>
                  <li><a href="http://www.coolstreaming.us/page/privacy.html">Privacy</a></li>
                  <li><a href="http://dev.coolstreaming.us/">API</a></li>
                  <li><a href="http://mobile.coolstreaming.us">Mobile</a></li>
                  <li><a href="http://www.coolstreaming.us/page/ads.html">Advertise</a></li>
                                    <li><a href="http://www.coolstreaming.us/page/jobs.html">Jobs</a></li>
                                   <li><a href="http://www.coolstreaming.us/page/press.html">Press</a></li>
                  <li><a href="http://support.coolstreaming.us">Contact Us</a></li>
                </ul>
            </div>
            <div class="column span-24">
                <div class="column span-8">
                    <h5 class="mtop25">Network</h5>
                    <!--MAX 8 items -->
                    <ul class="multi">
                        <li><a href="http://live.coolstreaming.us">Live</a></li>
                        <li><a href="http://video.coolstreaming.us">Video</a></li>
                        <li><a href="http://webcam.coolstreaming.us">Webcam</a></li>
                        <li><a href="http://webtv.coolstreaming.us">WebTv</a></li>
                        <li><a href="http://webradio.coolstreaming.us">WebRadio</a></li>
                        <li><a href="http://games.coolstreaming.us">5000 Flashgames</a></li>

                    </ul>
                </div>
                <div class="column span-8 last">
                    <h5 class="mtop25">Products</h5>
                    <!--MAX 8 items -->
                    <ul class="multi">
                       <li id="menu-item-49" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="http://mobile.coolstreaming.us/iphone">Iphone</a></li>  
	<li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33"><a href="http://mobile.coolstreaming.us/ipad">Ipad</a></li>  
	<li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="http://mobile.coolstreaming.us/android">Android</a></li>  
	<li id="menu-item-699" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-699"><a href="http://mediacenter.coolstreaming.us/">Mediacenter</a></li>  
	<li id="menu-item-228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228"><a href="http://coolrec.coolstreaming.us/">Cool-Recorder</a></li>  
	<li id="menu-item-32" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32"><a href="http://www.coolstreaming.us/">ToolBar</a></li>      
			</ul>       

                    </ul>
                </div>
                <div class="column span-8 last"><img class="logobottom" alt="logobottom" src="images/layout/logo.png" /><br /></div>
            </div>
        </div>
    </div>
    <!--end footer -->
    
    <!-- credits -->
    <div id="credits">
        <div class="container">
            <div class="column span-12">&copy; Coolstreaming 2005-2013 All rights reserved</div>
            <div align="right" class="column span-12 last">
               Designed by <a href="http://www.wami.it" rel="nofollow" target="_new">Wami Agency</a>
            </div>
        </div>
    </div>
    <!--end credits -->

    <!-- i6 --> 
   <div id="i6" class="error container"><strong>Warning</strong> <br />This Site don't support Internet explorer 6. Please upgrade your browser. </div> 
   <!-- end i6 -->
</body>
</html>
