﻿		function setBg(){
			var dLoc = document.location;
		    if(dLoc == "http://www.oneseocompany.com/" || dLoc == "http://oneseocompany.com" || dLoc == "www.oneseocompany.com" || dLoc == "oneseocompany.com" || dLoc == "http://oneseocompany.com/")	
		       document.body.style.background = "url(/images/bg.gif) repeat-x";
		    else
		        document.body.style.background = "url(/images/bg2.gif) repeat-x";
	     }

		jQuery(document).ready(function(){						
		jQuery("#contact_link").click(function () {	
					tb_show('Form', '/request?modal=true&height=500&width=420');		
			});	     
		jQuery("#video_link").click(function () {	
					tb_show('Form', '/video.html?modal=true&height=500&width=675');		
			});	     
			jQuery("#slider").easySlider({
				auto: false,
				continuous: true 
			});
			setBg();
				document.body.style.visibility = "visible";
		});	