﻿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\/02-17\/02152111.htm' target='_blank'><img src='http:\/\/www.laotela.com\/uploadfiles\/belazy\/2008\/2-17\/pic2008217152942_small.jpg'><\/a><BR><a href='http:\/\/www.laotela.com\/articles\/celebrity\/2008\/02-17\/02152111.htm' target='_blank'>白羊座名人：《花花公子》创办者休·海夫纳<\/a> 生于1926-4-9  <\/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\/02-17\/02152111.htm' target='_blank'><img src='http:\/\/www.laotela.com\/uploadfiles\/belazy\/2008\/2-17\/pic2008217152942_small.jpg'><\/a><\/td><td><a href='http:\/\/www.laotela.com\/articles\/celebrity\/2008\/02-17\/02152111.htm' target='_blank'>白羊座名人：《花花公子》创办者休·海夫纳<\/a> 生于1926-4-9   <\/td><\/tr> <\/table><\/li><\/ul>\");");
document.writeln("}");
document.writeln("<\/script>");
