pic1=new Image(160,62);pic1.src="http://cssround.com/img/title-0.gif";
pic2=new Image(579,196);pic2.src="http://cssround.com/img/pictures-0.png";


function empty_check(content){if(document.getElementById(content).value=="") {alert("Text Empty");document.getElementById(content).focus();return false;}else{return true;}}
function ajaxget(urlpage,what){if(window.XMLHttpRequest) obj1=new XMLHttpRequest();else if(window.ActiveXObject) obj1=new ActiveXObject("Microsoft.XMLHTTP");else return(false);obj1.open ('GET', urlpage, true);obj1.onreadystatechange = function(){if(obj1.readyState==1) {document.getElementById(what).innerHTML="<img src='http://cssround.com/img/loader.gif' alt='' border='0'/>";}else if(obj1.readyState==4){ if(obj1.status==200){document.getElementById(what).innerHTML=obj1.responseText;}else if(obj1.status==404){document.getElementById(what).innerHTML = "Url BUG";}else{document.getElementById(what).innerHTML = "Error : ".obj1.status;}}};obj1.send(null);return;}
$(document).ready(function() {$('#colorpicker0').farbtastic('#color0');});$(document).ready(function() {$('#colorpicker1').farbtastic('#color1');});$(document).ready(function() {$('#colorpicker2').farbtastic('#color2');});