var pages = ['/','http://blog.picknbuy24.com'];
function go (pageIndex){
 document.location = pages[pageIndex];
 return true;
}
