Назад в будущее //http://www.mp3search.ru/album.aspx?id=50799&aff=4900 //$loc = 'http://www.mp3search.ru/album.aspx?id='.$to_id.'&aff=4900'; $loc = 'http://www.ozon.ru/context/div_music/?partner=href'; }elseif(isset($to_artist)) { //$loc = 'http://www.mp3search.ru/artist.aspx?id='.$to_artist.'&aff=4900'; $loc = 'http://www.ozon.ru/context/div_music/?partner=href'; }elseif(isset($to_preview)) { //$loc = 'http://www.mp3search.ru/asx.m3u?id='.$to_preview.'&aff=4900'; $loc = 'http://www.ozon.ru/context/div_music/?partner=href'; }elseif(isset($download_song)) { //http://www.ozon.ru/?context=search&text=%e0%e3%e8%eb%e5%f0%e0&partner=href $loc = 'http://www.ozon.ru/?context=search&text='.$download_song.'&partner=href'; }elseif(isset($download_album)) { //http://www.ozon.ru/?context=search&text=%e0%e3%e8%eb%e5%f0%e0&partner=href $loc = 'http://www.ozon.ru/?context=search&text='.$download_album.'&partner=href'; }elseif(isset($search_artist)) { //http://www.ozon.ru/?context=search&text=%e0%e3%e8%eb%e5%f0%e0&partner=href $loc = 'http://www.ozon.ru/?context=search&text='.$search_artist.'&partner=href'; }else{ //$loc = 'http://www.mp3search.ru/?aff=4900'; $loc = 'http://www.ozon.ru/context/div_music/?partner=href'; } header("Location: $loc"); ?>