$(document).ready(
	function()
	{
		$("#skin_left").click(
			function (e)
			{
				//window.open("http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=1256911&PluID=0&ord=" + Math.random(), "Ad", "");
				window.location = "http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=1256911&PluID=0&ord=" + Math.random();
			}
		);
		
		$("#skin_right").click(
			function (e)
			{
				//window.open("http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=1256911&PluID=0&ord=" + Math.random(), "Ad", "");
				window.location = "http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=1256911&PluID=0&ord=" + Math.random();
			}
		);
	}
);