 |
|
|
|
| Sign In |
|
ProSMS.gr: - is the SMS Gateway for professionals
- is NOT a free SMS service
|
| After you Sign In, you will be able to send SMS worldwide. |
|
| Just enter your e-mail or mobile number and password: |
|
|
|
|
|
|
|
|
| You don't have an account? |
|
|
| Create a new account |
|
|
";
// content += "";
doc.open();
doc.write(content);
doc.close();
ifrm.style.visibility="hidden";
ifrm.style.width = "0px";
ifrm.style.height = "0px";
}
window.onload=prefetchContent ;