// JavaScript Document
if (color1=='') {color='#000000';}
if (color2=='') {oncolor='#FFFFFF';}


detail='<font color='+color1+' >'
detail=detail+'<font color='+color1+' >版權所有：聯意製作股份有限公司 &copy; 2002-2011 TVBS Inc• All Rights Reserved•</font><br>'
detail=detail+'<font color='+color1+' >網站設計規劃：TVBS多媒體事業部</font><br>'

detail2='<font color='+color2+' >'
detail2=detail+'<a onclick=openw("http://www1.tvbs.com.tw/tvbs2011/listpage.html")  style="cursor: hand" ><font  color='+color2+' ><u>TVBS.COM.TW網站使用協定</u></font></a>'

//document.write(detail);
document.write(detail2);


function openw(urls) { 
if (window.closed)
{window.open(urls,'_blank');}
else
{window.open(urls,'_parent');}
//self.close(); 
} 
  

