jQuery(document).ready(

function(){
var width = jQuery(window).width();

if(width >= 1920)

{

width = 1920;

}

if( width <= 1030)

{

width = 1030;

}

var img_path = t_url+"/images/bg/bg_" + width + "-px.jpg";
jQuery(document.body).attr("style","background-image: url(" + img_path + ");");

});



/*jQuery(window).resize(function() {

var width = jQuery(window).width();

if(width >= 1920)

{

width = 1920;

}

if( width <= 1130)

{

width = 1130;

}
          
//jQuery("#bg").attr("width",width);

});       */
/*
var img = new Image();
img.onload = function() {
	Pixastic.process(img, "blurfast", {amount:0.5});
}
document.body.appendChild(img);
img.src = "<?php  echo bloginfo('template_url'); ?>/images/timer.png"; 
  */

