﻿// JavaScript Document
<!-- 
var spcbg 
do spcbg = Math.random().toString().charAt(2); 
while (spcbg > 4 || spcbg < 1); 
document.writeln("<style type=\"text/css\"><!--"); 
document.writeln("#sp_bg{background:url(/specialtopic/Beijing/img/" + spcbg + ".jpg) #fff bottom no-repeat;"); 
//document.writeln("width:188px;height:521px;}"); 
document.writeln("--></style>"); 
//--> 
