function getStringVar(st){ 
  var temp = self.document.location.search; 
  if(temp.indexOf(st) >= 0){ 
    temp = temp.substring((temp.indexOf(st)+(st.length+1)), temp.length); 
    temp = temp.substring(0, (((temp.indexOf('&') >=0)?temp.indexOf('&'):temp.length))); 

  }else{ 
    temp = ''; 
  } 
  return unescape(temp); 
} 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="488" height="148">');
document.write('<param name="movie" value="swf/homeGeleBalk.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="swf/homeGeleBalk.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="488" height="148"></embed>');
document.write('</object>');
document.write('<br/>');