Make 100% Free International phone Calls for 30 days through Skype

Just few days ago Skype made an announcement about free international landline and mobile phone call in selected countries for 30 days period, Skype called as ”Gift from Skype”.
This is one of the best opportunities to make free phone call during Christmas holiday to your family, relatives & friends, who are in abroad.
It is very easy to setup Skype account; just follow this link skype free call and provide your bank card details with your name, email & other contact details. But don’t worry they won’t collect money during first 30 days. You can cancel your account at anytime during 30 days. So you do not have to pay any charges for following month.
You can call on landline in over 40 countries such as Argentina, Australia, Austria, Belgium, Chile, Croatia, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Israel, Italy, Japan, South Korea, Luxembourg, Malaysia, Netherlands, New Zealand, Norway, Poland, Portugal, Russia (Moscow and St. Petersburg only), Slovakia, Spain, Sweden, Switzerland, Taiwan, United Kingdom and Venezuela.
You can also call on mobile in these seven countries: Canada, Guam, Hong Kong S.A.R , Puerto Rico, Singapore, Thailand and United States.
User Comments
$sql = mysql_query("SELECT * FROM comment WHERE ap='y' and how_name='Make 100% Free International phone Calls in selected countries for 30 days through Skype' ORDER BY no DESC"); $nr = mysql_num_rows($sql); if (isset($_GET['pn'])) { $pn = preg_replace('#[^0-9]#i', '', $_GET['pn']); } else { $pn = 1; } $itemsPerPage = 10; $lastPage = ceil($nr / $itemsPerPage); if ($pn < 1) { $pn = 1; } else if ($pn > $lastPage) { $pn = $lastPage; } $centerPages = ""; $sub1 = $pn - 1; $sub2 = $pn - 2; $add1 = $pn + 1; $add2 = $pn + 2; if ($pn == 1) { $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; } else if ($pn == $lastPage) { $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; } else if ($pn > 2 && $pn < ($lastPage - 1)) { $centerPages .= ' ' . $sub2 . ' '; $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; $centerPages .= ' ' . $add2 . ' '; } else if ($pn > 1 && $pn < $lastPage) { $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; } $limit = 'LIMIT ' .($pn - 1) * $itemsPerPage .',' .$itemsPerPage; $sql2 = mysql_query("SELECT * FROM comment WHERE ap='y' and how_name='Make 100% Free International phone Calls in selected countries for 30 days through Skype' ORDER BY no DESC"); $paginationDisplay = ""; if ($lastPage != "1"){ $paginationDisplay .= 'Page ' . $pn . ' of ' . $lastPage. ' '; if ($pn != 1) { $previous = $pn - 1; $paginationDisplay .= ' Back '; } $paginationDisplay .= '' . $centerPages . ''; if ($pn != $lastPage) { $nextPage = $pn + 1; $paginationDisplay .= ' Next '; } } while($row = mysql_fetch_array($sql2)){ echo "
{$row['name']} Says
". "Posted on: {$row['time']}
". "{$row['message']}
". "