window.onload = function() {
	bytefx.fade(document.getElementById("wrap"),0,100,6),
	bytefx.fade(document.getElementById("wrap-second"),0,100,6)
	bytefx.alpha(document.getElementById("c-b-two"),80)
};//onload End			
