﻿document.writeln("<script>");
document.writeln("function getparastr(strname) ");
document.writeln("{ ");
document.writeln("var hrefstr,pos,parastr,para,tempstr; ");
document.writeln("hrefstr = window.location.href; ");
document.writeln("pos = hrefstr.indexOf(\"?\") ");
document.writeln("parastr = hrefstr.substring(pos+1); ");
document.writeln("para = parastr.split(\"&\"); ");
document.writeln("tempstr=\"\"; ");
document.writeln("for(i=0;i<para.length;i++) ");
document.writeln("{ ");
document.writeln("tempstr = para[i]; ");
document.writeln("pos = tempstr.indexOf(\"=\"); ");
document.writeln("if(tempstr.substring(0,pos) == strname) ");
document.writeln("{ ");
document.writeln("	return tempstr.substring(pos+1); ");
document.writeln("  ");
document.writeln("} ");
document.writeln("} ");
document.writeln("return null; ");
document.writeln("} ");
document.writeln("\/\/ 获取program参数 ");
document.writeln("var programstr = getparastr(\"type\"); ");
document.writeln("\/\/document.write(programstr)");
document.writeln("if (programstr == null) {");
document.writeln("	document.write(\"<ul><li><a href='http:\/\/www.laotela.com\/articles\/celebrity\/2008\/new\/143.htm' target='_blank'><img src='http:\/\/www.laotela.com\/uploadfiles\/belazy\/2008\/1-29\/pic2008129164511_small.jpg'><\/a><BR><a href='http:\/\/www.laotela.com\/articles\/celebrity\/2008\/new\/143.htm' target='_blank'>白羊座名人：世界著名指挥大师卡拉扬<\/a> 生于1908-4-5  <\/li><\/ul>\");");
document.writeln("}");
document.writeln("else {");
document.writeln("	document.write(\"<ul><li><table width='100%' border='0'><tr><td style='width:124px;'><a href='http:\/\/www.laotela.com\/articles\/celebrity\/2008\/new\/143.htm' target='_blank'><img src='http:\/\/www.laotela.com\/uploadfiles\/belazy\/2008\/1-29\/pic2008129164511_small.jpg'><\/a><\/td><td><a href='http:\/\/www.laotela.com\/articles\/celebrity\/2008\/new\/143.htm' target='_blank'>白羊座名人：世界著名指挥大师卡拉扬<\/a> 生于1908-4-5   <\/td><\/tr> <\/table><\/li><\/ul>\");");
document.writeln("}");
document.writeln("<\/script>");
