liooen 的个人资料๑۩۞۩๑ Little Green ™๑۩...日志列表留言簿更多 工具 帮助

日志


9月18日

Add flash

                                                                 
 
<EMBED src=http://www.zzsky.cn/flash/flash/200642875380695.swf type=application/x-shockwave-flash>







 
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
5月26日

ladder for great firewall

 
 

Ladder for great firewall

Great Ladder (Ladder for Great Firewall )
  
Get over Great Firewall with Great Ladder!

Gladder is a proxy tool works on a customizable sites list.

with it, you can:
* visit wikipedia.org and its sister sites
* visit google cached page
* visit gmail and orkut more stably (with https connection)
* with one click, add a site to a list then any page in the site will be opened with a web proxy

Please visit Gladder Google Group to take part in Gladder:
http://groups.google.com/group/gladder
Works with:
  • Firefox Firefox: 1.5 – 2.0.0.*
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
3月28日

Blog Songs(show lyric)

                                                                 
PART ONE:
      Effection:                                                           
 
Here are the codes that can control the song insert your blog
 
 
http://sidney.7sstudio.net/music/                
Winter%20In%20July.mp3&autoplay=yes&loop=yes width=200 height=20
 type=application/x-shockwave-flash wmode="transparent"> 

  
Download this flashplayer's skin
NOTICE: 

http://www.estvideo.com/dew/media/dewplayer.swf?son=http://www.mengyou.org/up_load/music/mp3/jianghuxiao.mp3&autoplay=yes&loop=yes 

http://www.estvideo.com/dew/media/dewplayer.swfnbsp; stands for this flashplayer's skin... 

http://www.mengyou.org/up_load/music/mp3/jianghuxiao.mp3 is the song which you'll place into your blog

nbsp;&autoplay=yes means it will paly automatically

if you dont wanna it would be played automatically,you can add "no" eg :&autoplay=no ,

PART TWO:HOW ABOUT THIS ONE?

 .

http://www.blogthissong.com/player.swf?soundFile=

http%3A%2F%2Fwww.sxdt99.com%2FWinter%2520In%2520July.mp3&playerID=10&
bg=0x00ee00&leftbg=0x357dce&lefticon=0x000000&rightbg=0xf06a51&
rightbghover=0xaf2910&righticon=0xFFFFFF&righticonhover=0xffffff&
text=0x666666&slider=0x666666&track=0xFFFFFF&border=0x666666&
loader=0x9FFFB8
&song=Winter+In+July&artist=Sarah+Brightman&
autostart=yes
width=290 height=40 type=application/x-shockwave-flash wmode="transparent">

Get codes from here:http://www.blogthissong.com 

         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
3月4日

Use Agent(open with a new window)

                                                                 
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Mago Merlin</title>
</head>
<object id="Rainbow" width="0" height="0"
classid="CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F"
codebase="#VERSION=2,0,0,0">
                                      </object>
<object id="L&HTruVoice" width="0" height="0"
classid="CLSID:B8F2846E-CE36-11D0-AC83-00C04FD97575"
codebase="#VERSION=6,0,0,0">
</object>
<script Languaje="Javascript">
var nombre;
var sender;
nombre=prompt("TYPE YOUR NAME BELOW",""); </script>

<SCRIPT language="JavaScript" type="text/javascript">
<!--//
// * http://msnltao.spaces.live.com/
var Merlin;
var UsedChars;
var MerlinID;
var MerlinACS;
var MerlinURL;
var MerlinStates;
var MerlinAnimations;
var MerlinReq;
var MerlinStatesReq;
var MerlinAnimationsReq;
var MerlinLoaded;
var LoadReq;
var HideReq;
var MerlinLeftX, MerlinCenterX, MerlinRightX;
var MerlinTopY, MerlinCenterY, MerlinBottomY;
UsedChars = "Merlin";
MerlinID = "Merlin";
MerlinACS = "Merlin.acs";
MerlinURL = "http://agent.microsoft.com/agent2/chars/Merlin/Merlin.acf";
MerlinStates = "Showing, Hiding, Speaking, Moving, Gesturing";
MerlinAnimations = "Greet, Acknowledge, Alert, Blink, Announce, DoMagic1, DoMagic2, Explain, Wave";
MerlinLoaded = false;
Window_OnLoad();
function Window_OnLoad() {
Rainbow.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
if (!MerlinLoaded) {
MerlinLoaded = LoadLocalAgent(MerlinID, ""); }
if (MerlinLoaded) {
SetCharObj(); }
CheckLoadStatus();}
function LoadLocalAgent(CharID, CharACS) {
Rainbow.RaiseRequestErrors = false;
if (CharACS == "") {
LoadReq = Rainbow.Characters.Load(CharID); }
else {
LoadReq = Rainbow.Characters.Load(CharID, CharACS); }
Rainbow.RaiseRequestErrors = true;
if (LoadReq.Status != 1) {
return(true); }
return(false);}
function SetCharObj() {
Merlin = Rainbow.Characters.Character(MerlinID);
Merlin.LanguageID = 0x409;}
function CheckLoadStatus() {
if (!MerlinLoaded) {
window.status = "Loading " + MerlinID + " Character. Please Wait...";
MerlinReq = Rainbow.Characters.Load(MerlinID, MerlinURL);
return(false); }
window.status = "";
AgentIntro();
return(true);}
function LoadError() {
var strMsg;
window.status = "";
strMsg = "Error Loading Character: " + MerlinID + "\n";
strMsg = strMsg + "This Microsoft Agent Script requires the character(s):\n";
strMsg = strMsg + UsedChars;
alert(strMsg);}
function GetScreenPositions() {
var ScreenWidth = window.screen.width;
var ScreenHeight = window.screen.height;
if ((ScreenWidth == 0) || (ScreenHeight == 0)) {
ScreenWidth = 800;
ScreenHeight = 600; }
MerlinCenterX = (parseInt(ScreenWidth / 2) - parseInt(Merlin.Width / 2));
MerlinRightX = (ScreenWidth - Merlin.Width);
MerlinCenterY = (parseInt(ScreenHeight / 2) - parseInt(Merlin.Height / 2));
MerlinBottomY = (ScreenHeight - Merlin.Height);}
function AgentIntro() {
GetScreenPositions();

// *** BEGIN CHARACTER SCRIPT ***
Merlin.MoveTo(0, 0);
Merlin.Show(300.500);
Merlin.MoveTo(800, 600);
Merlin.Play("Announce");
Merlin.Speak("Hello " + nombre + ",  Thanks for coming!Have a good time here!");
Merlin.Play("Greet");
Merlin.Play("Blink");
Merlin.Speak("add me as a friend?my msn id:msnltao@hotmail.com!!!");
Merlin.Speak("my yahoo msg is vip.atao@yahoo.com");
Merlin.Play("GetAttention");
Merlin.Play("GetAttentionContinued");
Merlin.Play("GetAttentionReturn");
Merlin.Speak("Change a link with me?(http://msnltao.spaces.live.com).");
Merlin.Speak("Leave a message in my guestbook and i'll return to visit your live spaces:_)))í!");
Merlin.Play("Wave");
Merlin.Speak("It's really nice to meet you here!!!");
Merlin.Play("Wave");
Merlin.Speak("Luck with you,my frined!!!... Bye Bye!WELOME BACK!!!");
Merlin.Hide();

// *** END CHARACTER SCRIPT ***
}
//-->
</SCRIPT>
</html>

Save these codes as  agent.htm  ,then upload this file to your webhost and get this file's url.
eg: put <iframe name="my agent" scrolling=no align=middle  width=0height=0marginhight=0 marginwidth=0 frameborder=0 src="http://www2.webng.com/atao/agent.htm"> into html box  or sandbox
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
2月28日

Use Skype!!!

             Quote                                                                 
Skype have free calls to the USA and Canada for citizens of those countries.
But how does it find out who is a citizen of these countries? Your IP address. Can this be changed? Yes. Easily? Yes


Part A
What you need:

Tor and Privoxy
http://tor.eff.org/download.html.en

DOWNLOAD THIS ONE (this automatically installs the Windows packages)
Windows: Tor & Privoxy & Vidalia bundle 0.1.1.23 CLICK HERE to Download Windows instructions; local mirror (sig). You can get the old TorCP bundle (sig) if you prefer.


Freecap
http://www.freecap.ru/eng/?p=download

FreeCap v3.18


Skype
http://www.skype.com/download/




Part B
What they do:
Tor & Privoxy - These send you through an onion router, encrypted at each stage so when you leave and enter the web you are completely anonymous.
Freecap - This allows you to send other programs through the Tor network.
Skype - VOIP - Use your computer as a phone and access any phone in the USA or Canada for free (Landlines and Mobiles) with this guide.




Part C
How to do it:
  1. Install all 3 packages
  2. (You may want to create a batch file to run all three with 1 click - see section at end)
  3. Go to Privoxy/Edit Config/Main Configuration through the start menu.
  4. Edit the file by adding the following line "forward-socks4a / localhost:9050 ." and then saving.
  5. Goto Freecap and File/New Application
  6. In the program path put the location of skype
  7. Now in Freecap change you setting so it will direct through TOR:
    1. GOTO File/Settings
    2. Set Default Proxy/Server as 127.0.0.1
    3. Set Port as 9050
    4. Set Protocol as Socks Version 4
    5. Click Apply then OK
  8. Now run Tor and Prixoxy and FreeCap (NOT SKYPE yet)
  9. Set up Firefox (or another browser so you check Tor is working)
    1. Checkout proxy server guide on http://support.shaw.ca/browsers/firefoxproxy.htm
    2. Download proxy button ddon to easily turn tor on and off (only for firefox) http://proxybutton.mozdev.org/installation.html#0_2_5
    3. Change proxy server settings to SERVER: localhost PORT:8118
    4. Put proxy button in toolbar and turn on
  10. Goto http://www.geobytes.com/IpLocator.htm
  11. Check your new IP - it should be different to your original one
  12. If your new IP says it is somewhere in America you are ready to go - JUMP to step 15
  13. If your new IP is elsewhere then stop TOR and restart it - you will now be given a new IP - check if this says america - if not repeat - usually it only takes 1-2 attempts to get the USA
  1. Now you are ready to go -
    1. Open FreeCap
    2. Open the Skype Program from within FreeCap
    3. Sign in and call the number you want
    4. As long as you did step 13 correct then your calls will be free
    5. Before each new call go back to step 10 to 13 to check that your IP is still the USA (this is because tor regularly reroutes you to keep you anonymous so your IP will change - what matters is the IP when you first make the call)
    6. If your IP is USA calls will be free to landlines and mobiles




Starting Tor, Privoxy and FreeCap together with a batch file
  1. Open Notepad
  2. Input the following:
  3. cd "C:\windows\system32"
    start /b "tor" "C:\Program Files\torcp\torcp.exe"
    cd "C:\Program Files\Privoxy"
    start /b "privoxy" "C:\Program Files\Privoxy\Privoxy.exe"
    start /b "freecap" "C:\Program Files\FreeCap\freecap.exe"
    exit
  4. Change the directories addresses in 3 if the files are in other places
  5. Save the file as "TorStartup.bat" on your desktop
  6. This will create a batch file - you may get a warning say ok
  7. Run this file and it will open all three programs via a DOS command then close the DOS command


You are the counter hit xanga visitor.

posted by plainz at 4:05 AM 0 comments  

Thursday, August 17, 2006

Update - Method to no longer leave Tor's country designation to chance

There is a quick and easy way to make it much more likely that Tor will choose the USA as you IP Address. You must already have Tor installed to do this.

WHAT TO DO??
  • Firstly you must make sure you can see hidden folders
    • Open a folder
    • Goto Tools/Folder Options
    • Click Show Hidden Files
  • Open the Torrc file
    • Goto C:\Documents and Settings\USERNAME\Application Data\Tor
    • Replace USERNAME with you user login
    • Right Click Open over torrc
    • Choose Notepad to open file
  • Add this line to your torrc file:
exitnodes err, rodos, serifos,lefkada, sipbtor, httpdnet, mushin, moilen, ygrenys, mmarketinfo, iris, yo2, styx, blueice


  • Make sure the line has no ## before it - these tell it not to be read
  • Goto File/Save
  • Open TOR as normal

WHAT DOES THIS DO??
  • This will tell Tor to try to use these nicknames as an exit (thus getting their ip address)
  • These are the highest bandwidth US exit nodes at this time
  • You can get updated exit nodes by going to:
http://serifos.eecs.harvard.edu/cgi-bin/exit.pl?sortbw=1

  • The US nodes are visible by the flag
  • Note: Exitnodes with IP address (click show addresses to see) of 149.X.X.X. - 154.X.X.X do not work as their location cannot be identified even though the harvard site flags them as US. You can check if an ip will be recognised by putting the address into geobytes and if it says US or Canada you are free to call!
Now when you use TOR it will automatically try to open an American exitnode - assuming you put quite a few nicknames in as above you will always get an American exitnode and therefore IP ADDRESS FOR FREE SKYPE.

posted by plainz at 7:19 AM 0 comments  

Monday, August 14, 2006

Update

Interestingly although the methods suggested here have to get free calls it also provides a method of using skype in countries where it is not allowed or is carefully watched. By going through tor the traffic is encryped and cannot be checked by the powers that be.

For example China, the UAE or any similar place.

For that reason feel free to replicate this guide or translate it if it is of use.
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
2月26日

Geovisite

                                                                 
                               http://www.geovisite.com/ 
Geo location The geolocation by ip (localization) allows to localize the geographic position of an Internet user during its access to your blog, forum or Internet site using its IP address (Address attributed daily by the internet access provider)

The geographic localization thanks to this process is reliable in 97 % for the country of the Internet user, in 75 % for its city or its region. Geo visit proposes you two successful and dynamic tools Geocounter and geomap
Offer GEOCOUNTER to your Internet users !

There are many kinds of maps. counters for your spaces!!! You can customize one by yourself!

Get the codes and put them in your htmlbox or sandbox!!!

At the bottom of my page ,you can see the effection!!!

 
 
 
 
 
 
 
 
 
 
 
 
 
 
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters

use java script

              
codes as:                                      
<iframe name="window name" scrolling=no align=middle  width=140 height=200 marginhight=0 marginwidth=0 frameborder=0 src="your javascript web page url goes here"></iframe>
 
put them in your html box or sandbox
 
It's very simple!!!
 
Have a try!!! 
 
 
 
 
 
 
 
 
 
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
2月25日

Get a map of visitors to your web site

       Effect                                                          
ZIP Code File
Visit eBay
Get a map of visitors to your web site
It takes only a minute to set up. All you have to do is copy and paste the following link onto your web site:

You'll get a button that looks like this (which you're welcome to change however you want):

That's all! Your site visitors will think it's the coolest thing they've ever seen.

 
<a href="http://www.zipwise.com/geomap/"><img src="http://www.zipwise.com/images/geomap.jpg" alt="ZIP Code File" border="0"></a><br><a href="http://www.kqzyfj.com/click-1591994-5902069"><img src="http://www.zipwise.com/images/ebay.jpg" alt="Visit eBay" width="100" height="13" border="0"></a>
 
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
2月24日

Slide show

                                        
 
You can add a fancy slide show to your blog entry.
So you can talk about a subject and then add a slideshow to the blog as well.
It should make some blog's more exiting.
I have added a slide show below just as an example.
You can make diferent slideshow's and they are free.
To add them to your blog entry click on html and paste the embed code into your blog.
then click off html and the slide show should be visable in your blog.
Title and publish it
 
code as this:
<div><embed src="http://widget-39.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=xa&il=1&channel=216172782117916729&site=widget-39.slide.com" width="400" height="300" name="flashticker" align="middle"/><div style="width:400px;text-align:left;"><a href="http://www.slide.com/pivot?ad=0&tt=16&sk=0&cy=xa&th=0&id=216172782117916729&map=1" target="_blank"><img src="http://widget-39.slide.com/p1/216172782117916729/xa_t016_v000_a000_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?ad=0&tt=16&sk=0&cy=xa&th=0&id=216172782117916729&map=2" target="_blank"><img src="http://widget-39.slide.com/p2/216172782117916729/xa_t016_v000_a000_f00/images/xslide2.gif" border="0" ismap="ismap" /></a></div></div>
 
 
 
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
2月22日

Happy Birthday to me!

                                                 Happy Birthday to me!
                                                                 
Today is my birthday!!!
Happy Birthday to me!!!
2月11日

The Secret Of Getting What You Want

              
 
QUOTE:
This Week's Tip: The Secret Of Getting What You Want
Greetings!
The weather is often a topic of conversation,regardless of where people live or what time of
year it is. Certainly some weird stuff is going onright now all over the country.
Denver has had its share of bad storms so farthis season. I have my own Denver weather story,
and of course, it involves a sales scenario.
A couple of years ago I flew into a springtime snowstorm in Denver, my connecting city. To
compound things, the airport had electrical problems with the flight control navigational system. Total havoc reigned in the terminal. Since my flight to Denver was late arriving, my connecting flight to Los Angeles was already gone.
Instead of waiting in the customer service line snaking down the corridor, I called the reservation number of the airline. The helpful telephone service agent suggested I hustle down to Gate 48 and try to standby on the next flight to Los Angeles, although it was way overbooked.
I sprinted, weaving and hurdling down the terminal, only to be met by the flashing message board at Gate 48, snickering "Wait List Full."
That didn't deter me and the 10 business-suited guys in line in front of me, still thinking we had a shot.

I watched with amusement as these guys attempted to throw their weight around:

"My company does a lot of business with this airline, and I expect to get on this flight," demanded one.
"Look, I need to speak with your manager," snorted another.

One even threatened, "Give me your name. If you don't get me on this flight, your regional boss will hear about it."

And of course, "Do you know who I am?"
(Which brings to mind the maybe-true story of the had-it-up-to-here gate agent who responded to a similar question by getting
on the microphone and announcing, "Does anyone know who this guy is, because HE certainly doesn't." I digress. Back to the scenario.
Not surprisingly, all of these people stomped away in a huff, boarding pass-less.
I felt sorry for the guy behind the counter. And I wouldn't have blamed him, if, inside he was secretly crowing, "Your power doesn't
mean jack-squat right now, buddy. I am the King Poobah of the wait list."
Those self-important individuals apparently weren't salespeople--or good ones, anyway.
They didn't understand the magic rule of sales. Follow with me.
I approached the counter, and the agent looked like a boxer entering the 10th round, slightly beaten up, but braced to dodge more blows. I smiled, and calmly whispered,
"It's impressive how you personally can control, and are responsible for the weather, the electrical system in the airport, and how many seats were built on this plane."
 
He laughed (for the first time in the 25 minutes I was standing there) and said,
"Yeah, I waved my magic wand and single- handedly screwed up everyone's life today."
"I admire the way you handle the abuse you get. I'd probably snap at some point and tell people to kiss my ass-igned seating chart and go play on the runway."

He replied, "I'm tempted, but you just need to understand they're frustrated, and most
of them are used to telling people what to do and getting their own way."
I continued, "Well, here's my situation. I understand the wait list is closed, but whatever you
might be able to do is appreciated. I know some of these people are at the tail end of
their trip and just going home. Personally, I'm scheduled to do a seminar tomorrow morning
in Los Angeles, so it would be great if I could get there tonight."
He took my ticket, noticed I did have one of the higher levels of frequent flier status
(I let HIM discover it, instead of trying to bang him over the head with my "power").
He leaned forward and whispered, "I'll see what I can do. Stick around." He got me on the flight.
It gets better.
While crow-barring my 6' 1" frame into a middle seat, jostling for the armrests with who looked 
like ex-defensive lineman on either side of me in the window and aisle seats, my name was called
on the plane's intercom to come to the front. The same agent greeted me:
"Mr. Sobczak, we've upgraded you to First Class, since a seat opened up here and we were able to get another standby passenger on."

That didn't stink.
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
1月31日

Online-TV

              
World Wide Internet TV
Get Streaming TV onto your Space through your Space media player.

You will need to get the Space media player.

 
Click here to go the Online TV Channel List.
Right Click the Channel you like and select 'Copy Shortcut' or 'copy link location'.
Paste this link (mostly be a .asx link) into your Space Media Player URL field.
Tick the 'Auto Start' option and set the 'Display Mode' to 'Full' if you like.
Click the 'Save' Button & Preview your Space.

 
                         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
                   Free web counters
1月30日

web live cam

              
Web live cam
If you have a web-cam on your PC, Do you want to have your own 24-7 Live Streaming Web-Cam Homepage that you can link to your MSN Space?  This has many uses..like monitoring your House from other places or showing your Friends something over the Web-Cam..without the need of a chat Software.
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
1月29日

model

                                                                 
When hristmas Comes To Town, Happy Spring Festival!
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters

use agent

              
More detail information at this page~~
It's very simple!!!
Have fun!!!
If you have some problem,E-MAIL me...i'll answer it if i can~~
 
 
 
 
 
 
 
 
 
         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters
1月15日

Add vistor's time

add a message scroller

                                                                 
Codes as:

<font face=verdana,helvetica,sans-serif color="#00EE00" size=3><b>

<marquee bgcolor="#000000">ⓜⓢⓝ ๑۩۞۩๑ Little Green ™๑۩۞۩๑ⓣⓐⓞ</b></marquee>

               Please note that the above code will only work in the
              Html Sandbox Gadget and not in the Custom Html Modules
              and yes you can have more than one scroller in the sandbox

         Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters


 

12月25日

Discoveries

 

  leave some intersting . funning .useful or helpful websites for us!!!

   

 

                Top of page>>>E-mail to me>>>Tutorial >>> Online-TV>>> Discoveries
Free web counters

html(my own)

<p><a href="http://msnltao.spaces.live.com/?mkt=en-us"><img src="http://www.bokebb.com/pic.asp?id=4174"></a><img style="width:31px;height:21px" src="http://www.bokebb.com/pic.asp?id=3895"><a href="http://msnltao.spaces.live.com/blog/cns!EAE6B08349C89324!111.entry"><img src="http://www.bokebb.com/pic.asp?id=4175"></a><img style="width:23px;height:21px" src="http://www.bokebb.com/pic.asp?id=3895"><a href="mailto:msnltao@hotmail.com"><img src="http://www.bokebb.com/pic.asp?id=4176"></a><img style="width:31px;height:21px" src="http://www.bokebb.com/pic.asp?id=3895"><a href="http://my.statcounter.com/project/standard/stats.php?project_id=2099001&guest=1" rel=nofollow><img style="width:1px;height:1px" alt="web log free" src="https://c20.statcounter.com/counter.php?sc_project=2099001&java=0&security=53e062df&invisible=0" border=0><img src="http://www.bokebb.com/pic.asp?id=4177"> </a>
<p><a href="http://msnltao.spaces.live.com/blog/cns!EAE6B08349C89324!299.entry"><img src="http://www.bokebb.com/pic.asp?id=3920"></a><img style="width:31px;height:21px" src="http://www.bokebb.com/pic.asp?id=3895"><a href="http://msnltao.spaces.live.com/blog/cns!EAE6B08349C89324!301.entry"><img src="http://www.bokebb.com/pic.asp?id=3921"></a><img style="width:23px;height:21px" src="http://www.bokebb.com/pic.asp?id=3895"><a href="http://msnltao.spaces.live.com/blog/cns!EAE6B08349C89324!133.entry"><img src="http://www.bokebb.com/pic.asp?id=3922"></a><img style="width:31px;height:21px" src="http://www.bokebb.com/pic.asp?id=3895"><a href="http://msnltao.spaces.live.com/blog/cns!EAE6B08349C89324!114.entry"><img src="http://www.bokebb.com/pic.asp?id=3923"></a>
<p><img style="width:179px;height:36px" height=36 src="http://www.bokebb.com/pic.asp?id=4459" width=167>
<p><img style="width:175px;height:30px" height=30 src="http://www.csufresno.edu/cgi-bin/Count.cgi?display=date&dd=A" width=274 border=0>
<p><a href="http://www2.clustrmaps.com/counter/maps.php?url=http://msnltao.spaces.live.com"><img title="Locations of visitors to this page" style="border-right:1px solid;border-top:1px solid;border-left:1px solid;width:174px;border-bottom:1px solid;height:123px" height=110 src="http://www2.clustrmaps.com/counter/index2.php?url=http://msnltao.spaces.live.com" width=160></a>
<p><img style="width:37px;height:79px" height=87 src="http://storage.msn.com/x1pAdjo0uCo2H191a0sa7z4fM2MN8uwRdmB_7KyZ4m0fF6oac03KKBb5nauPRUWoAC2jHNgbdNX28vTMH2p7cy17BVSpxMtpwDkhx7poiL_R9YKTGGNJsbWX95-ICXnrJx0TNeTp2PgYk2pWZ8QoEst4A" width=37 border=0><img style="width:34px;height:79px" height=87 src="http://storage.msn.com/x1pAdjo0uCo2H191a0sa7z4fM2MN8uwRdmB_7KyZ4m0fF7ft3iKVCjgNwi9KD7XHCvzF1kjsF1DyVgBcWwL7ry7mYHD3WjVL4blwrMiXvWnSyWz8NtYb8q5QJEUEc1_FCBkDIU2dxNVaXP5ZaU6fER5uQ" width=37 border=0><img style="width:38px;height:79px" height=87 src="http://storage.msn.com/x1pAdjo0uCo2H191a0sa7z4fM2MN8uwRdmB_7KyZ4m0fF78uIsZCOIVE4rnIgJ9M3_upaIYPKc0q9lhGYXNzRki69lszWOJZZvyBcWFmIdxfskW3GcLoOGwTBUcPyZzArOv5kwqDnzdAkcI8O2nL4B_Sg" width=37 border=0><img style="width:67px;height:79px" height=87 src="http://storage.msn.com/x1pAdjo0uCo2H191a0sa7z4fM2MN8uwRdmB_7KyZ4m0fF7qHCF6-n6fM7n-l0_YzS9eOXgwrSDR5AHy4Nd3vmizG6YgPd6vBzjNTpdvMXw4TjDtLIHwg1i3bu7CB5fWxzw2C4sZh_9F5smwo8AQLTocgA" width=61 border=0> <pre></pre><tbody><table></table></tbody><pre>
</pre><div><td><tr></div>
<img src="http://www.51files.com/?KPTKS18C4PF7XHCERWBY" border=0>
<pre></pre><tbody><table></table></tbody><pre>
</pre><div><td><tr></div>
<img src="http://http://www.51files.com/?8FEZGIAHOSGUJXKPGO4H" border=0>