﻿// JavaScript Document
//*
$(document).ready(function()
{
	//restyle()
})
//*/
function restyle()
{
	$("link").attr("href", "style2.css")
	
	//$("body").css("background","#eeF")
	//$("td").css({"border":"0px"})
	//$("td").css("background","initial")
	
	/*$("table").css({"background":"-webkit-linear-gradient(top, #aaf, #eef, #aaf)"})
	$("table").css({"background":"-moz-linear-gradient(top, #aaf, #eef, #aaf)"})
	$("table").css({"background":"-ms-linear-gradient(top, #aaf, #eef, #aaf)"}) 
	$("table").css({"background":"-o-linear-gradient(top, #aaf, #eef, #aaf)"})
		
	$("table").css({"border-radius":"10px"})
	$("table").css({"-webkit-border-radius":"10px"})
	$("table").css({"-moz-border-radius":"10px"})
	
	$("table").css({"border":"0px"})*/
	$("table").first().css({"background":"initial"})
	$($("table")[6]).css({"background":"initial"})
	$($("table")[7]).css({"background":"initial"})//*/
	$("table").removeAttr("style")
	$("td").removeAttr("style")
}
