/**
 * Copyright(c) 2008-2009,Playerassist.com Inc. Some rights reserved.
 * Created April 23, 2009
 * version 1.1
 */
$(document).ready(function(){	
	
	/**
	 * 在每个段落的结尾处加上"返回到顶部"
	 */
	$('<a href="#top" rel="nofollow">back to top</a>').insertAfter('div #min-right p');
	$('<a id="top"></a>');
});

