// JavaScript Document function GetCouponCode(code, url) { window.alert(code); if(url) { window.location = url; } } function SwitchTab(visible_tab, visible_panel) { var panels = new Array('PanelPopularPosts', 'PanelLatestPosts', 'PanelComments', 'PanelSubscribe'); var tabs = new Array('TabPopular', 'TabLatest', 'TabComments', 'TabSubscribe'); for(i=0;i