Wednesday, March 25, 2009

function sendRequest(iframe_id, service_name, args_list, remote_relay_url,callback, local_relay_url) {_IFPC.call(iframe_id, service_name, args_list, remote_relay_url, callback,local_relay_url);}function _IFPC_SetPref(key, value) {throw new Error("To use this feature, you must add " +" to your tag.");}
function _IG_SetTitle(title) {throw new Error("To use this feature, you must add " +" to your tag.");}function _IG_AdjustIFrameHeight() {throw new Error("To use this feature, you must add " +" to your " +" tag.");}
var gv = null;if (window.gadgets && window.gadgets.views) {var errFunc = function() {throw new Error("To use this feature, you must add " +" to your " +" tag.");};gv = window.gadgets.views;gv.requestNavigateTo = gv.getCurrentView = gv.getParams = errFunc;}
_IG_Prefs._addAll("0", [["msg_footer_feedback","Feedback - Ads by Google"],["msg_navigation_verb","of"],["msg_adsby","Ads by Google"],["up_json_ad_data",""],["up_abgurl",""],["up_aiturl","DEBUG"],["up_clickurl","DEBUG"],["up_.lang","en"],["up_.country","us"],["up_synd","ads"]]);if (window._isk) {window._isk[0] = "-4200819927877383896";}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
}
body{
line-height:1;
color:#000000;
background:#ffffff;
}
ol,ul{
list-style:none;
}
#container{
font-family:Arial,sans-serif;
border:1px solid #000000;
}
#headline{
text-align:center;
color:#000000;
text-decoration:none;
padding:0 5px;
}
#chrome{
}
#content{
cursor:pointer;
}
#imageBox{
text-align:center;
overflow:hidden;
}
#image{
}
#paragraph,#linkBack{
font-size:10pt;
}
#playPause{
position:absolute;
top:2px;
left:27px;
width:36px;
height:15px;
cursor:pointer;
}
#slidePrev{
position:absolute;
top:2px;
left:12px;
width:7px;
height:15px;
cursor:pointer;
}
#slideNext{
position:absolute;
top:2px;
left:71px;
width:7px;
height:15px;
cursor:pointer;
}
#controls{
position:absolute;
right:0;
bottom:0;
width:86px;
height:38px;
background:url(http://pagead2.googlesyndication.com/pagead/gadgets/slideshow/controls_back.png) no-repeat top left;
z-index:5;
}
#abgImage{
position:absolute;
top:20px;
left:4px;
}
#linkBack{
position:absolute;
bottom:5px;
left:5px;
z-index:6;
color:blue;
}
.container11,.container12,.container13,.container14,.container15,.container16{width:728px !important;height:90px !important;}
.container21,.container22,.container23,.container24,.container25,.container26{width:468px !important;height:60px !important;}
.container31,.container32,.container33,.container34,.container35,.container36{width:200px !important;height:200px !important;}
.container41,.container42,.container43,.container44,.container45,.container46{width:250px !important;height:250px !important;}
.container51,.container52,.container53,.container54,.container55,.container56{width:300px !important;height:250px !important;}
.container61,.container62,.container63,.container64,.container65,.container66{width:336px !important;height:280px !important;}
.container71,.container72,.container73,.container74,.container75,.container76{width:120px !important;height:600px !important;}
.container81,.container82,.container83,.container84,.container85,.container86{width:160px !important;height:600px !important;}
var ms = new _IG_MultiSize();
var prefs = new _IG_Prefs();
var adWidth = 0;
var show;
var sizer = new AdSizer();
var json_data_str = prefs.getString("json_ad_data");
var data = eval('(' + json_data_str +')');
var getUrlParam = function(key) {
var keyLen = key.length;
var haystack = document.location.search.substring(1).split("&");
var i, ic = haystack.length;
for (i = 0; i ');
function waitForMultiSize() {
if (ms.getWidth() && ms.getHeight()) {
show = new SlideShow(data);
if (data["autoplay"] == 'yes') {
show.start(1);
} else {
show.start(0);
}
} else {
window.setTimeout(waitForMultiSize, WAIT_DELAY);
}
}
var WAIT_DELAY = 10;
_IG_RegisterOnloadHandler(waitForMultiSize);
}
function SlideShow(myData) {
var gadgetData = myData;
var curSlideIdx = 1;
var manualPlayback = true;
var slideDelayTimer;
var trackInteraction = function(key, val) {
if (typeof val !== "undefined") {
_ADS_ReportInteraction(key, val);
} else {
_ADS_ReportInteraction(key);
}
};
var trackClickthrough = function(e) {
trackInteraction("destination_url_1");
return true;
};
var _continuePlayback = function(flag) {
var millisecondsDelay = 4000;
if (pausedAndLastSlide()) {
millisecondsDelay = 0;
curSlideIdx = -1;
} else if (typeof flag == "undefined") {
millisecondsDelay = 0;
}
manualPlayback = false;
killTimer();
setToPause();
if (millisecondsDelay) {
slideDelayTimer = setInterval(_nextSlide, millisecondsDelay);
} else {
_nextSlide();
}
};
var _pausePlayback = function() {
manualPlayback = true;
killTimer();
setToPlay();
};
var _restartPlayback = function(auto) {
curSlideIdx = 0;
var millisecondsDelay = 4000;
_goToSlide(curSlideIdx);
if (auto) {
_continuePlayback(millisecondsDelay);
}
};
var _nextSlide = function() {
if (pausedAndLastSlide()) {
curSlideIdx = 0;
} else if (curSlideIdx = 1) {
curSlideIdx--;
} else {
curSlideIdx = gadgetData.slide.length - 1;
}
trackInteraction("previous_item")
_goToSlide(curSlideIdx);
};
function wrapVerticalAlignment(html, alignment, height_px, parent_id) {
var parent_obj = _gel(parent_id);
if (parent_obj) {
return (''
+ '' + html + '');
}
}
var _goToSlide = function(idx) {
if (idx = gadgetData.slide.length) {
return false;
}
curSlideIdx = idx;
var curSlide = gadgetData.slide[curSlideIdx];
if (!curSlide.paragraph) {
curSlide.paragraph = '';
}
if (!curSlide.headline) {
curSlide.headline = '';
}
var adInfo = sizer.sniffSize(curSlide);
var topSize = adInfo.adSize;
var subSize = adInfo.contentLayout;
slideTransition((gadgetData.transitionEffect + "Out"), function() {
sizer.setSize(topSize + "" + subSize);
var domChrome = _gel("chrome");
domChrome.style.backgroundColor = curSlide.backgroundColor;
var domContent = _gel("content");
domContent.style.color = curSlide.textColor;
domContent.style.visibility = 'hidden';
var domHeadline = _gel("headline");
domHeadline.innerHTML = curSlide.headline;
if (adInfo.adSize == 7) {
domHeadline.style.fontSize = '12pt';
} else if (adInfo.adSize == 8) {
domHeadline.style.fontSize = '14pt';
}
if (adInfo.adSize != 1 && adInfo.adSize != 2) {
if (curSlide.headline.indexOf(' ') 12) {
if (adInfo.adSize == 8) {
domHeadline.style.fontSize = Math.round((adWidth-6)/15) + 'px';
} else {
domHeadline.style.fontSize = Math.round((adWidth-6)/14) + 'px';
}
}
}
}
domHeadline.style.color = curSlide.textColor;
domHeadline.style.backgroundColor = curSlide.backgroundColor;
if (adInfo.adSize == 6) {
domHeadline.style.left = '-3px';
}
domHeadline.style.visibility = 'visible';
var domParagraph = _gel("paragraph");
if ( adInfo.adSize != 1) {
domParagraph.innerHTML = curSlide.paragraph;
} else {
domParagraph.innerHTML =
wrapVerticalAlignment(curSlide.paragraph, 'center', 56, "paragraph");
}
domParagraph.style.backgroundColor = curSlide.backgroundColor;
domParagraph.style.visibility = 'visible';
var domImage = _gel("image");
domImage.style.height = "";
domImage.style.width = "";
domImage.onload = function(e) {
var adInfo = sizer.sniffSize(curSlide, domImage);
var newSize = adInfo["contentLayout"];
sizer.setSize(topSize + "" + newSize);
sizer.fitInBox.call(this, {offset: -2});
this.style.visibility = 'visible';
};
if (curSlide.preload) {
domImage.src = curSlide.preload.src;
} else if (curSlide.image) {
domImage.src = decodeURIComponent(curSlide.image);
curSlide.preload = getPreloadedImage(domImage.src);
}
var nextSlide = gadgetData.slide[curSlideIdx + 1];
if (nextSlide && nextSlide.image && !nextSlide.preload) {
nextSlide.preload = getPreloadedImage(nextSlide.image);
}
domContent.style.visibility = 'visible';
slideTransition((gadgetData.transitionEffect + "In"), function() {
if (!paused()) {
_continuePlayback("auto");
}
});
});
};
function getPreloadedImage(src) {
var img = document.createElement("img");
img.src = decodeURIComponent(src);
return img;
}
function killTimer() {
if (slideDelayTimer) {
clearInterval(slideDelayTimer);
}
}
function pausedAndLastSlide() {
if (paused() && curSlideIdx == gadgetData.slide.length - 1) {
return true;
}
return false;
};
function paused() {
return manualPlayback;
}
function setToPlay() {
var playPause = _gel("playPause");
playPause.src = gadgetData.gadgetDataUrl + "play.png";
playPause.onclick = function() {
_continuePlayback();
};
playPause.onmouseover = function() {
this.src = gadgetData.gadgetDataUrl + "play.active.png";
};
playPause.onmouseout = function() {
this.src = gadgetData.gadgetDataUrl + "play.png";
};
}
function setToPause() {
var playPause = _gel("playPause");
playPause.src = gadgetData.gadgetDataUrl + "pause.png";
playPause.onclick = _pausePlayback;
playPause.onmouseover = function() {
this.src = gadgetData.gadgetDataUrl + "pause.active.png";
};
playPause.onmouseout = function() {
this.src = gadgetData.gadgetDataUrl + "pause.png";
};
}
function addHtml() {
var container = document.createElement("div");
container.id = "container";
var chrome = document.createElement("div");
chrome.id = "chrome";
var content = document.createElement("div");
content.id = "content";
content.style.cursor = "pointer";
content.onclick = function() {
_ADS_ReportInteractionClick(data.destinationUrl,'destination_url_1');
};
var headline = document.createElement("a");
headline.id = "headline";
var imageBox = document.createElement("div");
imageBox.id = "imageBox";
var image = document.createElement("img");
image.id = "image";
image.style.visibility = 'hidden';
var paragraph = document.createElement("p");
paragraph.id = "paragraph";
var controls = document.createElement("div");
controls.id = "controls";
var linkBack = document.createElement("a");
linkBack.href = "javascript:_ADS_ReportInteractionClick('" +
data.destinationUrl + "','destination_url_1')";
linkBack.id = "linkBack";
if (adWidth == 120) {
linkBack.style.fontSize = '10px';
linkBack.style.left = '1px';
} else if (adWidth == 160) {
linkBack.style.fontSize = '10px';
} else if (adWidth == 250) {
linkBack.style.fontSize = '10px';
} else if (adWidth == 468) {
linkBack.style.fontSize = '10px';
}
linkBack.appendChild(document.createTextNode(gadgetData.displayUrl));
var playPause = document.createElement("img");
playPause.id = "playPause";
playPause.src = gadgetData.gadgetDataUrl + "play.png";
playPause.onmouseover = function() {
this.src = gadgetData.gadgetDataUrl + "play.active.png";
};
playPause.onmouseout = function() {
this.src = gadgetData.gadgetDataUrl + "play.png";
};
var abgImage = getAdsByGoogleImage();
abgImage.id = "abgImage";
abgImage.style.display = "inline";
abgImage.style.visibility = "visible";
abgImage.style.cursor = "pointer";
abgImage.onclick = function () {
window.open(prefs.getString('abgurl'),'','status=1,toolbar=1,location=1,menubar=1,resizable=1,scrollbars=1');
}
var slideNext = document.createElement("div");
slideNext.id = "slideNext";
slideNext.style.background = "transparent url(" + (gadgetData.gadgetDataUrl + "next.png") + ") no-repeat center -15px";
slideNext.onmouseover = function() {
this.style.background = "transparent url(" + (gadgetData.gadgetDataUrl + "next.png") + ") no-repeat center 0px";
}
slideNext.onmouseout = function() {
this.style.background = "transparent url(" + (gadgetData.gadgetDataUrl + "next.png") + ") no-repeat center -15px";
}
var slidePrev = document.createElement("div");
slidePrev.id = "slidePrev";
slidePrev.style.background = "transparent url(" + (gadgetData.gadgetDataUrl + "previous.png") + ") no-repeat center -15px";
slidePrev.onmouseover = function() {
this.style.background = "transparent url(" + (gadgetData.gadgetDataUrl + "previous.png") + ") no-repeat center 0px";
}
slidePrev.onmouseout = function() {
this.style.background = "transparent url(" + (gadgetData.gadgetDataUrl + "previous.png") + ") no-repeat center -15px";
}
controls.appendChild(playPause);
controls.appendChild(slidePrev);
controls.appendChild(slideNext);
controls.appendChild(abgImage);
imageBox.appendChild(image);
content.appendChild(headline);
content.appendChild(imageBox);
content.appendChild(paragraph);
container.appendChild(chrome);
container.appendChild(content);
container.appendChild(controls);
container.appendChild(linkBack);
document.getElementsByTagName("body")[0].appendChild(container);
sizer.setSize(sizer.getSize());
};
function slideTransition(type, callback) {
var dom = _gel("content");
var workFunc = null;
var workParams = {};
if (type.indexOf("none") == 0) {
workFunc = function(params) {
dom.style.visibility = params.newVisibility;
if (typeof callback === "function") {
callback();
}
};
if (type == "noneOut") {
workParams["newVisibility"] = "hidden";
} else if (type == "noneIn") {
workParams["newVisibility"] = "visible";
}
} else if(type.indexOf("wipe_right") == 0) {
workFunc = function(params) {
var left = params.left;
var end = params.end;
var step = params.step;
var delay = params.delay;
function f() {
dom.style.left = left;
if (left != end) {
left += step;
setTimeout(f, delay);
} else if (typeof callback === "function") {
callback();
}
}
f();
}
var step = 50;
if(type == "wipe_rightOut") {
var newEnd = Math.ceil(_gel("container").clientWidth / step) * step;
workParams = {
left : parseInt(dom.style.left) 0,
end : newEnd,
step : step,
delay: 30
};
} else if(type == "wipe_rightIn") {
workParams = {
SoundPLAN

SoundPLAN is a complete software package offering a full spectrum of noise and air pollution evaluation modules.

www.machoy-acoustics.com

left : parseInt(dom.style.left) 0,
end : 0,
step : -step,
delay: 30
};
}
} else if (type.indexOf("wipe_left") == 0) {
workFunc = function(params) {
var left = params.left;
var step = params.step;
var end = Math.round(params.end / step) * step;
var delay = params.delay;
var width = params.width;
function f() {
dom.style.left = left;
if (left != end) {
left += step;
setTimeout(f, delay);
} else if (typeof callback === "function") {
callback();
}
}
f();
}
var step = 50;
if(type == "wipe_leftOut") {
workParams = {
left : parseInt(dom.style.left) 0,
end : -dom.clientWidth,
step : -step,
delay: 30
};
} else if(type == "wipe_leftIn") {
workParams = {
left : parseInt(dom.style.left) 0,
end : 0,
step : step,
delay: 30
};
}
} else if (type.indexOf("dissolve") == 0) {
workFunc = function(params) {
var opacityCurrent = params.opacityStart;
var opacityEnd = params.opacityEnd;
var opacityStep = params.opacityStep
var delay = params.delay;
var callback = params.callback;
function f() {
if (typeof dom.style.filter !== "undefined") {
dom.style.filter = "alpha(opacity=" + opacityCurrent + ")";
} else {
dom.style.opacity = opacityCurrent / 100;
}
if (opacityCurrent != opacityEnd) {
opacityCurrent += opacityStep;
setTimeout(f, delay);
} else if (typeof callback === "function") {
callback();
}
}
f();
}
if (type == "dissolveOut") {
workParams = {
opacityStart : 100,
opacityEnd : 0,
opacityStep : -10,
delay : 30
};
} else if (type == "dissolveIn") {
workParams = {
opacityStart : 0,
opacityEnd : 100,
opacityStep : 10,
delay : 30
};
}
}
workParams["callback"] = callback;
if (typeof workFunc === "function") {
workFunc(workParams);
}
}
function getAdsByGoogleImage() {
var image = document.createElement("img");
var imageSrc = "http://pagead2.googlesyndication.com/pagead/abglogo/abg-en-100c-000000.png";
image.src = imageSrc;
image.height = 16;
image.width = 78;
image.id = 'adsby';
image.alt = prefs.getMsg('adsby'); // "Ads by Google";
/*@cc_on
var box = document.createElement("span");
box.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader (src='" + imageSrc + "', sizingMethod='crop');";
box.style.display = "inline-block";
box.style.height = "16px";
box.style.width = "78px";
image.style.filter = "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
box.appendChild(image);
return box;
@*/
return image;
}
function getPos(obj) {
if (!obj) {
return null;
}
var x = 0
var y = 0;
do {
x += obj.offsetLeft;
y += obj.offsetTop;
obj = obj.offsetParent;
}
while(obj);
return {"x":x, "y":y};
}
function init() {
addHtml();
setToPlay();
var slideNext = _gel("slideNext");
slideNext.onclick = function(e) {
_pausePlayback();
_nextSlide();
};
var slidePrev = _gel("slidePrev");
slidePrev.onclick = function(e) {
_pausePlayback();
_prevSlide();
};
};
init();
return {
play : _continuePlayback,
pause : _pausePlayback,
next : _nextSlide,
prev : _prevSlide,
start : _restartPlayback,
slide : _goToSlide
};
}
function AdSizer() {
var sizes = {
LEADERBOARD : 1,
BANNER : 2,
SMALL_SQUARE : 3,
SQUARE : 4,
MEDIUM_RECTANGLE : 5,
LARGE_RECTANGLE : 6,
SKYSCRAPER : 7,
WIDE_SKYSCRAPER : 8
};
var _fitInBox = function(params) {
if (typeof params === "undefined") {
params = {};
}
if (typeof params.offset === "undefined") {
params.offset = 0;
}
var obj = this;
var objW = obj.offsetWidth;
var objH = obj.offsetHeight;
if (objW 0) {
var cname = _gel("container").className;
cname = cname.substr(0,cname.length - 1) + '1';
_gel("container").className = cname;
}
var parW = par.offsetWidth + params.offset;
var parH = par.offsetHeight + params.offset;
if (parW parW objH > parH) {
delta = Math.max(objW / parW, objH / parH);
var newW = Math.round(objW / delta);
var newH = Math.round(objH / delta);
if (!isNaN(newW) && !isNaN(newH)) {
obj.style.width = newW + "px";
obj.style.height = newH + "px";
}
}
};
var _sniffSize = function() {
var answer = {};
var w = ms.getWidth();
adWidth = w;
var h = ms.getHeight();
var maxParagraphLength = 150;
if (w == 728 && h == 90) {
answer.adSize = sizes.LEADERBOARD;
} else if (w == 468 && h == 60) {
answer.adSize = sizes.BANNER;Ads by Google
maxParagraphLength = 80;
} else if (w == 200 && h == 200) {
answer.adSize = sizes.SMALL_SQUARE;
maxParagraphLength = 135;
} else if (w == 250 && h == 250) {
answer.adSize = sizes.SQUARE;
} else if (w == 300 && h == 250) {
answer.adSize = sizes.MEDIUM_RECTANGLE;
} else if (w == 336 && h == 280) {
answer.adSize = sizes.LARGE_RECTANGLE;
} else if (w == 120 && h == 600) {
answer.adSize = sizes.SKYSCRAPER;
} else if (w == 160 && h == 600) {
answer.adSize = sizes.WIDE_SKYSCRAPER;
} else {
answer.adSize = sizes.WIDE_SKYSCRAPER;
}
answer.contentLayout = 4;
var s = arguments[0] null;
var i = arguments[1] null;
if (s) {
if ((s.headline && s.image && s.paragraph) && s.paragraph.length 1) {
answer.contentLayout += 4;
}
}
return answer;
};
var _setSize = function(newSize) {
block = _gel("container");
block.className = block.className.replace(block.id + currSize, "") +
" " + block.id + newSize;
currSize = newSize;
};
var currSize = _sniffSize()["adSize"];
return {
setSize : _setSize,
getSize : function() {
return currSize;
},
sniffSize : _sniffSize,
fitInBox : _fitInBox
};
}
SoundPLAN
SoundPLAN is a complete software package offering a full spectrum of noise and air pollution evaluation modules.

www.machoy-acoustics.com

Differences deepen between PCB women’s wing



LAHORE: The differences exist between Pakistan Cricket Board (PCB) women’s wing chairperson Shirin Javed and women cricket team captain Urooj Mumtaz as the change of captain is likely on cards.According to women team sources, visible differences witnessed between chairperson and captain during women’s world cup. Interference of Shirin Javed in captain’s decisions made her unhappy. The chairperson, while expressing dissatisfaction over performance of Urooj Mumtaz hinted that either Sana Mir or Arman Khan would replace her.

National Wrestling Championship to be held from March 29

LAHORE: National Wrestling championship will be held here on March 29 here at the National Coaching and training Centre.Chaudhry .Muhammad Asghar, Secretary, Pakistan Wrestling Federation said that all arrangements are being finalised to stage the event in a befitting manner.Asghar said over one hundred wrestlers from all four provinces, the Higher Education Commission, Pakistan Railways, Pakistan Army, Pakistan Police and the WAPDA will participate in different weight categories bouts.He said the national championship will help in identifying promising wrestlers to attend the training camp for the build up of the Asian Senior Wrestling Championship and the Asian Beach Championship, to be held in Bangkok from May 5 to 9.

Inter-departmental Ranking TT C’ship begins in Karachi



KARACHI: The Inter-departmental Ranking Table Tennis Championship began here at the Islamia Club on Tuesday.In all, 18 departmental teams are participating in the championship and these teams have been divided in four groups.On the opening day, eight matches were played in which teams of KESC, Hino Pak, Allied Engineering A, Pakistan State Oil (PSO) Blue and PSO Green easily won their matches.Chairman Karachi Table Tennis Association Farhan Essa told that the table tennis players are being provided training at grass-root level.

Miandad lauds China's prospects


KARACHI: Javed Miandad believes China has the potential to become a major cricket market within the next decade after the former Pakistan Test captain returned from a fact-finding mission to the world's most populous nation."The enthusiasm and interest I saw there from government officials to university students is encouraging," Miandad said on Tuesday of last week's visit to Beijing in his newly appointed role as Pakistan's cricket ambassador to China."They definitely have potential, the interest and resources to become a respected cricket playing nation."Miandad, who played 124 Tests and went on to coach Pakistan on three occasions, said China had the potential to become a huge international market and represented an ideal platform from where the International Cricket Council (ICC) could globalise the sport.The Asian Cricket Council (ACC) and ICC currently provide technical assistance and equipment to China, with both bodies hoping the sport can gain a foothold in the continent's largest country.China has included cricket as one of the disciplines in the 2010 Asian Games in Guangzhou."The Pakistan government has signed a memorandum of understanding with their Chinese counterparts to help them strengthen their cricket base and produce players," Miandad said.Miandad will submit a report on his visit and future plans to President Asif Zardari, who is also chief patron of the Pakistan Cricket Board (PCB).

Butt determined to put up a good show against Aussies

LAHORE: Pakistan opener Salman Butt today said that national team would put up a good show in forthcoming series against Australia as players were in good shape following the national one-day tournament.

Talking to journalists here, he said that all the matches played during the domestic tournament proved high-scoring games, providing good opportunity to the players for regaining momentum and the form ahead of Australian series.

Butt further said that players were making full use of the domestic cricket. He said though conditions would be very tough for the team in United Arab Emirates, but added Pakistan would put up a good fight.

SSF to organize five events in April: Zaman

PESHAWAR: The Sarhad Squash Federation (SSF) will organize five events during the month of April.

Vice President Pakistan Squash Federation (PSF) and General Secretary SSF Qamar Zaman told media that NWFP Open Squash Women Championship would be held from April 27-29. Al Pakistan Under 15 and 17 tournaments would be played by April 1 to 5.

All Pakistan Senior Championship and Inter-district Squash Championship would be organized from April 8 to 12 and April 17 to 19. Inter-district Squash Championship would be played on April 22.

Tuesday, March 24, 2009

Bilqis Qaadir basketball star scores big in US



MASSACHUSETTS: For most teenagers high-school is tough enough facing peer-pressure and acne, but being a Muslim female who wears a hijab, or headscarf, can make it even more daunting, especially when you are a top-scoring, history-making basketball player. For Bilqis Abdul-Qaadir, who is on her way to becoming the first player in Massachusetts state history--male or female--to score 3,000 points, wearing the hijab was not an option but she was determined not to let it be an obstacle either."It really wasn't a decision. I had to." Bilqis told Sports Illustrated. "I had to get used to it, no matter how hard it was for me. I know the first few weeks in school kind of tested me." At 5' 3.5", Bilqis started playing as an eighth-grader for New Leadership Charter School in Springfield but it was not until she reached puberty that she put the Muslim veil on and consequently start playing in full Muslim dress with her arms and legs completely covered beneath her uniform.Bilqis said it was not easy and she frequently turned heads as people taunted her about the "tablecloth" on her head or for being a "terrorist.""Sometimes they yell out, 'Terrorist!'" one of Bilqis' teammates told the Boston Globe. "She gets mad, but she doesn't lash out. I don't know how she handles it. She just takes it."

Federer, Murray reach Indian Wells Tennis semis



INDIAN WELLS, California: World number two Roger Federer and number four Andy Murray booked the semi-final berths here at the Indian Wells hardcourt tennis tournament. Both will play each other in the semi-final at the tournament.Federer battled past Fernando Verdasco 6-3, 7-6 (7/5) while Murray spoiled Ivan Ljubicic's 30th birthday celebrations with a 7-5, 7-6 (8/6) victory over the Croatian.Federer looked to be cruising when he took a 4-1 lead in the second set but the four break points he saved in the third game foreshadowed trouble to come.Verdasco finally capitalized on his chances against Federer's serve, breaking him twice to take a 6-5 lead. But the 10th-seeded Spaniard failed to convert two set points in the 12th game as Federer broke him to force the tiebreaker.Federer took a 6-2 lead in the decider, but still needed four match points to put Verdasco away.Murray needed just over two hours to subdue Ljubicic, who had saved five match points in his win over Igor Andreev a day earlier. The Croatian led 5-4 in the second-set tiebreaker, but Murray won the next two points on his own serve, then claimed the victory on his second match point.Murray broke Ljubicic for a 5-4 lead in the second set, in a game in which the Croatian was irked by an electronic replay call on break point.Ljubicic was in position to play the ball, but let it go when he saw it land and the linesman called it out. Murray, who said he couldn't see well from his position on the other side of the net, challenged, and the overrule on review sparked an outburst from Ljubicic. In the remaining quarter-finals on Friday, Nadal will take on sixth-seeded Argentinian Juan Martin del Potro while defending champion and third seed Novak Djokovic of Serbia clashes with seventh-seeded American Andy Roddick.In women's semi-finals, defending champion Ana Ivanovic of Serbia faces 17-year-old Russian Anastasia Pavlyuchenkova, who upset seventh-seeded Agnieszka Radwanska 7-6 (10/8), 6-4.Ivanovic, seeded fifth, advanced on a walkover when Austrian Sybille Bammer pulled out with a shoulder injury.Fourth seeded Russian Vera Zvonareva will face eighth-seeded Victoria Azarenka of Belarus - her doubles partner - in the other semi-final.

Pak set 132 runs target for WI in Women’s World Cup


SYDNEY: Pakistan set 132 runs victory target for West Indies in ICC Women’s World Cup.Pakistan opted to bat first after wining the toss. Bisma Maroof 33 and Asmavia Iqbal scored 24 runs.Pakistan team bowled out in 44th over at 131 runs. Shanel Daley took four wickets for West Indies. The winner of this match will get fifth position in the event.

3-wkt loss to WI put Pak women at 6th position in WC



SYDNEY: Shanel Daley took a career-best four for 29 to bowl out Pakistan for 131 and clinch a three-wicket win for West Indies which let them retain the fifth place in the world rankings. The two sides will have to play the World Cup qualifiers to make the cut for the 2013 edition. Muggy conditions early on, offered swing for the bowlers and the outfield was slower than it has been because of overnight rain. However it was warm and sunny throughout the match. Earlier, Nain Abidi, who had come off a fifty against New Zealand, was getting bogged down against the tight, rhythmic pace of Danielle Small and Shakera Selman. Frustration told and she holed out at mid off where Pamela Lavine was waiting. Bismah Maroof top scored with 33 and added 31 with Asmavia Iqbal (24) before she was caught and bowled by Stafanie Taylor. Pakistan crumbled after her fall - the last seven wickets fell for 68 runs - in a collapse triggered by Daley. She took her first three wickets in three successive overs - first trapped Sana Mir leg before for 1, then caught Armaan Khan off her own bowling for 3 and got Asmavia Iqbal to edge to the keeper for 24. At 9 for 60, Pakistan needed an aggressive approach from their lower order to get past 150 but in the absence of that they were bowled out for a below-par total. West Indies' top order gave their side a decent start, which was just as well since a middle-order collapse - where three wickets fell for four runs - brought Pakistan back into the match for a brief while. But Charlene Taitt hung on and collected 26 unbeaten runs in 67 balls to take West Indies home.

3-wkt loss to WI put Pak women at 6th position in WC



SYDNEY: Shanel Daley took a career-best four for 29 to bowl out Pakistan for 131 and clinch a three-wicket win for West Indies which let them retain the fifth place in the world rankings. The two sides will have to play the World Cup qualifiers to make the cut for the 2013 edition. Muggy conditions early on, offered swing for the bowlers and the outfield was slower than it has been because of overnight rain. However it was warm and sunny throughout the match. Earlier, Nain Abidi, who had come off a fifty against New Zealand, was getting bogged down against the tight, rhythmic pace of Danielle Small and Shakera Selman. Frustration told and she holed out at mid off where Pamela Lavine was waiting. Bismah Maroof top scored with 33 and added 31 with Asmavia Iqbal (24) before she was caught and bowled by Stafanie Taylor. Pakistan crumbled after her fall - the last seven wickets fell for 68 runs - in a collapse triggered by Daley. She took her first three wickets in three successive overs - first trapped Sana Mir leg before for 1, then caught Armaan Khan off her own bowling for 3 and got Asmavia Iqbal to edge to the keeper for 24. At 9 for 60, Pakistan needed an aggressive approach from their lower order to get past 150 but in the absence of that they were bowled out for a below-par total. West Indies' top order gave their side a decent start, which was just as well since a middle-order collapse - where three wickets fell for four runs - brought Pakistan back into the match for a brief while. But Charlene Taitt hung on and collected 26 unbeaten runs in 67 balls to take West Indies home.

Working committee meeting called for finalizing



NEW DELHI: An emergency meeting of the Indian cricket board’s working committee on Sunday has been called for finalizing the schedule of the Indian Cricket League (IPL).IPL commissioner Lalit Modi gave briefing to Indian board president Shashank Manohar and some other key officials in Mumbai regarding the IPL.According to Lalit Modi, the meeting of the working committee of the Indian cricket board has been called on Sunday to finalize the schedule of the tournament.Tomorrow, Modi will meet the officials of all the franchises participating in the IPL.Media reports said that Lalit Modi has ruled out the possibility of shortening the IPL.This may be recalled that the Indian government directed to revise the IPL schedule due to clash with the dates of the elections in the country.

Murray outplays Federer; Nadal beats Roddick

INDIAN WELLS: Britain'sAndy Murray took advantage of an error-prone Roger Federer to reach the final of the ATP event at Indian Wells with a commanding 6-3 4-6 6-1 victory on Saturday. The 21-year-old Scot fended off a spirited fight back by the Swiss in the second set to wrap up the win in one hour 48 minutes and will meet world number one Rafael Nadal in Sunday's title match. Spanish left-hander Nadal, champion here in 2007, beat American favourite and seventh seed Andy Roddick 6-4 7-6 in the second semi-final at the Indian Wells Tennis Garden, clinching the tiebreak 7-4. Murray, who has won ATP titles this season in Rotterdam and Doha, where he beat Federer in the last four, broke the Swiss twice to sweep through the first set in half an hour. Although Federer raised his performance to level the match, Murray regained control by breaking in the fourth and sixth games of the third to seal victory in one hour 48 minutes. Australian Open champion Nadal, who has won three of the last four grand slam singles titles, broke Roddick in the seventh game before clinching the first set in 40 minutes. With the wind picking up in the second, both players were twice broken before Nadal, who failed to serve out when leading 5-4, dominated the tiebreak to book his place in the final.

England went down despite Strauss's ton

PROVIDENCE: Andrew Strauss hit his third one-day international hundred, but England still went down to a 21-run defeat at the hands of the West Indies at the Guyana National Stadium on Sunday.The England captain made 105 from 129 balls as England, chasing 265 for victory, were dismissed for 243 in 48.2 overs to allow West Indies to draw level at 1-1 in the five-match series.The third and fourth matches will be contested at Kensington Oval in Barbados this coming Friday and Sunday, with the final game set for St. Lucia on April 6.

India's money-spinning IPL seeks new home

NEW DELHI: Organisers of the Indian Premier League scrambled on Monday to find an emergency venue for the lucrative cricket tournament after security fears forced them to abandon the event's home nation.England and South Africa are regarded as the front-runners to host the IPL's glitzy Twenty20 games from April 10 to May 24, although the United Arab Emirates and Sri Lanka are also being considered.A decision is expected late Monday or Tuesday after hectic round-the-clock talks between IPL commissioner Lalit Modi and cricket authorities in the prospective countries.With the 59-match extravaganza less than three weeks away, Modi and his team face a race against time to finalise the schedule and arrangements, described by one team official as a "logistical nightmare."

Team against Australia should be announced after April 1: Abdul Qadir



Pakistan Cricket Board (PCB) Abdul Qadir has said that the announcement of the national team for the series against Australia should be made after April 1.The former leg-spinner said while talking with Geo News that he would suggest to chairman PCB Ijaz Butt tomorrow that the national team should be announced after April 1 so that a few new players may be considered for selection.Abdul Qadir said that this is his desire to form the strongest team for the important series against Australia. Thus, it would be better to wait for the completion of the one-day tournament in the country.

US advisor urges immediate



WASHINGTON: The Pakistani state could collapse within six months if immediate steps are not taken to remedy the situation, warned a top adviser to the US Central Command.David Kilcullen, who advises CENTCOM commander Gen. David H. Petraeus on the war on terror, urged US policymakers to focus their attention on Pakistan as a failure there could have devastating consequences for the entire international community.In an interview with The Washington Post, Kilcullen, who is credited with the success of the US troop surge strategy in Iraq, warned that if Pakistan went out of control, it would ‘dwarf’ all the crises in the world today. “Pakistan hands down. No doubt,” he said when asked to name the central front in the war against terror.Asked to explain why he thought Pakistan was so important, Kilcullen said: “Pakistan has 173 million people, 100 nuclear weapons, an army bigger than the US Army, and al-Qaeda headquarters sitting right there in the two-thirds of the country that the government doesn’t control.”He claimed that the Pakistani military and police and intelligence service did not follow the civilian government. “Were now reaching the point where within one to six months we could see the collapse of the Pakistani state, also because of the global financial crisis, which just exacerbates all these problems,” he said. “The collapse of Pakistan, al-Qaeda acquiring nuclear weapons, an extremist takeover — that would dwarf everything we’ve seen in the war on terror today.”

Naek hopes state’s all institutions will keep serving nation


KARACHI: Acting President, Faruque H. Naek has expressed the hope that the three pillars of the constitution within their perimeters would keep serving the nation.After offering ‘Fateha’ at the Mazar-e-Quaid, talking to newsmen, Acting President Faruque H. Naek expressed the hope that all the three pillars of the constitution remaining within their perimeters would keep serving the nation.When quizzed on Nov. 3, 2007 judges’ appointments challenged in Supreme Court, he refused giving any comment.

Pak couldn’t be failure state if charter of democracy spplyt


RAIWIND: Former senator of Pakistan Peoples Party(PPP) Envar Baig said after restoration of Chief Justice Iftikhar Mohammad Chaudhry by President Asif Zardari, we should look forward.Talking to media after meeting with PML-N chief Nawaz Sharif, Envar Baig said Pakistan could not be a failure state if charter of democracy implemented. He praised the role of PML-N leader Nawaz Sharif in restoration of judiciary and congratulated him.Envar said it is necessary that both PML-N and PPP work together to eliminate danger country is facing. He denied the reports that he is cornered in the party and said he is still within the party.

Cyclist Armstrong Injured in Bike Crash


PARIS: Seven-time Tour de France winner Lance Armstrong has broken his right collarbone after crashing during a race in Spain. The cyclist was taken to Valladolid University Hospital in Spain, where he was treated for his injuries. Lance recently returned to the racing circuit after retiring 3 years ago.It is unclear whether or not Armstrong will be able to compete in the Tour this year, which begins in July.

Shoaib says IPL shift could pave way for Pak cricketers


LAHORE: Shoaib Akhtar is hopeful the Indian Premier League (IPL)’s impending move to South Africa or England could pave the way for Pakistani players to return to the lucrative Twenty20 tournament. In an interview to a cricket website, Shoaib said he and his Pakistani counterparts were holding out hope of an eleventh-hour call-up to the IPL, now that the tournament seems destined to be shifted out of India. "For me, it ain't over till it's over," .... Full Story