function gotobuy(url){b_Stamp = new Date();t_m_l_l=(b_Stamp - s_Stamp)/1000;if (t_m_l_l >= 60){v_t = 'A60';}else {if((t_m_l_l) <=10) v_t='L10'; if(((t_m_l_l) >10) && ((t_m_l_l) <=20)) v_t='L20';if(((t_m_l_l) >20) && ((t_m_l_l) <=30)) v_t='L30';if(((t_m_l_l) >30) && ((t_m_l_l) <=40)) v_t='L40'; if(((t_m_l_l) >40) && ((t_m_l_l) <=50)) v_t='L50';if(((t_m_l_l) >50) && ((t_m_l_l) <=59)) v_t='L60';}url = url+'-'+v_t+'-stt'+s_Stamp.getMinutes();if (s_Stamp.getMinutes()<=15){url=url+'-1q';}if ((s_Stamp.getMinutes()>15) && (s_Stamp.getMinutes() <=30)){url=url+'-2q';}if ((s_Stamp.getMinutes()>30) && (s_Stamp.getMinutes() <45)){url=url+'-3q';}if (s_Stamp.getMinutes()>=45){url=url+'-4q';}url=url+'-ofn'+m7rt;self.location=url;m8rt=1;}