function flashShow(lix,lix1,lix2){
	var fs='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+lix1+'" height="'+lix2+'"> <param name="movie" value="'+lix+'"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed src="'+lix+'" width="'+lix1+'" height="'+lix2+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed></object>';
	document.write(fs);
}

function urladd(){
	var now = new Date();
	var year = now.getYear();
	var month = now.getMonth();
	month++;
	var day = now.getDate();
	var hour = now.getHours();
	var minute = now.getMinutes();
	var second = now.getSeconds();
	var s = 'n'+year+month+day+hour+minute+second;
	return s;
}
