AWS
CHF Owner
We’re live from HTC’s New York City media event where HTC is expected to announce the HTC Rezound for Verizon Wireless. It’s the first smartphone that should come with Beats audio built-in, and in addition, the display is rumored to pack in a full 720p resolution screen, and run the latest version of HTC Sense for Android. There might be a surprise or two in store as well, so hit the break for all the live coverage.
.liveblog-opts {
display:block;
padding:7px 3px;
margin: 10px 0 15px;
/*background: #B2D0F5;
border: 1px solid #0A2A52;
*/
background: #F9F9F9;
border: 1px solid #E9E9E9;
}
.liveblog-opts h4 {
font: 14px/1.25 arial,helvetica,clean,sans-serif;
font-weight:bold;
/*font-size:14px;*/
color:#404040;
margin:0;
display:inline;
}
.liveblog-opts a {
font-weight:bold;
}
.liveblog-opts .lb-opts-refresh {
float:right;
}
.liveblog-opts strong {
font-weight:normal;
color:#757575;
}
Sorting: Newest First | Oldest First
Auto-refresh: On | Off
function bgr_lb_sort(order) {
jQuery.cookie('liveblog-sort', order, { expires: 1 });
window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );
jQuery('#liveblog-opts-110833').css('display', 'block');
// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i