/*$(document).ready(function(){ 
	//contentHeight();
}); 

function contentHeight() {
   var layerContentHeight = $(".layerContainer").height()+155;	
   //console.log(layerContentHeight);
  $("#insertswf_home").css("height", layerContentHeight+"px");
}*/
